Skip to content

Commit

Permalink
debian/watch does not need filenamemangle option, as noted by lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Gildea committed Nov 30, 2021
1 parent a12e228 commit 846ddca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions debian/watch
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

0 comments on commit 846ddca

Please sign in to comment.