Source: python-smmap Version: 0.8.3-1 Severity: wishlist Tags: patch Dear maintainer,
This package supports python3, so it'd be good if it could build the python3 package, besides the python2 one. Attached there is a patch to do so. Thanks for maintaining python-smmap. -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, arm64, armel, armhf, s390x Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- regards, Mattia Rizzolo GPG Key: 4096R/B9444540 http://goo.gl/I8TMB more about me: http://mapreri.org Launchpad User: https://launchpad.net/~mapreri Ubuntu Wiki page: https://wiki.ubuntu.com/MattiaRizzolo
diff -Nru python-smmap-0.8.3/debian/changelog python-smmap-0.8.3/debian/changelog --- python-smmap-0.8.3/debian/changelog 2014-12-18 04:34:39.000000000 +0100 +++ python-smmap-0.8.3/debian/changelog 2015-02-21 18:11:47.000000000 +0100 @@ -1,3 +1,10 @@ +python-smmap (0.8.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build the python3 package. use pybuild. + + -- Mattia Rizzolo <mat...@mapreri.org> Sat, 21 Feb 2015 18:11:36 +0100 + python-smmap (0.8.3-1) experimental; urgency=medium * Fresh upstream release (required by fresh python-git for testing) diff -Nru python-smmap-0.8.3/debian/control python-smmap-0.8.3/debian/control --- python-smmap-0.8.3/debian/control 2014-12-18 04:34:39.000000000 +0100 +++ python-smmap-0.8.3/debian/control 2015-02-21 22:28:46.000000000 +0100 @@ -7,6 +7,10 @@ ,python-all ,python-setuptools ,python-nose + ,python3-all + ,python3-setuptools + ,python3-nose + ,dh-python Standards-Version: 3.9.6 Homepage: https://github.com/Byron/smmap Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-smmap/trunk/ @@ -22,3 +26,18 @@ as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. + . + This package provides the python2 build. + +Package: python3-smmap +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Suggests: python3-nose +Provides: ${python3:Provides} +Description: sliding window memory map manager - python3 package + Smmap wraps an interface around mmap and tracks the mapped files as well + as the amount of clients who use it. If the system runs out of resources, + or if a memory limit is reached, it will automatically unload unused maps + to allow continued operation. + . + This package provides the python3 build. diff -Nru python-smmap-0.8.3/debian/rules python-smmap-0.8.3/debian/rules --- python-smmap-0.8.3/debian/rules 2014-12-18 04:34:39.000000000 +0100 +++ python-smmap-0.8.3/debian/rules 2015-02-21 18:11:33.000000000 +0100 @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export PYBUILD_NAME=smmap + %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem pybuild override_dh_auto_test: nosetests -s -v smmap
signature.asc
Description: Digital signature