[gummi] 01/01: Enable parallel building (Closes: #820617).

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Jun 10 09:47:46 UTC 2017


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

hle pushed a commit to branch master
in repository gummi.

commit 2d8982a60aef4c710ab65adee4c5f1da134454e5
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Sat Jun 10 11:39:43 2017 +0200

    Enable parallel building (Closes: #820617).
    
    * debian/rules:
      + Enable parallel building (Closes: #820617).
      + Add hardening flags to the build options.
    * Bump compat level to 10, update debhelper dependency accordingly.
    * Bump copyright years in debian/copyright.
---
 debian/changelog | 10 ++++++++++
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/copyright |  4 ++--
 debian/rules     |  5 +++--
 5 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27d1860..e7271c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gummi (0.6.6-3) experimental; urgency=low
+
+  * debian/rules:
+    + Enable parallel building (Closes: #820617).
+    + Add hardening flags to the build options.
+  * Bump compat level to 10, update debhelper dependency accordingly.
+  * Bump copyright years in debian/copyright.
+
+ -- Hugo Lefeuvre <hle at debian.org>  Sat, 10 Jun 2017 11:28:49 +0200
+
 gummi (0.6.6-2) unstable; urgency=low
 
   * New Maintainer (Closes: #816502).
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 8dd0347..4eb2617 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: tex
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Hugo Lefeuvre <hle at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-autoreconf,
                intltool,
                libglib2.0-dev (>= 2.20),
diff --git a/debian/copyright b/debian/copyright
index 73dae0e..5a8b83b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,12 +6,12 @@ Files-Excluded: src/gummi
                 src/syncTeX
 
 Files: *
-Copyright: 2010-2016 Gummi-Dev Team <alexvandermey at gmail.com>
+Copyright: 2010-2017 Gummi-Dev Team <alexvandermey at gmail.com>
 License: Expat
 
 Files: debian/*
 Copyright: 2010-2016 Daniel Stender <debian at danielstender.com>
-           2016 Hugo Lefeuvre <hle at debian.org>
+           2016-2017 Hugo Lefeuvre <hle at debian.org>
 License: Expat
 
 License: Expat
diff --git a/debian/rules b/debian/rules
index dbbf665..ab7985d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gummi.git



More information about the debian-science-commits mailing list