From: Reinhard Tartler Date: Mon, 16 Nov 2020 12:12:50 +0000 (-0500) Subject: drop deprecated apps X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec7063fda4c0c58062092e04672705d05b3c45a8;p=gpac.git drop deprecated apps needs further copyright review, maybe parts (or all) could be included in a future revision --- diff --git a/debian/copyright b/debian/copyright index 624e1ee..87f584d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,14 +3,21 @@ Upstream-Name: gpac Upstream-Contact: jeanlf@users.sourceforge.net Source: http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac Files-Excluded: + applications/deprecated applications/mp4box_android applications/osmo4_android_studio applications/osmo4_ios applications/osmophone applications/osmozilla + applications/WebGLGen + applications/testapps build debian extra_lib/include + modules/deprecated + share/vis + share/deprecated + share/gui Files: * Copyright: diff --git a/debian/rules b/debian/rules index b7272dc..359f721 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,8 @@ override_dh_auto_clean: dh_auto_clean || true override_dh_clean: + ## Remove Files-Excluded (when built from checkout or non-DFSG tarball): + $(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright` dh_clean config.h bin/gcc/libgpac* dh_clean gpac.pc include/gpac/revision.h find $(CURDIR) -name *.opic -delete