[SCM] Debian packaging of libcrypt-rijndael-perl branch, master, updated. 3b374597a9a33c3afa589cc5b93db73440dba546
Xavier Guimard
x.guimard at free.fr
Thu Jul 26 21:23:36 UTC 2012
The following commit has been merged in the master branch:
commit 3b374597a9a33c3afa589cc5b93db73440dba546
Author: Xavier Guimard <x.guimard at free.fr>
Date: Thu Jul 26 23:18:51 2012 +0200
Update compat to 8, remove lintian warn on spelling error
diff --git a/debian/changelog b/debian/changelog
index ff0b69f..12a5aed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,4 @@
-libcrypt-rijndael-perl (1.10-1) UNRELEASED; urgency=low
-
- TODO:
- * find why hardening is not applied (lintian reports a hardening-no-relro)
- * clean upstream to remove MYMETA.yml
+libcrypt-rijndael-perl (1.10-1) unstable; urgency=low
[ Jonathan Yu ]
Clarifies license terms in Makefile.PL
@@ -26,10 +22,11 @@ libcrypt-rijndael-perl (1.10-1) UNRELEASED; urgency=low
[ Xavier Guimard ]
* New upstream release
- * Bump Standard-Version to 3.9.3
+ * Bump Standards-Version to 3.9.3
* Update debian/copyright
* Add myself to uploaders
* Define format (3.0 quilt)
+ * Update compat to 8
-- Xavier Guimard <x.guimard at free.fr> Wed, 18 Jul 2012 12:25:09 +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 66ed2bf..e93273e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Gustavo Franco <stratus at debian.org>,
Section: perl
Priority: optional
Build-Depends: perl,
- debhelper (>= 7.0.8),
+ debhelper (>= 8),
quilt,
libtest-pod-perl,
libtest-pod-coverage-perl
diff --git a/debian/patches/series b/debian/patches/series
index a343a07..3e7146b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_manpage_section_fix.diff
+spelling-error-on-manpage
diff --git a/debian/patches/spelling-error-on-manpage b/debian/patches/spelling-error-on-manpage
new file mode 100644
index 0000000..811cb50
--- /dev/null
+++ b/debian/patches/spelling-error-on-manpage
@@ -0,0 +1,24 @@
+Description: <short summary of the patch>
+ Change spelling error reported by lintian
+Author: Xavier Guimard <x.guimard at free.fr>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78598
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-08-26
+
+--- libcrypt-rijndael-perl-1.10.orig/Rijndael.pm
++++ libcrypt-rijndael-perl-1.10/Rijndael.pm
+@@ -61,7 +61,7 @@ codebook mode, the default), C<MODE_CBC>
+ same that C<Crypt::CBC> does), C<MODE_CFB> (128-bit cipher feedback),
+ C<MODE_OFB> (128-bit output feedback), or C<MODE_CTR> (counter mode).
+
+-ECB mode is very insecure (read a book on cryptography if you dont
++ECB mode is very insecure (read a book on cryptography if you don't
+ know why!), so you should probably use CBC mode.
+
+ =item $cipher->set_iv($iv)
--
Debian packaging of libcrypt-rijndael-perl
More information about the Pkg-perl-cvs-commits
mailing list