[SCM] gpac/master: Remove include/gpac/version.h during debian/rules clean.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:13:31 UTC 2011


The following commit has been merged in the master branch:
commit 184b597e066d8b0a45f42328914c00f869df0726
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Apr 30 22:23:10 2011 -0400

    Remove include/gpac/version.h during debian/rules clean.

diff --git a/debian/rules b/debian/rules
index 72d575f..89095bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_install:
 	$(MAKE) install-lib prefix=$(CURDIR)/debian/tmp/usr
 
 override_dh_clean:
-	dh_clean config.h bin/gcc/libgpac*
+	dh_clean config.h bin/gcc/libgpac* include/gpac/version.h
 	find $(CURDIR) -name *.opic -delete
 
 get-orig-source:

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list