[SCM] Debian packaging of libcrypt-rijndael-perl branch, master, updated. 0952836d1a154cf6bdc5eeaf624f68ca25b609bb

gregor herrmann gregoa at debian.org
Sat Jul 28 03:06:58 UTC 2012


The following commit has been merged in the master branch:
commit 5dbbb16fc3aed207a0e63ba2782ea91864c9d4ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 28 04:52:20 2012 +0200

    Use debhelper 9.20120312 to get all hardening flags.

diff --git a/debian/changelog b/debian/changelog
index 1b522da..3348e3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,6 @@
 libcrypt-rijndael-perl (1.10-1) UNRELEASED; urgency=low
 
   TODO:
-  - since the package is using source format "3.0 (quilt)":
-    + build-depend on debhelper >= 9.20120312
-    + d/compat -> 9
-    + this allows one to remove the hardening stuff from d/rules
-      (and fixes the lintian warning)
-    NOT DONE : compat->9 provide the following error
-     /usr/bin/ld: _rijndael.o: relocation R_X86_64_PC32 against symbol \
-     `Logtable' can not be used when making a shared object; recompile \
-     with -fPIC
-     /usr/bin/ld: final link failed: Bad value
-    Makefile force -fPIE even if I add CFLAGS=-fPIC
 
   [ Jonathan Yu ]
   * New upstream release
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 cafb59c..548c76a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Gustavo Franco <stratus at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,
  Xavier Guimard <x.guimard at free.fr>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9.20120312),
  libtest-manifest-perl (>= 1.14),
  libtest-pod-coverage-perl,
  libtest-pod-perl,
diff --git a/debian/rules b/debian/rules
index 4b74c08..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_BUILD_HARDENING     = 1
-
 %:
 	dh $@

-- 
Debian packaging of libcrypt-rijndael-perl



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