[Pkg-ocaml-maint-commits] [polygen] 01/03: Changelog update

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat Oct 10 16:48:06 UTC 2015


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

mehdi pushed a commit to branch master
in repository polygen.

commit 9e91e1a86a99c31590da80842907c8ceb3b6263c
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Jul 16 18:54:04 2015 +0000

    Changelog update
---
 debian/changelog | 9 +++++++++
 debian/rules     | 6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 318da29..c92160f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+polygen (1.0.6.ds2-14) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Acknowledge NMU.
+  * Make build reproducible (Closes: #776576). Thanks to Chris Lamb for
+    the patch.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Thu, 16 Jul 2015 18:49:47 +0000
+
 polygen (1.0.6.ds2-13.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index aab4b79..79ea5d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 
 POLYGEN_BASE=.
 DEB_BUILDDIR=$(POLYGEN_BASE)/src
-POLYGEN=$(DEB_BUILDDIR)/polygen
+POLYGEN_BIN=$(DEB_BUILDDIR)/polygen
+POLYGEN_SEED = $(shell date --date="$(shell dpkg-parsechangelog --show-field Date)" +%s)
+POLYGEN=$(POLYGEN_BIN) -seed $(POLYGEN_SEED)
 export POLYGEN
 
 # set $(NATIVE) to true if this arch has an optimising compiler
@@ -44,7 +46,7 @@ build/polygen::
 	find $(POLYGEN_BASE)/grm/ -name \*.grm | debian/make_polygen-data_manpage > polygen-data.6
 
 install/polygen::
-	install -o root -g root -m 755 $(POLYGEN) debian/$(cdbs_curpkg)/usr/games/
+	install -o root -g root -m 755 $(POLYGEN_BIN) debian/$(cdbs_curpkg)/usr/games/
 	install -o root -g root -m 755 -d debian/$(cdbs_curpkg)/usr/share/doc/polygen
 	install -o root -g root -m 644 $(POLYGEN_BASE)/eng/HOWTO-Refman.html debian/$(cdbs_curpkg)/usr/share/doc/polygen/HOWTO-Refman.en.html
 	install -o root -g root -m 644 $(POLYGEN_BASE)/ita/HOWTO-Refman.html debian/$(cdbs_curpkg)/usr/share/doc/polygen/HOWTO-Refman.it.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/polygen.git



More information about the Pkg-ocaml-maint-commits mailing list