--- libcrypt-simple-perl-0.06.orig/debian/rules +++ libcrypt-simple-perl-0.06/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libcrypt-simple-perl-0.06.orig/debian/changelog +++ libcrypt-simple-perl-0.06/debian/changelog @@ -0,0 +1,92 @@ +libcrypt-simple-perl (0.06-6) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Drop (Build-)Depends on libmd5-perl. This module already uses Digest::MD5. + * Convert debian/copyright to proposed machine-readable format. + * debian/control: small change to description. + * Bump Standards-Version to 3.8.2 (no changes). + * Add myself to Uploaders. + + -- Ansgar Burchardt Tue, 28 Jul 2009 14:45:34 +0200 + +libcrypt-simple-perl (0.06-5) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Sandro Tosi ] + * debian/control + - updated my email address + - removed additional spaces from description (used to justify the text) + - bump Standards-Version to 3.8.0 (no changes needed) + * debian/copyright + - updated my email address + - fixed copyright notice for packaging, extending copyright years + + -- Sandro Tosi Mon, 16 Feb 2009 19:47:13 +0100 + +libcrypt-simple-perl (0.06-4) unstable; urgency=low + + [ Sandro Tosi ] + * debian/rules + - fix for FTBFS with Perl 5.10.0 (Closes: #467724) + * debian/control + - set Debian Perl Group as maintainer + - set me in Uploaders + - added Vcs-{Svn,Browser} fields + - update Homepage field to team standards + * debian/watch + - version set to 3 + - updated url to scan to team standards + * debian/copyright + - added package copyright + + [ Damyan Ivanov ] + * debian/rules: clean up + + make install target depend only on install-stamp and make install-stamp + depend on build-stamp + + use "$@" when touching stamps + + remove stamos before realclean + + add install to .PHONY + + move test suite from install to build target + + remove unused OPTIMIZE setting + + do not ship README as it is the same as the POD + + -- Sandro Tosi Sat, 08 Mar 2008 18:36:27 +0100 + +libcrypt-simple-perl (0.06-3) unstable; urgency=low + + * debian/control + - bump Standards-Version to 3.7.3 + - moved Homepage from binary to source stanza + - bump dependency for debhelper to >=5 version + * debian/compat + - bump to 5 + * debian/copyright + - clearly separated upstream author, copyright and license + * debian/rules + - cleanup, remove unused dh scripts + + -- Sandro Tosi Fri, 21 Dec 2007 20:19:16 +0100 + +libcrypt-simple-perl (0.06-2) unstable; urgency=low + + * debian/control + - moved debhelper to Build-Depends (as per + http://lists.debian.org/debian-devel-announce/2006/06/msg00010.html) + - update Standards-Version to 3.7.2: no changes + + -- Sandro Tosi Sat, 8 Jul 2006 16:48:09 +0200 + +libcrypt-simple-perl (0.06-1) unstable; urgency=low + + * Initial release Closes: #345069 + + -- Sandro Tosi Sun, 15 Jan 2006 15:03:01 +0100 + --- libcrypt-simple-perl-0.06.orig/debian/watch +++ libcrypt-simple-perl-0.06/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/Crypt-Simple/ .*/Crypt-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) + --- libcrypt-simple-perl-0.06.orig/debian/control +++ libcrypt-simple-perl-0.06/debian/control @@ -0,0 +1,26 @@ +Source: libcrypt-simple-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Sandro Tosi , Ansgar Burchardt +Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Crypt-Simple/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-simple-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-simple-perl/ + +Package: libcrypt-simple-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl +Description: Perl library to encrypt stuff simply + Maybe you have a web application and you need to store some session + data at the client side (in a cookie or hidden form fields) but you + don't want the user to be able to mess with the data. Maybe you want + to save secret information to a text file. Maybe you have better + ideas of what to do with encrypted stuff! + . + The Crypt::Simple module will convert all your data into nice base64 text + that you can save in a text file, send in an email, store in a cookie + or web page, or bounce around the Net. The data you encrypt can be as + simple or as complicated as you like. --- libcrypt-simple-perl-0.06.orig/debian/copyright +++ libcrypt-simple-perl-0.06/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Marty Pauley +Upstream-Source: http://search.cpan.org/dist/Crypt-Simple/ +Upstream-Name: Crypt-Simple + +Files: * +Copyright: © 2001, Kasei Limited +License-Alias: Perl +License: GPL-2+ + +Files: debian/* +Copyright: + © 2006-2009, Sandro Tosi + © 2009, Ansgar Burchardt +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libcrypt-simple-perl-0.06.orig/debian/compat +++ libcrypt-simple-perl-0.06/debian/compat @@ -0,0 +1 @@ +7