[libcrypt-openssl-ec-perl] 01/02: simplify hardening

gregor herrmann gregoa at debian.org
Sat Nov 18 21:18:54 UTC 2017


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

gregoa pushed a commit to branch master
in repository libcrypt-openssl-ec-perl.

commit 8e0edcdc30f581042c8aec937ba78b5e5953b4d1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 18 21:58:25 2017 +0100

    simplify hardening
    
    even oldoldstable has a newer dpkg, and DEB_BUILD_MAINT_OPTIONS is enough
    with modern debhelper
    
    Gbp-Dch: Ignore
---
 debian/control | 1 -
 debian/rules   | 2 --
 2 files changed, 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9c49eec..51ebed6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Guimard <x.guimard at free.fr>
 Build-Depends: debhelper (>= 9.20120312),
- dpkg-dev (>= 1.16.1.1),
  libcrypt-openssl-bignum-perl,
  libssl-dev,
  perl
diff --git a/debian/rules b/debian/rules
index f258870..d8309f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-openssl-ec-perl.git



More information about the Pkg-perl-cvs-commits mailing list