[SCM] mplayer packaging branch, master, updated. debian/1.0.rc2+svn20090303-2-32-g360caa0
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Apr 5 09:12:27 UTC 2009
The following commit has been merged in the master branch:
commit c4aa5d924141e876cc71d2b82a9519c6aee9917a
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Apr 5 11:07:33 2009 +0200
make get-orig-source rule actually work
parameters in the shell script need an extra space for seperating
options because of getopt contraints.
diff --git a/debian/rules b/debian/rules
index 6dd8b50..63bfa0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -290,6 +290,6 @@ get-orig-source:
dh_testdir
# strip patented code
chmod +x debian/strip.sh
- sh debian/get-orig-source.sh -d$(SVN_VERSION)
+ sh debian/get-orig-source.sh -d $(SVN_VERSION)
.PHONY: build clean binary-indep binary-arch binary-common binary install binary binary-arch binary-indep clean checkroot get-orig-source autocontrol fix-orig-source copy-orig-from-svn download-and-unpack-orig
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list