[SCM] mixxx/master: Fix repackaging mechanism.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 27 06:35:36 UTC 2012


The following commit has been merged in the master branch:
commit 90a6549d5962c9957640899cafb3ad492eb30017
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 27 08:35:04 2012 +0200

    Fix repackaging mechanism.

diff --git a/debian/rules b/debian/rules
index ec14985..3b13584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-# Path to the debian directory
-DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname )
-UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
-PACKAGE = mixxx
+export REPACK_SH=$(CURDIR)/debian/repack.sh
 
 export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 # The build system ignores CPPFLAGS, pass them to CFLAGS/CXXFLAGS to enable
@@ -51,3 +48,6 @@ override_dh_auto_install:
 
 override_dh_gencontrol:
 	dh_gencontrol -- $(SUBSTVARS)
+
+get-orig-source:
+	uscan --force-download

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list