]> git.proxmox.com Git - libgit2.git/commitdiff
Update d/watch
authorTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 12:08:45 +0000 (14:08 +0200)
committerTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 12:13:09 +0000 (14:13 +0200)
debian/README.source
debian/watch

index 80dcb6da5cf2cba479428eb4cdfaaa7abcb57fd4..6e4f234ba49b3625ba16b03aaf3a99a3aa3a2ae6 100644 (file)
@@ -1,4 +1,9 @@
 The DFSG version string is added because the /deps directory is removed from the
 upstream tarball since it's not used in any part of the packaging.
 
- -- Russell Sim <russell.sim@gmail.com>, Sat, 29 Jul 2017 18:32:25 +0200
+ -- Russell Sim <russell.sim@gmail.com>  Sat, 29 Jul 2017 18:32:25 +0200
+
+I replaced the DFSG suffix with DS, because the removal is merely reducing the
+source tarball in size, not fixing any DFSG violations.
+
+ -- Timo Röhling <roehling@debian.org>  Sun, 28 Aug 2022 14:08:22 +0200
index 9e850b32d710938455b6f8c6e79f58a01fc6266f..65b8013d8766d94635ba0e296b9a20dc0c5205ca 100644 (file)
@@ -1,3 +1,5 @@
-version=3
-opts=compression=xz,repack,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libgit2-$1\.tar\.gz/,dversionmangle=s/\+dfsg\d*$//,repacksuffix=+dfsg.1 \
-  https://github.com/libgit2/libgit2/releases .*/v?([\d.]*)\.tar\.gz
+version=4
+opts=filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%,\
+     repack,dversionmangle=auto,repacksuffix=+ds \
+     https://github.com/libgit2/libgit2/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
+