# HG changeset patch # User siretart # Date 1287503331 0 # Node ID 1522fac67d56ea0ddf26e834655dd444d635dc5b # Parent a116d0fcea6e1cbb567f17115ea1054e667d13d5 make the packaged binaries identify themselves properly diff -r a116d0fcea6e -r 1522fac67d56 debian/daily-build.sh --- a/debian/daily-build.sh Tue Oct 19 12:56:41 2010 +0000 +++ b/debian/daily-build.sh Tue Oct 19 15:48:51 2010 +0000 @@ -14,6 +14,8 @@ test -r debian/control || exit 1 rm debian/changelog +echo $version > snapshot_version dch --create --empty --package mplayer -v 2:1.0~svn${version} "Daily build" dpkg-buildpackage -us -uc -i -I.svn "$@" +rm -f snapshot_version diff -r a116d0fcea6e -r 1522fac67d56 debian/rules --- a/debian/rules Tue Oct 19 12:56:41 2010 +0000 +++ b/debian/rules Tue Oct 19 15:48:51 2010 +0000 @@ -155,7 +155,6 @@ -test ! -f config.mak || ( $(MAKE) -C DOCS/xml releaseclean ; $(MAKE) distclean ) # in case the previous command fails for some reason, remove 'svn ignored' files rm -rf DOCS/HTML DOCS/HTML-single DOCS/codecs-status.html - dh_clean snapshot_version # Build architecture-independent packages binary-indep: install-indep