[SCM] Debian packaging of libcrypt-rijndael-perl branch, master, updated. 3b853b3435b7bf1b5b54e8f1ea11f08e6fc248ff

Xavier Guimard x.guimard at free.fr
Sat Jul 28 02:32:02 UTC 2012


The following commit has been merged in the master branch:
commit e5306d80495183ff926cd28393d8523f79866ed0
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Jul 27 04:50:05 2012 +0200

    Update debian files with dh-make --refresh

diff --git a/debian/control b/debian/control
index e93273e..cafb59c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: libcrypt-rijndael-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Franco <stratus at debian.org>,
-           Niko Tyni <ntyni at iki.fi>,
-           Martín Ferrari <tincho at debian.org>,
-           gregor herrmann <gregoa at debian.org>,
-           Damyan Ivanov <dmn at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: perl,
-               debhelper (>= 8),
-               quilt,
-               libtest-pod-perl,
-               libtest-pod-coverage-perl
+Maintainer: Xavier Guimard <x.guimard at free.fr>
+Uploaders: Gustavo Franco <stratus at debian.org>,
+ Niko Tyni <ntyni at iki.fi>,
+ Martín Ferrari <tincho at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Damyan Ivanov <dmn 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),
+ libtest-manifest-perl (>= 1.14),
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-rijndael-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-rijndael-perl.git
@@ -22,11 +22,10 @@ Homepage: http://search.cpan.org/dist/Crypt-Rijndael/
 
 Package: libcrypt-rijndael-perl
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${perl:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libtest-manifest-perl (>= 1.14),
+ libtest-simple-perl | perl-modules
 Description: Perl module implementing the Rijndael algorithm
  Crypt::Rijndael is a Perl module that provides an XS-based implementation of
  the Advanced Encryption Standard (AES) algorithm Rijndael, designed by Joan
  Daemen and Vincent Rijmen.
-
diff --git a/debian/copyright b/debian/copyright
index 6c27cae..23c194c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,18 +4,20 @@ Upstream-Contact: brian d foy <bdfoy at cpan.org>
 Source: http://search.cpan.org/dist/Crypt-Rijndael/
 
 Files: *
-Copyright: 2000-2001, Rafael R. Sevilla <sevillar at team.ph.inter.net>
+Copyright: 2000-2001, Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)
 License: LGPL-2+
 
 Files: debian/*
-Copyright: 2012, Xavier Guimard <x.guimard at free.fr>
- 2009, Jonathan Yu <jawnsy at cpan.org>
- 2008, Ansgar Burchardt <ansgar at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
- 2007-2008, Damyan Ivanov <dmn at debian.org>
+Copyright: 2002, Gustavo Franco <stratus at alternex.com.br>
+ 2003, Gustavo Franco <stratus at acm.org>
+ 2005, 2006, Niko Tyni <ntyni at iki.fi>
+ 2005, Gustavo Franco <stratus at debian.org>
+ 2007, 2008, Damyan Ivanov <dmn at debian.org>
  2007, Martín Ferrari <martin.ferrari at gmail.com>
- 2005-2006, Niko Tyni <ntyni at iki.fi>
- 2002-2005, Gustavo Franco <stratus at debian.org>
+ 2008, Ansgar Burchardt <ansgar at 43-1.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2012, Xavier Guimard <x.guimard at free.fr>
 License: LGPL-2+
 
 License: LGPL-2+
diff --git a/debian/rules b/debian/rules
index 0337be3..4b74c08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_BUILD_HARDENING     = 1
 
 %:
-	dh $@ --with quilt
+	dh $@

-- 
Debian packaging of libcrypt-rijndael-perl



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