[SCM] Packaging for gplanarity branch, master, updated. debian/17906-1-6-g917b3de

Vincent Legout vincent at legout.info
Sat Mar 24 17:41:25 UTC 2012


The following commit has been merged in the master branch:
commit 4a4d46c9ae50fbdb035a4b1e27b81352ae332c78
Author: Vincent Legout <vincent at legout.info>
Date:   Sat Mar 24 17:25:37 2012 +0100

    debhelper 9, hardening flags

diff --git a/debian/changelog b/debian/changelog
index fb3be51..f813cf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gplanarity (17906-2) unstable; urgency=low
 
   * Update my email address
   * Remove the DM-Upload-Allowed field
+  * debian/rules: Enable all hardening flags
+  * Use debhelper 9 (debian/compar, debhelper Build-Depends)
 
  -- Vincent Legout <vlegout at debian.org>  Sat, 24 Mar 2012 17:16:07 +0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index b2b916e..24fb64e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Legout <vlegout at debian.org>
-Build-Depends: debhelper (>= 8), libgtk2.0-dev, libcairo2-dev, libfreetype6-dev, docbook-to-man, libtiff-dev, libjasper-dev
+Build-Depends: debhelper (>= 9), libgtk2.0-dev, libcairo2-dev, libfreetype6-dev, docbook-to-man, libtiff-dev, libjasper-dev
 Standards-Version: 3.9.2
 Homepage: http://web.mit.edu/xiphmont/Public/gPlanarity.html
 Vcs-Git: git://git.debian.org/git/pkg-games/gplanarity.git
diff --git a/debian/rules b/debian/rules
index c110285..cfe8d8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@
 

-- 
Packaging for gplanarity



More information about the Pkg-games-commits mailing list