[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.18-2-17-g7291918
Jan Dittberner
jandd at debian.org
Sat May 19 22:52:22 UTC 2012
The following commit has been merged in the master branch:
commit 59e5879db0e1e2fb202b7c861742f06c22855452
Author: Jan Dittberner <jandd at debian.org>
Date: Fri May 18 21:14:03 2012 +0200
enable hardening build flags
* enable hardening build flags
- add dpkg-dev (>= 1.16.1~) to Build-Depends
- add DPKG_EXPORT_BUILDFLAGS=1 and include
/usr/share/dpkg/buildflags.mk in debian/rules
diff --git a/debian/changelog b/debian/changelog
index 9b7105f..db3b7f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ cracklib2 (2.8.19-1) UNRELEASED; urgency=low
* debian/rules:
- use aclocal, libtoolize, automake and autoreconf instead of autogen.sh
- do not remove config.h.in
+ * enable hardening build flags
+ - add dpkg-dev (>= 1.16.1~) to Build-Depends
+ - add DPKG_EXPORT_BUILDFLAGS=1 and include
+ /usr/share/dpkg/buildflags.mk in debian/rules
-- Jan Dittberner <jandd at debian.org> Fri, 18 May 2012 20:25:36 +0200
diff --git a/debian/control b/debian/control
index a9b005a..549b69c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: libs
Priority: optional
Maintainer: Jan Dittberner <jandd at debian.org>
Uploaders: Martin Pitt <mpitt at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~),
chrpath, xmlto, automake (>= 1.10), autoconf (>=2.61), libtool,
- python-setuptools
+ python-setuptools, dpkg-dev (>= 1.16.1~)
Homepage: http://sourceforge.net/projects/cracklib
Vcs-Git: git://git.debian.org/pkg-cracklib/pkg-cracklib.git
Vcs-Browser: http://git.debian.org/?p=pkg-cracklib/pkg-cracklib.git
diff --git a/debian/rules b/debian/rules
index 3cc6639..c2fd69b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
include /usr/share/python/python.mk
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
--
Git repository for pkg-cracklib
More information about the Pkg-cracklib-commits
mailing list