[Git][debian-gis-team/pylibtiff][master] 7 commits: Bump Standards-Version to 4.3.0, no changes.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 25 09:47:42 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / pylibtiff
Commits:
95d314f3 by Bas Couwenberg at 2018-12-25T09:11:58Z
Bump Standards-Version to 4.3.0, no changes.
- - - - -
3126948e by Bas Couwenberg at 2018-12-25T09:23:25Z
Reorder dependencies, real packages first.
- - - - -
494d1883 by Bas Couwenberg at 2018-12-25T09:24:31Z
Align copyright holders.
- - - - -
235a37e3 by Bas Couwenberg at 2018-12-25T09:25:16Z
Remove unused examples file.
- - - - -
3b6a4315 by Bas Couwenberg at 2018-12-25T09:41:39Z
Update rules file.
Changes:
- Group and reorder exports
- Remove disabled export
- Run dh_numpy* in dh_python* overrides
- Use $(RM) instead of rm
- - - - -
6844e255 by Bas Couwenberg at 2018-12-25T09:41:40Z
Fix case of Upstream-Name.
- - - - -
02bba629 by Bas Couwenberg at 2018-12-25T09:41:40Z
Update watch file to handle common issues.
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/examples
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -25,6 +25,16 @@ pylibtiff (0.4.2-1) unstable; urgency=medium
* Do not install examples: not provided in the source package form PyPi.
* Update watch file.
+ [ Bas Couwenberg ]
+ * Bump Standards-Version to 4.3.0, no changes.
+ * Remove unused examples file.
+ * Update rules file, changes:
+ - Group and reorder exports
+ - Remove disabled export
+ - Run dh_numpy* in dh_python* overrides
+ - Use $(RM) instead of rm
+ * Update watch file to handle common issues.
+
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 23 Dec 2018 20:55:59 +0000
pylibtiff (0.4.1+20160502-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -15,17 +15,17 @@ Build-Depends: debhelper (>= 11),
python3-bitarray,
python3-numpy,
python3-pytest
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pylibtiff
Vcs-Git: https://salsa.debian.org/debian-gis-team/pylibtiff.git
Homepage: https://github.com/pearu/pylibtiff
Package: python-libtiff
Architecture: any
-Depends: ${python:Depends},
- ${misc:Depends},
+Depends: libtiff5,
+ ${python:Depends},
${shlibs:Depends},
- libtiff5
+ ${misc:Depends}
Suggests: python-pil,
tifffile
Provides: ${python:Provides}
@@ -53,10 +53,10 @@ Description: wrapper to the libtiff library to Python using ctypes
Package: python3-libtiff
Architecture: any
-Depends: ${python3:Depends},
- ${misc:Depends},
+Depends: libtiff5,
+ ${python3:Depends},
${shlibs:Depends},
- libtiff5
+ ${misc:Depends}
Suggests: python3-pil,
tifffile
Provides: ${python3:Provides}
=====================================
debian/copyright
=====================================
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: pylibtiff
+Upstream-Name: PyLibTiff
Source: https://github.com/pearu/pylibtiff
Files-Excluded: libtiff/bitarray-*
@@ -9,8 +9,8 @@ License: BSD-3-clause
Files: libtiff/src/tif_lzw.c
Copyright: © 1988-1997 Sam Leffler
- © 1991-1997 Silicon Graphics, Inc.
- © 1985, 1986 The Regents of the University of California.
+ © 1991-1997 Silicon Graphics, Inc.
+ © 1985, 1986 The Regents of the University of California.
License: BSD-tiff-ish
Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
=====================================
debian/examples deleted
=====================================
@@ -1 +0,0 @@
-#libtiff/scripts/*
=====================================
debian/rules
=====================================
@@ -1,21 +1,25 @@
#!/usr/bin/make -f
-export PYBUILD_NAME=libtiff
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-export PYBUILD_TEST_PYTEST = 1
-#export PYBUILD_TEST_ARGS = . ../../../libtiff/tests
+
+export PYBUILD_NAME=libtiff
+export PYBUILD_TEST_PYTEST=1
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_gencontrol:
+override_dh_python2:
+ dh_python2
dh_numpy
+
+override_dh_python3:
+ dh_python3
dh_numpy3
- dh_gencontrol
override_dh_auto_install:
dh_auto_install
- rm debian/python*-libtiff/usr/lib/python*/dist-packages/libtiff/LICENSE
+
+ $(RM) debian/*/usr/lib/python*/dist-packages/libtiff/LICENSE
get-orig-source:
./debian/get-orig-source
=====================================
debian/watch
=====================================
@@ -1,3 +1,6 @@
version=4
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/libtiff/libtiff-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
+https://pypi.debian.net/libtiff/ \
+libtiff-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/327872b7570091251a7a40f56407f0a7f249edc5...02bba62935fd126730dffaa1f3214573a5dba6f5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/compare/327872b7570091251a7a40f56407f0a7f249edc5...02bba62935fd126730dffaa1f3214573a5dba6f5
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/20181225/51ff1669/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list