[SCM] gpac/master: Add patch to strip out non-DFSG parts.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Feb 4 11:34:20 UTC 2012


The following commit has been merged in the master branch:
commit 232fb183050f401d922e98c4e5f0ddd9567082cd
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Feb 4 11:32:01 2012 +0100

    Add patch to strip out non-DFSG parts.

diff --git a/debian/patches/dfsg.patch b/debian/patches/dfsg.patch
new file mode 100644
index 0000000..047c1cb
--- /dev/null
+++ b/debian/patches/dfsg.patch
@@ -0,0 +1,18 @@
+Descrition: Avoid to build non-DFSG clean modules.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ modules/Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- gpac.orig/modules/Makefile
++++ gpac/modules/Makefile
+@@ -2,7 +2,7 @@ include ../config.mak
+ 
+ #all OS and lib independent
+ #PLUGDIRS=aac_in ac3_in audio_filter bifs_dec ctx_load dummy_in soft_raster mp3_in isom_in odf_dec rtp_in timedtext img_in svg_in saf_in mpegts_in ismacryp widgetman redirect_av mpd_in
+-PLUGDIRS=aac_in ac3_in audio_filter bifs_dec ctx_load dummy_in soft_raster mp3_in isom_in odf_dec rtp_in timedtext img_in svg_in saf_in mpegts_in ismacryp widgetman mpd_in
++PLUGDIRS=aac_in ac3_in audio_filter bifs_dec ctx_load dummy_in soft_raster mp3_in isom_in odf_dec rtp_in timedtext img_in svg_in saf_in mpegts_in ismacryp mpd_in
+ 
+ ifeq ($(DISABLE_SVG), no)
+ PLUGDIRS+=laser_dec svg_in
diff --git a/debian/patches/series b/debian/patches/series
index 419bacf..6f9f8a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 soname-fix.patch
 mp4box-manpage-fix.patch
 multiarch.patch
+dfsg.patch

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list