projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232fb18
)
Update debian/gpac-get-orig-source.
author
Alessio Treglia
<alessio@debian.org>
Sat, 4 Feb 2012 11:18:02 +0000
(12:18 +0100)
committer
Alessio Treglia
<alessio@debian.org>
Sat, 4 Feb 2012 11:18:02 +0000
(12:18 +0100)
debian/gpac-get-orig-source
patch
|
blob
|
history
diff --git
a/debian/gpac-get-orig-source
b/debian/gpac-get-orig-source
index 48a6d0ed31ca5d51fb053319daa8217594b31cfd..37498b9259e4d668ea45971daa3fcebcd56564e0 100755
(executable)
--- a/
debian/gpac-get-orig-source
+++ b/
debian/gpac-get-orig-source
@@
-40,7
+40,9
@@
find gpac-${GPAC_VERSION} -type d -empty -delete
# Remove DFSG-unfriendly implementation of inverse DCT
# It is completely unnecessary!
+echo "Removing non-DFSG source code"
rm -rf gpac-${GPAC_VERSION}/modules/xvid_dec/xvid_wce/
+rm -rf gpac-${GPAC_VERSION}/modules/widgetman/
-
tar --exclude-vcs -czf "gpac_${GPAC_VERSION}.orig.tar.gz
" \
+
BZIP2=-9f tar --exclude-vcs -cjf "gpac_${GPAC_VERSION}.orig.tar.bz2
" \
"gpac-${GPAC_VERSION}/"