[SCM] VLC media player packaging branch, sid, updated. debian/0.9.9a-1-11-g2d411b7
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Wed Apr 22 13:09:33 UTC 2009
The following commit has been merged in the sid branch:
commit 6c0f6ac5a6867cce54713ac9b05ac1bee09cb802
Author: Christophe Mutricy <xtophe at videolan.org>
Date: Wed Apr 22 12:20:15 2009 +0200
Fix the clean target
We really want make distclean to get rid of the .deps/ and .libs but we
need to save ChangeLog because of buggy Makefile. That's fixed in
upstream 1.0.0.
diff --git a/debian/rules b/debian/rules
index fa63385..abf278b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -152,7 +152,9 @@ clean-real:
dh_testroot
rm -f build-stamp
# Clean VLC
- [ ! -f Makefile ] || $(MAKE) clean
+ cp -vf ChangeLog debian/Changelog.upstream
+ [ ! -f Makefile ] || $(MAKE) distclean
+ mv -vf debian/Changelog.upstream ChangeLog
rm -rf tmp/
# Clean zsh completion stuff
rm -f extras/zsh
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list