--- libcrypt-rijndael-perl-1.07.orig/debian/control +++ libcrypt-rijndael-perl-1.07/debian/control @@ -0,0 +1,21 @@ +Source: libcrypt-rijndael-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Gustavo Franco , Niko Tyni , + Martín Ferrari , gregor herrmann , + Damyan Ivanov , Ansgar Burchardt +Build-Depends: debhelper (>= 7), perl (>= 5.8), libtest-pod-coverage-perl, + libtest-pod-perl, quilt +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Crypt-Rijndael/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-rijndael-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/ + +Package: libcrypt-rijndael-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} +Description: Perl module implementing the Rijndael algorithm + The Crypt::Rijndael module provides an XS-based implementation of the Advanced + Encryption Standard (AES) algorithm Rijndael, designed by Joan Daemen and + Vincent Rijmen. --- libcrypt-rijndael-perl-1.07.orig/debian/copyright +++ libcrypt-rijndael-perl-1.07/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 +Upstream-Name: Crypt-Rijndael +Upstream-Maintainer: brian d foy +Upstream-Source: http://search.cpan.org/dist/Crypt-Rijndael/ + +Files: * +Copyright: © 2000-2001, Rafael R. Sevilla +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + On Debian systems, the full text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL'. + +Files: debian/* +Copyright: + © 2002-2005, Gustavo Franco + © 2005-2006, Niko Tyni + © 2007, Martín Ferrari + © 2007-2008, gregor herrmann + © 2008, Ansgar Burchardt +License: LGPL-2+ + The Debian packaging is licensed under the same terms as the software itself. + --- libcrypt-rijndael-perl-1.07.orig/debian/watch +++ libcrypt-rijndael-perl-1.07/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts=uversionmangle=s/_/./g \ + http://search.cpan.org/dist/Crypt-Rijndael/ \ + .+/Crypt-Rijndael-(\d.*)\.tar\.gz + --- libcrypt-rijndael-perl-1.07.orig/debian/libcrypt-rijndael-perl.docs +++ libcrypt-rijndael-perl-1.07/debian/libcrypt-rijndael-perl.docs @@ -0,0 +1 @@ +NEWS --- libcrypt-rijndael-perl-1.07.orig/debian/compat +++ libcrypt-rijndael-perl-1.07/debian/compat @@ -0,0 +1 @@ +7 --- libcrypt-rijndael-perl-1.07.orig/debian/README.source +++ libcrypt-rijndael-perl-1.07/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libcrypt-rijndael-perl-1.07.orig/debian/changelog +++ libcrypt-rijndael-perl-1.07/debian/changelog @@ -0,0 +1,157 @@ +libcrypt-rijndael-perl (1.07-1) unstable; urgency=low + + [ Martín Ferrari ] + * Updating my email address + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + + [ Ansgar Burchardt ] + * New upstream release. + * debian/watch: Remove author-based URL. + * Convert debian/copyright to proposed machine-readable format. + * debian/control: Mention module name in description. + * Add myself to Uploaders. + * Refresh debian/rules for debhelper 7. + + -- Ansgar Burchardt Sat, 11 Oct 2008 16:31:58 +0200 + +libcrypt-rijndael-perl (1.06-1) unstable; urgency=low + + * New upstream release. + * Refresh debian/rules, no functional changes. + + -- gregor herrmann Fri, 25 Apr 2008 23:10:11 +0200 + +libcrypt-rijndael-perl (1.05.02-1) unstable; urgency=low + + [ Martín Ferrari ] + * Added by-author entry to allow us track the developer releases. + + [ gregor herrmann ] + * New upstream release. + * debian/copyright: + - remove duplicated author and license information + - update licensing terms according to upstream source + - adjust years of copyright for the packaging + * debian/control: change my email address. + * debian/rules: don't install README any more (text version of the POD + documentation). + + -- gregor herrmann Mon, 21 Apr 2008 18:30:47 +0200 + +libcrypt-rijndael-perl (1.05.01-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/rules: delete /usr/share/perl5 only if it exists. + + [ Damyan Ivanov ] + * Standards-Version: 3.7.3 (no changes) + * debhelper compatibility level 6 + + -- Damyan Ivanov Mon, 21 Jan 2008 11:52:01 +0200 + +libcrypt-rijndael-perl (1.05.01-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release (1.05). + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description); XS-Vcs-Svn fields. + * Update patch for manpage section. + * Add upstream URL and copyright holder to debian/copyright. + + [ Damyan Ivanov ] + * New upstream release (1.05.01) + * Updated debian/watch to work with "subreleases" (x.yy_zz) + * Add myself to Uploaders + * Convert from dpatch to quilt + * Clean up debian/rules + + fix inter-target dependencies + + unpatch before distclean; touch Makefile to avoid it being rebuilt due + to unpatched Makefile.PL + + -- Damyan Ivanov Sun, 02 Dec 2007 19:44:05 +0200 + +libcrypt-rijndael-perl (1.04-1) unstable; urgency=low + + * New upstream release. + * Added myself to uploaders. + * Enabled tests, and added build dependencies to fully run the tests. + * Homepage tag added. + * debian/watch version bumped and regex improved. + * Added packaging copyright and licensing. + * Fixed manpage section (3 -> 3pm) + * Added dpatch stuff for managing source changes. + * Various fixed to debian/rules, to avoid double building and stick to + current practices. + + -- Martín Ferrari Mon, 20 Aug 2007 14:19:34 +0100 + +libcrypt-rijndael-perl (0.05-7) unstable; urgency=medium + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues. + (Closes: #389990) + * Urgency set to medium because of an RC bug fix. + * Upgrade to Standards-Version 3.7.2. No changes needed. + * Upgrade to debhelper compatibility level 5. + * Add dependency on ${misc:Depends}. + * Don't install anything into /usr/share/perl5, using /usr/lib/perl5 + is fine. + * Don't ignore the result code of 'make distclean'. + + -- Niko Tyni Fri, 29 Sep 2006 00:10:12 +0300 + +libcrypt-rijndael-perl (0.05-6) unstable; urgency=low + + * Add missing dependencies on shared libraries (${shlibs:Depends}). + * Updated Standards-Version to 3.6.2. No changes needed. + * Fixed FSF postal address in debian/copyright. + + -- Niko Tyni Tue, 13 Dec 2005 21:54:44 +0000 + +libcrypt-rijndael-perl (0.05-5) unstable; urgency=low + + * debian/control: + - Maintainer field changed to Debian Perl Group + - Uploaders field added + + -- Gustavo Franco Sun, 12 Jun 2005 22:37:50 -0300 + +libcrypt-rijndael-perl (0.05-4) unstable; urgency=low + + * debian/control: + - Short description fixed (full stop removed). + - Standards-Version field updated to 3.5.10. + - Maintainer field (e-mail) updated to stratus@acm.org. + - Section field updated to perl. + - Build-Depends field updated (debhelper >> 4.0.0). + * debian/rules: + - Removed DH_COMPAT variable. + - Building binaries with OPTIMIZE="-O2 -g -Wall". + - Now moving Rijndael.pm to the right directory. + * debian/compat: added and setted to 4. + + -- Gustavo Franco Tue, 22 Apr 2003 09:17:29 -0300 + +libcrypt-rijndael-perl (0.05-3) unstable; urgency=low + + * The ¨64 bit is our friend¨ release. + * rijndael.h patched. (Closes: #156779) + + -- Gustavo Franco Fri, 6 Sep 2002 10:42:29 -0300 + +libcrypt-rijndael-perl (0.05-2) unstable; urgency=low + + * The ¨Perl 5.8.0¨ release. + * debian/rules cleanup(thanks to: Gergely Nagy). + + -- Gustavo Franco Tue, 27 Aug 2002 10:16:56 -0300 + +libcrypt-rijndael-perl (0.05-1) unstable; urgency=low + + * Initial Release. (Closes: #144509) + + -- Gustavo Franco Thu, 25 Apr 2002 10:48:19 -0300 + --- libcrypt-rijndael-perl-1.07.orig/debian/rules +++ libcrypt-rijndael-perl-1.07/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libcrypt-rijndael-perl-1.07.orig/debian/patches/01_manpage_section_fix.diff +++ libcrypt-rijndael-perl-1.07/debian/patches/01_manpage_section_fix.diff @@ -0,0 +1,11 @@ +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -20,7 +20,7 @@ WriteMakefile( + + + 'MAN3PODS' => { +- 'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3', ++ 'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3pm', + }, + + clean => { FILES => q|*.bak *.old Crypt-*| }, --- libcrypt-rijndael-perl-1.07.orig/debian/patches/series +++ libcrypt-rijndael-perl-1.07/debian/patches/series @@ -0,0 +1 @@ +01_manpage_section_fix.diff