[SCM] jackd2/master: Improve get-orig-source hints with comment on how to do git snapshots.

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


The following commit has been merged in the master branch:
commit e66c30b7b74333c6569d9e4f5b8f8cd959ea9820
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 21 04:29:44 2012 +0100

    Improve get-orig-source hints with comment on how to do git snapshots.

diff --git a/debian/rules b/debian/rules
index b5cb7b0..c2ae159 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,11 @@ CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~),\
 						debhelper (>= 8.1.3)
 CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo =
 
-
+# Set tag to full 40 char git tag for git snapshot release
+tag = $(DEB_UPSTREAM_TARBALL_VERSION)
 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)
+DEB_UPSTREAM_TARBALL_BASENAME = $(tag)
+DEB_UPSTREAM_TARBALL_SRCDIR = jack2-$(tag)
 
 # unneeded and possibly sourceless binaries
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += *.a *.dll *.Lib

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list