[Git][debian-gis-team/python-geographiclib][master] 5 commits: Remove ${python3:Recommends/Suggests}
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Fri Apr 29 06:49:00 BST 2022
Antonio Valentino pushed to branch master at Debian GIS Project / python-geographiclib
Commits:
7efcf31c by Antonio Valentino at 2022-04-29T05:38:00+00:00
Remove ${python3:Recommends/Suggests}
- - - - -
f41405f7 by Antonio Valentino at 2022-04-29T05:39:46+00:00
Rename geographiclib-python --> python-geographiclib
- - - - -
76912af6 by Antonio Valentino at 2022-04-29T05:43:55+00:00
Improve d/copyright
- - - - -
104ce729 by Antonio Valentino at 2022-04-29T05:44:33+00:00
Formatting
- - - - -
ea010a33 by Antonio Valentino at 2022-04-29T05:48:47+00:00
Improve d/watch
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-geographiclib-python (2.0-1~exp1) experimental; urgency=low
+python-geographiclib (2.0-1~exp1) experimental; urgency=low
* Initial release (Closes: #1010143).
=====================================
debian/control
=====================================
@@ -1,4 +1,4 @@
-Source: geographiclib-python
+Source: python-geographiclib
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Section: python
@@ -17,9 +17,7 @@ Homepage: https://geographiclib.sourceforge.io/Python/2.0
Package: python3-geographiclib
Architecture: all
Depends: ${misc:Depends},
- ${python3:Depends},
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
+ ${python3:Depends}
Description: Geodesic routines from GeographicLib
Python implementation of the geodesic routines in GeographicLib
.
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: geographiclib-python
Upstream-Contact: Charles Karney <charles at karney.com>
-Source: https://geographiclib.sourceforge.io/Python/2.0
+Source: https://github.com/geographiclib/geographiclib-python
Files: *
Copyright: 2011-2022, Charles Karney
@@ -12,10 +12,6 @@ Copyright: 2022, Antonio Valentino <antonio.valentino at tiscali.it>
License: Expat
License: Expat
- The MIT License (MIT).
- .
- Copyright (c) 2012-2022, Charles Karney
- .
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
=====================================
debian/rules
=====================================
@@ -1,5 +1,6 @@
#! /usr/bin/make -f
export PYBUILD_NAME=geographiclib
+
%:
dh $@ --with python3 --buildsystem=pybuild
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-# try also https://pypi.debian.net/geographiclib/watch
version=4
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \
https://pypi.debian.net/geographiclib/geographiclib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geographiclib/-/compare/8ac29055b2353c4b7250e8981219cd6cb9bb4550...ea010a336c7df90eef5dfd2df55d0fff6a70e28a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geographiclib/-/compare/8ac29055b2353c4b7250e8981219cd6cb9bb4550...ea010a336c7df90eef5dfd2df55d0fff6a70e28a
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/20220429/8d79c6a0/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list