[SCM] mplayer/master.experimental: don't remove snapshot_version file
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Wed Aug 17 16:00:36 UTC 2011
The following commit has been merged in the master.experimental branch:
commit b42db0b490518bfcc42cf08ba87c13f4f49e2168
Author: Reinhard Tartler <siretart at tauware.de>
Date: Wed Aug 17 17:52:26 2011 +0200
don't remove snapshot_version file
it used to be generated during package build time, but now comes from
the upstream tarball.
diff --git a/debian/rules b/debian/rules
index 803c525..7b3abdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,7 +147,7 @@ clean:
dh_testdir
dh_testroot
[ ! -f config.mak ] || ( $(MAKE) -C DOCS/xml releaseclean && $(MAKE) distclean )
- dh_clean snapshot_version
+ dh_clean
! test -d .git || quilt pop -a || test $$? = 2
# Build architecture-independent packages
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list