[SCM] KTorrent Debian packaging. branch, master, updated. master/3.2.3.1+dfsg.1-1-12-gd2d3d2c

Modestas Vainius modax-guest at alioth.debian.org
Sun Sep 27 15:52:52 UTC 2009


The following commit has been merged in the master branch:
commit 5c1e6f47256bf3a3f161e3cabd333a1ac69ef1f6
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Sep 27 15:42:14 2009 +0300

    Fix syntax problems in debian/watch.
---
 debian/changelog |    1 +
 debian/watch     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe18f37..7b26367 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ktorrent (3.2.3.1+dfsg.1-2) UNRELEASED; urgency=low
   * Switch debian/rules to use kde dh addons. Update build dependencies
     accordingly.
   * Bump Standards-Version to 3.8.3, no changes needed.
+  * Fix syntax problems in debian/watch.
 
  -- Modestas Vainius <modestas at vainius.eu>  Thu, 27 Aug 2009 19:42:14 +0300
 
diff --git a/debian/watch b/debian/watch
index d6d5f65..345a803 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
 version=3
 
 # Track development releases as well
-opts="dversionmangle=s/\+dfsg\.?\d+//; duversionmangle=s/([\d.]+)-?(.*)/$1~$2/i" \
+opts="dversionmangle=s/\+dfsg\.?\d+//,uversionmangle=s/([\d.]+)-?(.*)/$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