[Git][debian-gis-team/python-hdf4][master] 4 commits: Update Vcs-* URLs for repo rename.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 25 09:11:06 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / python-hdf4
Commits:
4b25f773 by Bas Couwenberg at 2018-12-25T08:41:45Z
Update Vcs-* URLs for repo rename.
- - - - -
d84e18e2 by Bas Couwenberg at 2018-12-25T08:42:34Z
Update watch file to handle common issues.
- - - - -
34830dce by Bas Couwenberg at 2018-12-25T08:45:52Z
Reorder dependencies, real packages first.
- - - - -
ac9300dd by Bas Couwenberg at 2018-12-25T08:52:00Z
Run dh_numpy3 in dh_python3 override.
- - - - -
3 changed files:
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/control
=====================================
@@ -13,16 +13,16 @@ Build-Depends: debhelper (>= 11),
python3-setuptools,
zlib1g-dev
Standards-Version: 4.3.0
-Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyhdf
-Vcs-Git: https://salsa.debian.org/debian-gis-team/pyhdf.git
+Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-hdf4
+Vcs-Git: https://salsa.debian.org/debian-gis-team/python-hdf4.git
Homepage: https://github.com/fhs/python-hdf4
Package: python3-hdf4
Architecture: any
-Depends: ${misc:Depends},
+Depends: python3-numpy,
${python3:Depends},
${shlibs:Depends},
- python3-numpy
+ ${misc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python-HDF4: Python interface to the NCSA HDF4 library
=====================================
debian/rules
=====================================
@@ -10,10 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_gencontrol:
+override_dh_python3:
+ dh_python3
dh_numpy3
- dh_gencontrol
override_dh_auto_clean:
dh_auto_clean
=====================================
debian/watch
=====================================
@@ -1,3 +1,7 @@
version=4
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-hdf4-$1\.tar\.gz/ \
- https://github.com/fhs/python-hdf4/tags .*/v?(\d\S+)\.tar\.gz
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?\/)?(?:rel|v|python-hdf4)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/python-hdf4-$1.$2/ \
+https://github.com/fhs/python-hdf4/releases \
+(?:.*?/archive/)?(?:rel|v|python-hdf4)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/compare/1c7ef2cb92bef8750ed824f4c33b23264fcb5121...ac9300dd34e7096a562e59e2ea380f7ec673c2ed
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/compare/1c7ef2cb92bef8750ed824f4c33b23264fcb5121...ac9300dd34e7096a562e59e2ea380f7ec673c2ed
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/77a94e82/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list