This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to branch master in repository hedgewars.
commit 593fcd6130fdef3e9e6be9ba0569349b7fc603fc Author: Gianfranco Costamagna <[email protected]> Date: Mon Jan 20 16:32:07 2014 +0100 Preparing for the new release --- debian/changelog | 8 ++++++++ debian/rules | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b3301be..bcf1136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hedgewars (0.9.20.5-4) UNRELEASED; urgency=low + + * debian/rules + - added NOVERSIONINFOUPDATE, this will be added on the + next major release, avoiding to change share/version_info.txt + + -- Gianfranco Costamagna <[email protected]> Mon, 20 Jan 2014 14:35:59 +0100 + hedgewars (0.9.20.5-3) experimental; urgency=low * Using the system libphysfs library diff --git a/debian/rules b/debian/rules index 618dd48..124ec44 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \ -DDATA_INSTALL_DIR=/usr/share/games/hedgewars \ -DCMAKE_BUILD_TYPE=RELEASE -DPHYSFS_SYSTEM=ON \ - -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' + -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' \ + -DNOVERSIONINFOUPDATE=1 override_dh_clean: rm -rf tmp-icon -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

