[Git][debian-gis-team/python-cartopy][master] 7 commits: Update d/copyright file
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Dec 4 17:33:54 GMT 2021
Antonio Valentino pushed to branch master at Debian GIS Project / python-cartopy
Commits:
6a260707 by Antonio Valentino at 2021-12-04T16:37:12+00:00
Update d/copyright file
- - - - -
145521ed by Antonio Valentino at 2021-12-04T17:04:49+00:00
Add Rules-Requires-Root: no
- - - - -
d8d66ab8 by Antonio Valentino at 2021-12-04T17:05:24+00:00
Add lintian overrides for application-in-library-section
- - - - -
730b5e35 by Antonio Valentino at 2021-12-04T17:05:26+00:00
Add lintian override for library-package-name-for-application
- - - - -
c5689d5d by Antonio Valentino at 2021-12-04T17:06:47+00:00
Add lintian override for no-manual-page usr/bin/cartopy_feature_download.py
- - - - -
d302b6dc by Antonio Valentino at 2021-12-04T17:20:07+00:00
Remove language extension from script names
- - - - -
86f88954 by Antonio Valentino at 2021-12-04T17:22:24+00:00
Remove unnecessary greater-than versioned dependency
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/python3-cartopy.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,22 @@
python-cartopy (0.20.1+dfsg-2) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Drop test_crs.patch, no longer required.
* Add python3-all to test depends.
(closes: #999101)
+ [ Antonio Valentino ]
+ * Update d/copyright file.
+ * debian/control:
+ - add Rules-Requires-Root: no
+ - remove unnecessary greater-than versioned dependency from python3-shapely.
+ * debian/python3-cartopy.lintian-overrides:
+ - add item for application-in-library-section
+ - add item for library-package-name-for-application
+ - add item for no-manual-page usr/bin/cartopy_feature_download.py.
+ * debian/rules:
+ - rename scripts in usr/bin to remove the language extension.
+
-- Bas Couwenberg <sebastic at debian.org> Fri, 22 Oct 2021 08:58:49 +0200
python-cartopy (0.20.1+dfsg-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -4,6 +4,7 @@ Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>,
Antonio Valentino <antonio.valentino at tiscali.it>
Section: python
Priority: optional
+Rules-Requires-Root: no
Build-Depends: cython3,
debhelper-compat (= 12),
dh-python,
@@ -23,7 +24,7 @@ Build-Depends: cython3,
python3-pytest,
python3-scipy,
python3-setuptools,
- python3-shapely (>= 1.6.4),
+ python3-shapely,
python3-tk,
xauth,
xvfb
=====================================
debian/copyright
=====================================
@@ -11,7 +11,7 @@ Comment: The upstream release is repacked in order to exclude the non-free
Files-Excluded: lib/cartopy/data/netcdf/*
Files: *
-Copyright: Cartopy Contributors
+Copyright: 2018-2021, Cartopy Contributors
2010-2020, Met Office
2011-2018, British Crown
License: LGPL-3+
@@ -47,7 +47,8 @@ Comment: http://www.soest.hawaii.edu/pwessel/gshhg/
License: LGPL-3+
Files: debian/*
-Copyright: 2016, Ghislain Antony Vaillant <ghisvail at gmail.com>
+Copyright: 2016, Ghislain Antony Vaillant <ghisvail at gmail.com>
+ 2018-2021, Antonio Valentino <antoniuo.valentino at tiscali.it>
License: LGPL-3+
License: LGPL-3+
=====================================
debian/python3-cartopy.lintian-overrides
=====================================
@@ -1,3 +1,7 @@
# the python-cartopy-data package only contains common data
python-package-depends-on-package-from-other-python-variant Depends: python-cartopy-data
+# The program in $PATH is only a helper tool and the package is primarily a library
+application-in-library-section python usr/bin/cartopy_feature_download
+library-package-name-for-application usr/bin/cartopy_feature_download
+no-manual-page usr/bin/cartopy_feature_download
=====================================
debian/rules
=====================================
@@ -47,6 +47,7 @@ override_dh_auto_install:
dh_auto_install
$(RM) -r debian/python3-cartopy/usr/lib/python3*/dist-packages/cartopy/data
$(RM) -r debian/python3-cartopy/usr/lib/python3*/dist-packages/cartopy/tests/mpl/baseline_images
+ mv debian/python3-cartopy/usr/bin/cartopy_feature_download.py debian/python3-cartopy/usr/bin/cartopy_feature_download
override_dh_install:
dh_install
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/compare/c8695f164c5f99b9307b385d513a2b23e3c9a0a3...86f8895430f358776ac85b4e4201bb0246cf40de
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/compare/c8695f164c5f99b9307b385d513a2b23e3c9a0a3...86f8895430f358776ac85b4e4201bb0246cf40de
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/20211204/e0f4c847/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list