[Git][debian-gis-team/pooch][debian/1.4.0-1] 3 commits: Fix common issues in the watch file

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Aug 22 08:05:39 BST 2021



Antonio Valentino pushed to tag debian/1.4.0-1 at Debian GIS Project / pooch


Commits:
4db70d74 by Antonio Valentino at 2021-08-21T15:56:41+00:00
Fix common issues in the watch file

- - - - -
96374753 by Antonio Valentino at 2021-08-21T16:04:30+00:00
Add comments to overrides explaining why the issue is overridden

- - - - -
d1994e10 by Antonio Valentino at 2021-08-22T06:59:25+00:00
Fix recommends and suggests fields in d/controll

- - - - -


3 changed files:

- debian/control
- debian/python3-pooch.lintian-overrides
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -25,8 +25,8 @@ Package: python3-pooch
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
+Recommends: python3-tqdm
+Suggests: python3-paramiko
 Description: Tools to manage Python library's data files
  Pooch manages a data registry by downloading your data files
  from a server only when needed and storing them locally in a data


=====================================
debian/python3-pooch.lintian-overrides
=====================================
@@ -1,2 +1,5 @@
+# duplicate compressed files are provided on purpos as data files for the test suite
 compressed-duplicate usr/lib/python3/dist-packages/pooch/tests/data/*
+# .txt files are erroneously assumed to be documentation files,
+# they are data files part of the test suite instead
 package-contains-documentation-outside-usr-share-doc usr/lib/python3/dist-packages/pooch/tests/data/*


=====================================
debian/watch
=====================================
@@ -1,3 +1,7 @@
 version=4
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pooch-$1\.tar\.gz/ \
-  https://github.com/fatiando/pooch/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/;s/RC/rc/;s/\-/\./g,\
+filenamemangle=s/(?:.*?)?(?:rel|v|pooch)?[\-\_]?(\d\S*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pooch-$1.$2/ \
+https://github.com/fatiando/pooch/tags \
+(?:.*?/archive/(?:.*?/)?)?(?:rel|v|pooch)?[\-\_]?(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/pooch/-/compare/9f8219106e7b6590f373ff42a061266f17dc737f...d1994e105caead5f0772c5be31095b8f6c65c165

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pooch/-/compare/9f8219106e7b6590f373ff42a061266f17dc737f...d1994e105caead5f0772c5be31095b8f6c65c165
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/20210822/ab295e2f/attachment.htm>


More information about the Pkg-grass-devel mailing list