[SCM] SETI at home packaging branch, master, updated. debian/6.97_svn1409-1-52-g07a9efc
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Mon May 6 12:24:30 UTC 2013
The following commit has been merged in the master branch:
commit 07a9efca758fe9709d6dc6154eecc73b27095aa3
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon May 6 14:24:04 2013 +0200
Bumped debhelper and enabled hardening flags
diff --git a/debian/changelog b/debian/changelog
index 648e515..af52ece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
boinc-app-seti (7.00~svn1828-1) UNRELEASED; urgency=low
* New upstream release.
+ * Enabling hardening flags.
+ * Bumped debian/compat to 8.
-- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Thu, 02 May 2013 16:59:58 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index fbc21a4..0c096cb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>,
Guo Yixuan <culu.gyx at gmail.com>
Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 7.0.50~), automake1.9 (>= 1.9.3),
+Build-Depends: debhelper (>= 8), automake1.9 (>= 1.9.3), dpkg-dev (>= 1.16.1.1),
autoconf (>= 2.59),
boinc-dev (>= 7) | libboinc-app-dev,
libfftw3-dev
diff --git a/debian/rules b/debian/rules
index 2fe352d..1e7bbda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@
#export CC = clang
#export CXX = clang
+# Set default flags with dpkg-buildflags
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
--
SETI at home packaging
More information about the pkg-boinc-commits
mailing list