[SCM] mp4v2/master: Add get-orig-source target into debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jun 2 10:27:54 UTC 2012


The following commit has been merged in the master branch:
commit 7ee2cf45ee337546909307b87523b93f911f4fd1
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jun 2 12:27:14 2012 +0200

    Add get-orig-source target into debian/rules.

diff --git a/debian/rules b/debian/rules
index 5d24a81..7b6dc9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 export DH_OPTIONS
 
+export REPACK_SH=$(CURDIR)/debian/repack.sh
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 ifeq ($(DEB_HOST_ARCH),armhf)
@@ -25,3 +26,6 @@ override_dh_installchangelogs:
 
 override_dh_installdocs:
 	dh_installdocs --link-doc=libmp4v2-2
+
+get-orig-source:
+	uscan --force-download

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list