Antonio Valentino pushed to branch master at Debian GIS Project / pylibtiff
Commits: ac0440bd by Antonio Valentino at 2020-08-18T16:19:10+00:00 Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html - - - - - bcc808ee by Antonio Valentino at 2020-08-18T18:22:21+02:00 Explicitly set Rules-Requires-Root: no - - - - - db735dfa by Antonio Valentino at 2020-08-18T17:38:49+00:00 Add Forwarded field to patches - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/patches/0001-bitarray.patch - debian/patches/0002-ctypes.patch - debian/patches/0003-fix-future-division.patch - debian/patches/0005-Disable-bittools-extension.patch Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,9 @@ pylibtiff (0.4.2-7) UNRELEASED; urgency=medium * Bump Standards-Version to 4.5.0, no changes. * Drop Provides: ${python3:Provides}. * Drop Name field from upstream metadata. + * Set debhelper-compat version in Build-Depends. + * Explicitly set Rules-Requires-Root: no in debian/control file. + * Add Forwarded fielad to patches. -- Antonio Valentino <[email protected]> Sun, 21 Jul 2019 23:55:32 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Uploaders: Antonio Valentino <[email protected]> Section: python Priority: optional Testsuite: autopkgtest-pkg-python -Build-Depends: debhelper (>= 12), +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 12), dh-python, libtiff-dev, python3-all-dev, ===================================== debian/patches/0001-bitarray.patch ===================================== @@ -2,6 +2,7 @@ From: Mathieu Malaterre <[email protected]> Date: Sun, 16 Dec 2018 18:03:53 +0000 Subject: Use Debian packaged bitarray +Forwarded: not-necessary, superseded by upstream changes --- libtiff/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ===================================== debian/patches/0002-ctypes.patch ===================================== @@ -3,6 +3,7 @@ Date: Sun, 16 Dec 2018 18:03:53 +0000 Subject: Try to load `libtiff` through other methods if `ctypes.util.find_library` fails completely. #36 +Forwarded: not-necessary, backport form upstream Last-Update: 2015-08-18 Source: https://github.com/jakirkham/pylibtiff/commit/ce9e2d8d3dd63c8f330e603125adb31e19de6ae4 --- ===================================== debian/patches/0003-fix-future-division.patch ===================================== @@ -2,6 +2,7 @@ From: Antonio Valentino <[email protected]> Date: Sat, 22 Dec 2018 20:18:21 +0100 Subject: Fix division (import form future) +Forwarded: not-necessary, superseded by upstream changes --- libtiff/tiff_image.py | 2 ++ 1 file changed, 2 insertions(+) ===================================== debian/patches/0005-Disable-bittools-extension.patch ===================================== @@ -2,6 +2,7 @@ From: Antonio Valentino <[email protected]> Date: Sun, 30 Dec 2018 11:15:42 +0100 Subject: Disable bittools extension +Forwarded: not-necessary --- libtiff/lzw.py | 2 +- setup.py | 8 ++++---- View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/140a7ee162a0c40bed31aa9f281d5ec86e55e1ba...db735dfa6ed11df02818c8c92fbff04d92b968de -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/140a7ee162a0c40bed31aa9f281d5ec86e55e1ba...db735dfa6ed11df02818c8c92fbff04d92b968de You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
