From: Alessio Treglia Date: Sat, 4 Feb 2012 10:32:01 +0000 (+0100) Subject: Add patch to strip out non-DFSG parts. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~255 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=232fb183050f401d922e98c4e5f0ddd9567082cd;p=gpac.git 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 +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