[arachne-pnr] 01/01: Fix typo in short description and make build reproducible
Ruben Undheim
rubund-guest at moszumanska.debian.org
Fri Feb 19 16:43:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository arachne-pnr.
commit 61162d4d7dcab537d2199e62092c7e17d79235fd
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Fri Feb 19 17:38:43 2016 +0100
Fix typo in short description and make build reproducible
---
debian/changelog | 12 ++++++++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dbb697c..cc5ec62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+arachne-pnr (0~20150927gitefdb026-2) UNRELEASED; urgency=medium
+
+ [ Eduard Sanou ]
+ * Set changelog date to UTC with LC_ALL=C to make man pages reproducible.
+ (Closes: #815082)
+
+ [ Ruben Undheim ]
+ * d/control: Fix typo in short description. (Closes: #814370)
+ * d/copyright: Updated copyright years
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Fri, 19 Feb 2016 17:37:07 +0100
+
arachne-pnr (0~20150927gitefdb026-1) unstable; urgency=low
* Initial release (Closes: #801230)
diff --git a/debian/control b/debian/control
index 4eccfa0..4292953 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Depends: ${shlibs:Depends},
arachne-pnr-chipdb,
yosys,
fpga-icestorm
-Description: Place and route tool for iCE40 family FGPAs
+Description: Place and route tool for iCE40 family FPGAs
Arachne-pnr implements the place and route step of the hardware compilation
process for FPGAs. It accepts as input a technology-mapped netlist in BLIF
format, as output by the Yosys synthesis suite for example. It currently
diff --git a/debian/rules b/debian/rules
index e550656..7c5328a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
+CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arachne-pnr.git
More information about the debian-science-commits
mailing list