[libtaint-runtime-perl] 01/07: debhelper v9 does hardening better then I :)
Joenio Costa
joenio-guest at alioth.debian.org
Tue Aug 27 16:40:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
joenio-guest pushed a commit to branch master
in repository libtaint-runtime-perl.
commit f77704334139162480fa78e33e0ee687efdfcb7d
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Tue Aug 27 13:10:55 2013 -0300
debhelper v9 does hardening better then I :)
---
debian/changelog | 6 ------
debian/compat | 2 +-
debian/control | 5 ++---
debian/rules | 2 --
4 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 24d0ed2..3883436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,6 @@
libtaint-runtime-perl (0.3-1) UNRELEASED; urgency=low
TODO:
- - hardening:
- (doesn't work now, and the approach is not state of the art)
- + d/compat 9
- + d/control: debhelper (>= 9.20120312)
- + then DEB_BUILD_HARDENING can be removed from d/rules
- + and hardening-wrapper from d/control
- d/control:
+ Standards-Version 3.9.4
+ Vcs-Git URI not canonical
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 075091d..be3c525 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio at colivre.coop.br>
-Build-Depends: debhelper (>= 8),
- perl,
- hardening-wrapper
+Build-Depends: debhelper (>= 9.20120312),
+ perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtaint-runtime-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtaint-runtime-perl.git
diff --git a/debian/rules b/debian/rules
index e847c9a..d86caf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export DEB_BUILD_HARDENING=1
-
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtaint-runtime-perl.git
More information about the Pkg-perl-cvs-commits
mailing list