-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian/watch does not need filenamemangle option, as noted by lintian
- Loading branch information
Stephen Gildea
committed
Nov 30, 2021
1 parent
a12e228
commit 846ddca
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Test with: uscan --no-download --verbose | ||
# Test with: uscan --report-status | ||
version=4 | ||
# Older releases used "pl" (patchlevel) and "t" (tiny); change these into dots. | ||
# The matching-pattern intentionally excludes debian/ tags. | ||
opts=filenamemangle=s/.+\/([^\/]+)\/tags\/v?(\d\S+)\.tar\.gz/$1-$2.tar.gz/;\ | ||
s/(pl|t)(\d)/.$2/g;\ | ||
s/beta/~beta/,\ | ||
uversionmangle=\ | ||
opts=uversionmangle=\ | ||
s/(pl|t)(\d)/.$2/g;\ | ||
s/beta/~beta/ \ | ||
https://github.com/edsantiago/xlbiff/tags .+/tags/v?(\d\S+)\.tar\.gz |