[SCM] idjc/master: Fix repacking.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Sep 1 20:05:09 UTC 2012


The following commit has been merged in the master branch:
commit 21e311a95c57498e2345455496aa0788da67e9ba
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Sep 1 21:57:46 2012 +0200

    Fix repacking.
    
    Set REPACK_SH in debian/rules.

diff --git a/debian/rules b/debian/rules
index d3467cd..0a48e4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export REPACK_SH=$(CURDIR)/debian/repack.sh
+
 %:
 	dh $@ --parallel --with python2,autoreconf
 

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list