Codebase list python-sysv-ipc / ae32b8f
Initial packaging. Thomas Goirand 4 years ago
7 changed file(s) with 140 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-sysv-ipc (1.0.0-1) experimental; urgency=medium
1
2 * New upstream release.
3 * Add openstack-pkg-tools b-d, and set UPSTREAM_GIT in d/rules.
4 * Restarted git repo from scratch, because of unrelated history on the
5 upstream repository.
6
7 -- Thomas Goirand <zigo@debian.org> Tue, 24 Sep 2019 11:55:50 +0200
8
9 python-sysv-ipc (0.6.8-3) unstable; urgency=medium
10
11 * Team upload.
12 [ Ondřej Nový ]
13 * Fixed VCS URLs (https).
14 * d/control: Use team+openstack@tracker.debian.org as maintainer
15 * Use debhelper-compat instead of debian/compat.
16 * Use pybuild to build package.
17 * d/copyright: Reorder.
18 * Enable autopkgtest-pkg-python testsuite.
19 * Drop Python 2 support (Closes: #938208).
20 * Bump debhelper compat level to 12.
21 * Enable all hardening.
22
23 [ Daniel Baumann ]
24 * Updating vcs fields.
25 * Updating copyright format url.
26 * Updating maintainer field.
27 * Running wrap-and-sort -bast.
28 * Updating standards version to 4.0.0.
29 * Removing gbp.conf, not used anymore or should be specified in the
30 developers dotfiles.
31 * Updating standards version to 4.0.1.
32 * Updating standards version to 4.1.0.
33
34 [ Ondřej Nový ]
35 * d/control: Set Vcs-* to salsa.debian.org
36 * d/control: Add trailing tilde to min version depend to allow
37 backports
38
39 -- Ondřej Nový <onovy@debian.org> Mon, 02 Sep 2019 13:36:07 +0200
40
41 python-sysv-ipc (0.6.8-2) unstable; urgency=medium
42
43 * Added dh-python as build-depends (Closes: #771933).
44
45 -- Thomas Goirand <zigo@debian.org> Thu, 04 Dec 2014 01:34:22 +0800
46
47 python-sysv-ipc (0.6.8-1) unstable; urgency=medium
48
49 * Initial release (Closes: #763450).
50
51 -- Thomas Goirand <zigo@debian.org> Tue, 30 Sep 2014 16:57:31 +0800
0 Source: python-sysv-ipc
1 Section: python
2 Priority: optional
3 Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
4 Uploaders:
5 Thomas Goirand <zigo@debian.org>,
6 Build-Depends:
7 debhelper-compat (= 12),
8 dh-python,
9 openstack-pkg-tools (>= 99~),
10 python3-all,
11 python3-all-dev (>= 3.2),
12 python3-setuptools,
13 Standards-Version: 4.1.0
14 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-sysv-ipc
15 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-sysv-ipc.git
16 Homepage: http://semanchuk.com/philip/sysv_ipc/
17 Testsuite: autopkgtest-pkg-python
18
19 Package: python3-sysv-ipc
20 Architecture: any
21 Pre-Depends:
22 dpkg (>= 1.15.6~),
23 Depends:
24 ${misc:Depends},
25 ${python3:Depends},
26 ${shlibs:Depends},
27 Description: semaphores, shared memory and message queues - Python 3.x
28 Sysv_ipc gives Python programs access to System V semaphores, shared memory
29 and message queues. Most (all?) Unixes (including OS X) support System V IPC.
30 .
31 This package contains the Python 3.x module.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sysv_ipc
2 Source: http://semanchuk.com/philip/sysv_ipc/
3
4 Files: *
5 Copyright: (c) 2008-2014, Philip Semanchuk <philip@semanchuk.com>
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are met:
15 .
16 * Redistributions of source code must retain the above copyright notice, this
17 list of conditions and the following disclaimer.
18 .
19 * Redistributions in binary form must reproduce the above copyright notice,
20 this list of conditions and the following disclaimer in the documentation
21 and/or other materials provided with the distribution.
22 .
23 * Neither the name of sysv_ipc nor the names of its contributors may be used
24 to endorse or promote products derived from this software without specific
25 prior written permission.
26 .
27 THIS SOFTWARE IS PROVIDED BY Philip Semanchuk "AS IS" AND ANY EXPRESS OR
28 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
29 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
30 EVENT SHALL Philip Semanchuk BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
33 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
34 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 UPSTREAM_GIT ?= https://github.com/osvenskan/sysv_ipc
3 include /usr/share/openstack-pkg-tools/pkgos.make
4
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 export PYBUILD_NAME=sysv-ipc
7
8 %:
9 dh $@ --buildsystem=pybuild --with python3
10
11 override_dh_clean:
12 dh_clean
13 rm -rf build probe_results.h prober/foo
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=3
1 http://pypi.python.org/packages/source/s/sysv_ipc sysv_ipc-(.*).tar.gz
2