Add patch to strip out non-DFSG parts.
authorAlessio Treglia <alessio@debian.org>
Sat, 4 Feb 2012 10:32:01 +0000 (11:32 +0100)
committerAlessio Treglia <alessio@debian.org>
Sat, 4 Feb 2012 10:32:01 +0000 (11:32 +0100)
debian/patches/dfsg.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/dfsg.patch b/debian/patches/dfsg.patch
new file mode 100644 (file)
index 0000000..047c1cb
--- /dev/null
@@ -0,0 +1,18 @@
+Descrition: Avoid to build non-DFSG clean modules.
+Author: Alessio Treglia <alessio@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
index 419bacfe612bfb32d01517338ade870da50cfb2a..6f9f8a33e36d940d00aa22dd943d196439c017e3 100644 (file)
@@ -1,3 +1,4 @@
 soname-fix.patch
 mp4box-manpage-fix.patch
 multiarch.patch
+dfsg.patch