[Git][debian-gis-team/python-geotiepoints][master] 4 commits: Reorder dependencies, real packages first.

Bas Couwenberg gitlab at salsa.debian.org
Tue Dec 25 10:19:27 GMT 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / python-geotiepoints


Commits:
33965956 by Bas Couwenberg at 2018-12-25T10:03:49Z
Reorder dependencies, real packages first.

- - - - -
5a0327e0 by Bas Couwenberg at 2018-12-25T10:05:42Z
Reorder rules in order of execution.

- - - - -
67774f99 by Bas Couwenberg at 2018-12-25T10:07:44Z
Fix case in upstream metadata.

- - - - -
651f43f6 by Bas Couwenberg at 2018-12-25T10:08:49Z
Update watch file to handle common issues.

- - - - -


4 changed files:

- debian/control
- debian/rules
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -21,16 +21,16 @@ Homepage: https://github.com/pytroll/python-geotiepoints
 
 Package: python3-geotiepoints
 Architecture: any
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends},
-         python3-dask,
+Depends: python3-dask,
          python3-numpy,
          python3-pandas,
          python3-scipy,
-         python3-xarray
-Recommends: ${python3:Recommends},
-            python3-h5py
+         python3-xarray,
+         ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: python3-h5py,
+            ${python3:Recommends}
 Suggests: ${python3:Suggests}
 Description: Interpolation of geographic tiepoints in Python
  Python-geotiepoints is a Python module that interpolates (and extrapolates


=====================================
debian/rules
=====================================
@@ -3,18 +3,20 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export PYBUILD_NAME=geotiepoints
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export PYBUILD_NAME=geotiepoints
+
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
+override_dh_auto_clean:
+	dh_auto_clean
+
+	$(RM) geotiepoints/multilinear*.so
 
 override_dh_python3:
 	dh_python3
 	dh_numpy3
-
-override_dh_auto_clean:
-	dh_auto_clean
-	$(RM) geotiepoints/multilinear*.so


=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,6 @@
 ---
 Bug-Database: https://github.com/pytroll/python-geotiepoints/issues
 Bug-Submit: https://github.com/pytroll/python-geotiepoints/issues/new
-Name: Python-geotiepoints
+Name: python-geotiepoints
 Repository: https://github.com/pytroll/python-geotiepoints.git
 Repository-Browse: https://github.com/pytroll/python-geotiepoints


=====================================
debian/watch
=====================================
@@ -1,7 +1,6 @@
 version=4
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-  https://pypi.debian.net/python-geotiepoints/python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-
-#version=4
-#opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-geotiepoints-$1\.tar\.gz/ \
-#  https://github.com/pytroll/python-geotiepoints/tags .*/v?(\d\S+)\.tar\.gz
+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/python-geotiepoints/ \
+python-geotiepoints-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/compare/f9090c805fae81b99b51ef98ec2ca605b42094ef...651f43f6f9eb6e499a63ecf9b0d17c1cd2d0097e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/compare/f9090c805fae81b99b51ef98ec2ca605b42094ef...651f43f6f9eb6e499a63ecf9b0d17c1cd2d0097e
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/bf8ad270/attachment-0001.html>


More information about the Pkg-grass-devel mailing list