mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 15:10:02 +00:00
debian/watch: Fix version numbering
This commit is contained in:
parent
62c37f4fe7
commit
19e0294094
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -9,6 +9,8 @@ libgit2 (0.26.0+dfsg.1-1.2) unstable; urgency=medium
|
|||||||
Closes: #882632
|
Closes: #882632
|
||||||
+ Use HTTPS URIs
|
+ Use HTTPS URIs
|
||||||
|
|
||||||
|
* debian/watch: Fix generated version numbers
|
||||||
|
|
||||||
* Make the package lintian-clean
|
* Make the package lintian-clean
|
||||||
* debian/control
|
* debian/control
|
||||||
+ Use canonical Vcs-* URLs
|
+ Use canonical Vcs-* URLs
|
||||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,3 +1,3 @@
|
|||||||
version=3
|
version=3
|
||||||
opts=compression=xz,repack,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libgit2-$1\.tar\.gz/,dversionmangle=s/\+dfsg\d*$//,repacksuffix=+dfsg1 \
|
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
|
https://github.com/libgit2/libgit2/releases .*/v?([\d.]*)\.tar\.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user