[Pkg-owncloud-commits] [owncloud] 02/03: Use repacksuffix feature of uscan
David Prévot
taffit at moszumanska.debian.org
Sun Sep 28 01:42:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit f5fb44c14759dfb6c1227bdb704e23206237d61a
Author: David Prévot <taffit at debian.org>
Date: Sat Sep 27 20:26:26 2014 -0400
Use repacksuffix feature of uscan
---
debian/rules | 2 +-
debian/watch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 802cbbc..b27fade 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,4 +108,4 @@ override_dh_installchangelogs:
dh_installchangelogs $(CURDIR)/debian/upstream/changelog
get-orig-source:
- uscan --force --verbose
+ uscan --force --verbose --rename
diff --git a/debian/watch b/debian/watch
index 31e3f23..c45aa8a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
version=3
-options=uversionmangle=s/$/+dfsg/,pgpsigurlmangle=s/$/.asc/ \
+options=dversionmangle=s/\+dfsg$//,pgpsigurlmangle=s/$/.asc/,repacksuffix=+dfsg \
https://owncloud.org/changelog/ \
https://download.owncloud.org/community/owncloud-(.*)\.tar\.bz2
-options=uversionmangle=s/$/+dfsg/;s/(alpha|beta|rc)/~$1/i;tr/A-Z/a-z/,pgpsigurlmangle=s/$/.asc/ \
+options=dversionmangle=s/\+dfsg$//,uversionmangle=s/([^\w.]+)/~$1/i;tr/A-Z/a-z/,pgpsigurlmangle=s/$/.asc/,repacksuffix=+dfsg \
https://owncloud.org/install/ \
https://download.owncloud.org/community.*/owncloud-(\d.*)\.tar\.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list