[SCM] gpac/master: Also remove the unnecessary build/ directory

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Feb 4 12:08:05 UTC 2012


The following commit has been merged in the master branch:
commit 438658356b9127ed2f180f83d680eebf8212b29a
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Feb 4 12:55:37 2012 +0100

    Also remove the unnecessary build/ directory

diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source
index 95aa2a1..6dd0e87 100755
--- a/debian/gpac-get-orig-source
+++ b/debian/gpac-get-orig-source
@@ -38,6 +38,10 @@ chmod 755 gpac-${GPAC_VERSION}/configure
 echo "Removing empty directories"
 find gpac-${GPAC_VERSION} -type d -empty -delete
 
+# Remove unnecessary build/ directory
+echo "Removing unnecessary build/ directory"
+rm -rf gpac-${GPAC_VERSION}/build/
+
 # Remove DFSG-unfriendly implementation of inverse DCT
 # It is completely unnecessary!
 echo "Removing non-DFSG source code"

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list