[deng] 03/03: release 1.15.4-1

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Oct 4 03:29:33 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 557bd40256a1fa683173a6da57e0aa83ccf9ba51
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Oct 3 23:29:10 2015 -0400

    release 1.15.4-1
---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 debian/rules     | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c5676cb..2cdb12d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+doomsday (1.15.4-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Use deterministic timestamps in zip files.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 04 Oct 2015 00:55:42 +0000
+
 doomsday (1.15.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index dd593b8..0d5ca69 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Michael Gilbert <mgilbert at debian.org>
 Build-Depends:
  debhelper (>= 9),
+ strip-nondeterminism,
  python,
  qt4-qmake,
  zlib1g-dev,
diff --git a/debian/rules b/debian/rules
index 8456767..27022e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@ override_dh_auto_configure:
 		CONFIG+=deng_fluidsynth \
 		CONFIG+=deng_nosnowberry \
 		DENG_BUILD=$(shell dpkg-parsechangelog -S Version) \
+
+override_dh_install:
+	strip-nondeterminism -t zip debian/tmp/usr/share/games/doomsday/data/*.pack
+	dh_install

-- 
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