[SCM] jackd2/master: Update to use github.com URLs in watch file, get-orig-source hints and copyright file Source field.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Dec 21 03:50:28 UTC 2012


The following commit has been merged in the master branch:
commit 1ac24114263065bde36d586fae92e5da4547f14e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 21 02:59:49 2012 +0100

    Update to use github.com URLs in watch file, get-orig-source hints and copyright file Source field.

diff --git a/debian/copyright b/debian/copyright
index 60f8f9c..a416c0c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
 Name: jackdmp
 Maintainer: JACK developers <jack-devel at jackaudio.org>
-Source: http://jackaudio.org/download
+Source: https://github.com/jackaudio/jack2
 
 Excluded-Files: ./macosx/libcelt.a,
 	./macosx/libportaudio.a,
diff --git a/debian/rules b/debian/rules
index 821a505..cf0e5c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,9 @@ CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~),\
 CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo =
 
 
-DEB_UPSTREAM_PACKAGE = jack
-DEB_UPSTREAM_URL = http://www.grame.fr/~letz/
-DEB_UPSTREAM_TARBALL_EXTENSION = tgz
+DEB_UPSTREAM_URL = https://github.com/jackaudio/jack2/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_SRCDIR = jack2-$(DEB_UPSTREAM_TARBALL_VERSION)
 
 # unneeded and possibly sourceless binaries
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.Lib ./windows/**.lib ./windows/**.dll
diff --git a/debian/watch b/debian/watch
index 596afc2..647c6d4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-opts=dversionmangle=s/\~dfsg.*// \
-	http://jackaudio.org/download/ .*/jack-(.*)\.tar\.bz2
+#opts=dversionmangle=s/\~dfsg.*// \
+opts=uversionmangle=s/1\.90/1.9.0/,dversionmangle=s/\~dfsg.*// \
+https://github.com/jackaudio/jack2/tags .*/archive/v?(\d[\d\.]+)\.tar\.gz
+#https://github.com/jackaudio/jack2/tags .*/archive/v?((?:1\.9\.|[2-9])[\d\.]+)\.tar\.gz

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list