[Python-modules-commits] [cysignals] 02/02: Harden help2man machinery in d/rules

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Oct 31 17:03:46 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository cysignals.

commit 5e538f8bf130b1c24bfd482d133aa7e6eef23651
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Mon Oct 31 16:54:07 2016 +0000

    Harden help2man machinery in d/rules
---
 debian/changelog | 6 ++++--
 debian/rules     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ad139b..d05da96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,11 @@ cysignals (1.2.0+ds-2) unstable; urgency=medium
   * Debianization:
     - debian/control:
       - Depends field for pari flavour, add libpari-dev;
-      - Multi-Arch field, add.
+      - Multi-Arch field, add;
+    - debian/rules;
+      - reproducible, harden.
 
- -- Jerome Benoit <calculus at rezozer.net>  Mon, 31 Oct 2016 15:57:17 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Mon, 31 Oct 2016 16:50:31 +0000
 
 cysignals (1.2.0+ds-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index efb5545..7ce5755 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ H2MFLAGS = \
 	--manual="CySIgnals Cython package" \
 	--source="CySIgnals (Debian $(DEB_PKG_VERSION))" \
 	--version-string="cysignals-CSI - $(DEB_PKG_VERSION)" \
+	--locale=C.UTF-8 \
 	--no-info
 
 default:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cysignals.git



More information about the Python-modules-commits mailing list