[SCM] gpac packaging branch, master, updated. debian/0.4.5-0.3ubuntu6-10-gd82a40b

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue May 4 04:36:20 UTC 2010


The following commit has been merged in the master branch:
commit d82a40b3b6ce9a1d08c997752506a6b8713f2d1b
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue May 4 00:24:09 2010 -0400

    Don't include empty directory /usr/lib64 for amd64 and delete *.opic during cleaning.

diff --git a/debian/rules b/debian/rules
index 7f2d25a..b880e7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,20 +50,14 @@ clean:
 
 	debian/rules unpatch
 
-	dh_clean config.h bin/gcc/libgpac*
+	dh_clean config.h bin/gcc/libgpac* *.opic
+	find $(CURDIR) -name *.opic -delete
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_prep
 	dh_installdirs
-
-ifeq "$(DEBIAN_ARCH)" "amd64"
-	dh_installdirs usr/lib64
-endif
-
-
-
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \
 	moddir=$(CURDIR)/debian/tmp/usr/lib/gpac
 

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list