[deng] 03/03: release 1.15.5-1

Michael Gilbert mgilbert at moszumanska.debian.org
Mon Nov 16 00:36:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository deng.

commit eef4c99ffb1ad2090b8fa2309a9590ebcd02b3ac
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Mon Nov 16 00:33:54 2015 +0000

    release 1.15.5-1
---
 debian/changelog |  6 ++++++
 debian/rules     | 13 +++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2cdb12d..559ea8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+doomsday (1.15.5-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 15 Nov 2015 19:36:05 +0000
+
 doomsday (1.15.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 27022e1..0416bf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,17 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
+CONFFLAGS=CONFIG+=release \
+          CONFIG+=deng_notools \
+          CONFIG+=deng_fluidsynth \
+          CONFIG+=deng_nosnowberry \
+          DENG_BUILD=$(shell dpkg-parsechangelog -S Version) \
+
 %:
 	dh $@ --parallel --sourcedirectory=doomsday
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
-		CONFIG+=release \
-		CONFIG+=deng_notools \
-		CONFIG+=deng_fluidsynth \
-		CONFIG+=deng_nosnowberry \
-		DENG_BUILD=$(shell dpkg-parsechangelog -S Version) \
+	dh_auto_configure -- $(CONFFLAGS)
 
 override_dh_install:
 	strip-nondeterminism -t zip debian/tmp/usr/share/games/doomsday/data/*.pack

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/deng.git



More information about the Pkg-games-commits mailing list