[Git][debian-gis-team/pylibtiff][master] 6 commits: Use the <!nocheck> marked in d/control
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Mon Aug 14 16:31:24 BST 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pylibtiff
Commits:
975f7963 by Antonio Valentino at 2023-08-14T14:17:44+00:00
Use the <!nocheck> marked in d/control
- - - - -
aae03285 by Antonio Valentino at 2023-08-14T14:19:24+00:00
Switch to autopkgtest-pkg-pybuild
- - - - -
e02d9c4c by Antonio Valentino at 2023-08-14T14:20:35+00:00
Update dates in d/copyright
- - - - -
93512668 by Antonio Valentino at 2023-08-14T14:25:33+00:00
No longer suggest tifffile
- - - - -
ada16577 by Antonio Valentino at 2023-08-14T16:55:28+02:00
New d/python3-libtiff.lintian-overrides
- - - - -
9df76b98 by Antonio Valentino at 2023-08-14T15:27:37+00:00
Enable testing
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/python3-libtiff.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,22 @@
pylibtiff (0.5.1-3) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Team upload.
* Bump Standards-Version to 4.6.2, no changes.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
(closes: #1047274)
+ [ Antonio Valentino ]
+ * debian/control:
+ - Use the <!nocheck> marker.
+ - No longer suggests tifffile.
+ * Switch to autopkgtest-pkg-pybuild.
+ * Update dates in d/copyright.
+ * New d/python3-libtiff.lintian-overrides.
+ * debian/rules:
+ - Enable testing.
+
-- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:10:28 +0100
pylibtiff (0.5.1-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: pylibtiff
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Section: python
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
python3-all-dev,
python3-bitarray,
python3-numpy,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm
Standards-Version: 4.6.2
@@ -48,8 +48,7 @@ Depends: libtiff-dev,
${python3:Depends},
${shlibs:Depends},
${misc:Depends}
-Suggests: python3-pil,
- tifffile
+Suggests: python3-pil
Description: ${source:Synopsis} (Python 3 version)
${source:Extended-Description}
.
=====================================
debian/copyright
=====================================
@@ -51,7 +51,7 @@ License: BSD-tiff-ish
Files: debian/*
Copyright: 2011, Mathieu Malaterre <mathieu.malaterre at gmail.com>
2015, Andreas Tille <tille at debian.org>
- 2018-2022, Antonio Valentino <antonio.valentino at tiscali.it>
+ 2018-2023, Antonio Valentino <antonio.valentino at tiscali.it>
License: BSD-3-clause
License: BSD-3-clause
=====================================
debian/python3-libtiff.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positive
+package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/pylibtiff-*.*-info/*]
=====================================
debian/rules
=====================================
@@ -8,7 +8,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION = $(UPSTREAM_VERSION)
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/{install_dir}/libtiff/src
-export PYBUILD_DISABLE=test clean
+export PYBUILD_DISABLE=clean
+export PYBUILD_TEST_ARGS=$(CURDIR)/libtiff/tests
%:
dh $@ --with python3,numpy3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/28c66ba1d348175ac8e5b0754f18589caedbdf7e...9df76b9855c93840dc6d67b52deca46ea8d894a1
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/compare/28c66ba1d348175ac8e5b0754f18589caedbdf7e...9df76b9855c93840dc6d67b52deca46ea8d894a1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230814/8511a9ea/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list