[SCM] devede/master: Fix repacking.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 29 16:54:36 UTC 2015


The following commit has been merged in the master branch:
commit 0b65fd9f8db08b68689174c6589387e1b3a14e40
Author: Alessio Treglia <alessio.treglia at smartodds.co.uk>
Date:   Wed Apr 29 12:27:48 2015 +0100

    Fix repacking.

diff --git a/debian/rules b/debian/rules
index 31b6cbc..f1f146a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,4 @@ override_dh_install:
 	rm -f debian/devede/usr/share/doc/devede/html/menu.html~
 
 get-orig-source:
-	uscan --force-download
+	uscan --force-download --repack
diff --git a/debian/watch b/debian/watch
index 6c88e3f..f8fa20a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,6 @@
 version=3
-opts="uversionmangle=s/-/./,dversionmangle=s/~ds.*//" \
-http://www.rastersoft.com/programas/devede.html \
-    ../descargas/devede-(.*).tar.bz2 \
+opts=\
+filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/devedeng-$1\.tar\.gz/,\
+dversionmangle=s/~ds.*// \
+  https://github.com/rastersoft/devedeng/tags .*/v?(\d\S*)\.tar\.gz \
     debian sh debian/repack.stub

-- 
devede packaging



More information about the pkg-multimedia-commits mailing list