[SCM] KTorrent Debian packaging. branch, master, updated. debian/3.3+dfsg.1-1
Modestas Vainius
modax-guest at alioth.debian.org
Sun Nov 8 22:15:22 UTC 2009
The following commit has been merged in the master branch:
commit 86404ffcdf411ea5453f0bdb258c88b2edfee0ab
Author: Modestas Vainius <modestas at vainius.eu>
Date: Sun Nov 8 23:34:38 2009 +0200
Fix debian/watch to properly name stable tarballs.
---
debian/changelog | 1 +
debian/watch | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f458f61..e59b998 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ktorrent (3.3+dfsg.1-1) UNRELEASED; urgency=low
* New upstream release.
+ * Fix debian/watch to properly name stable tarballs.
-- Modestas Vainius <modestas at vainius.eu> Sun, 08 Nov 2009 23:32:50 +0200
diff --git a/debian/watch b/debian/watch
index 345a803..30c4921 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
version=3
# Track development releases as well
-opts="dversionmangle=s/\+dfsg\.?\d+//,uversionmangle=s/([\d.]+)-?(.*)/$1~$2/i" \
+opts="dversionmangle=s/\+dfsg\.?\d+//,uversionmangle=s/^([\d.]+)-?([a-z].+)/$1~$2/i" \
http://ktorrent.org/downloads/([\d.]+(?:-?.*)?)/ \
ktorrent-([\d.]+(?:-?.*)?)\.tar\.(?:bz2|gz)
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list