[gap-io] 01/01: Debianization: bump to GAP 4r8

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun Apr 17 01:34:35 UTC 2016


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

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

commit c692ab732bc3040b058d78c8fee5423521a88c7b
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sun Apr 17 02:24:26 2016 +0100

    Debianization: bump to GAP 4r8
---
 debian/changelog | 10 ++++++++++
 debian/control   |  4 ++--
 debian/rules     |  2 ++
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 83d0107..2bc83d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gap-io (4.4.6+ds-2) unstable; urgency=medium
+
+  * Debianization:
+    - debian/control:
+      - Depends field, bump to GAP 4r8;
+    - debian/rules:
+      - dpkg-buildflags, add hardening=+all.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sun, 17 Apr 2016 01:23:15 +0000
+
 gap-io (4.4.6+ds-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 233d1f3..1b0aa1d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Jerome Benoit <calculus at rezozer.net>
 Build-Depends:
  debhelper (>= 9), quilt, autotools-dev, libtool, dh-autoreconf, autoconf-archive,
- gap (>=4r7p5), gap-dev (>=4r7p5), gap-gapdoc, libgmp-dev,
+ gap (>=4r8p3), gap-dev (>=4r8p3), gap-gapdoc, libgmp-dev,
  texlive-latex-extra, texlive-fonts-recommended
 Standards-Version: 3.9.7
 Homepage: http://www.gap-system.org/Packages/io.html
@@ -16,7 +16,7 @@ Package: gap-io
 Provides: gap-pkg-io
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, gap (>=4r7p5)
+Depends: ${misc:Depends}, ${shlibs:Depends}, gap (>=4r8p3)
 Description: low level C library IO bindings for GAP
  GAP is a system for computational discrete algebra with particular
  emphasis on computational group theory, but which has already proved
diff --git a/debian/rules b/debian/rules
index eb6b91b..d766cca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 CGAP = /usr/bin/gap
 
 DEB_BUILD_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)

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



More information about the debian-science-commits mailing list