--- libcrypt-twofish-perl-2.12.orig/debian/changelog +++ libcrypt-twofish-perl-2.12/debian/changelog @@ -0,0 +1,17 @@ +libcrypt-twofish-perl (2.12-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 19:36:20 +0000 + +libcrypt-twofish-perl (2.12-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 12:55:51 +0100 + +libcrypt-twofish-perl (2.12-1) unstable; urgency=low + + * Initial Release. Closes: #511185 (ITP) + + -- Damyan Ivanov Mon, 23 Feb 2009 20:20:25 +0200 --- libcrypt-twofish-perl-2.12.orig/debian/rules +++ libcrypt-twofish-perl-2.12/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + 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-twofish-perl-2.12.orig/debian/watch +++ libcrypt-twofish-perl-2.12/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Crypt-Twofish/ .*/Crypt-Twofish-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcrypt-twofish-perl-2.12.orig/debian/compat +++ libcrypt-twofish-perl-2.12/debian/compat @@ -0,0 +1 @@ +7 --- libcrypt-twofish-perl-2.12.orig/debian/control +++ libcrypt-twofish-perl-2.12/debian/control @@ -0,0 +1,21 @@ +Source: libcrypt-twofish-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libcrypt-cbc-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Crypt-Twofish/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-twofish-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-twofish-perl/ + +Package: libcrypt-twofish-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Perl module for Twofish Encryption Algorithm + Crypt::Twofish implements Twofish encryption using an interface + compatible with Crypt::CBC interface. + . + Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, + or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for + all uses, as described at . --- libcrypt-twofish-perl-2.12.orig/debian/copyright +++ libcrypt-twofish-perl-2.12/debian/copyright @@ -0,0 +1,71 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Abhijit Menon-Sen +Upstream-Source: http://search.cpan.org/dist/Crypt-Twofish/ +Upstream-Name: Crypt-Twofish + +Files: * +Copyright: Copyright 2001 Abhijit Menon-Sen. All rights reserved. +License: Artistic + This software is distributed under the terms of the Artistic License + . +X-Note: the above URL is not existent, however the author confirmed that the + license is indeed Artistic. See http://bugs.debian.org/511185: + . + From ams@toroid.org Thu Feb 12 03:24:23 2009 + Received: (at 511185) by bugs.debian.org; 12 Feb 2009 03:24:24 +0000 + X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 + (2007-08-08) on rietz.debian.org + X-Spam-Level: + X-Spam-Bayes: score:0.0000 Tokens: new, 29; hammy, 42; neutral, 34; spammy, 2. + spammytokens:0.987-1--H*M:toroid, 0.987-1--H*rp:U*ams + hammytokens:0.000-+--H*f:sk:2009010, 0.000-+--H*i:sk:2009010, 0.000-+--damyan, + 0.000-+--H*r:1000, 0.000-+--Damyan + X-Spam-Status: No, score=-3.9 required=4.0 tests=BAYES_00,FOURLA autolearn=no + version=3.2.3-bugs.debian.org_2005_01_02 + Return-path: + Received: from fugue.toroid.org ([85.10.196.113]) + by rietz.debian.org with esmtp (Exim 4.63) + (envelope-from ) + id 1LXSBa-0007Uk-7u + for 511185@bugs.debian.org; Thu, 12 Feb 2009 03:24:23 +0000 + Received: from penne.toroid.org (penne-vpn [10.8.0.6]) + by fugue.toroid.org (Postfix) with ESMTP id ADEC4558457; + Thu, 12 Feb 2009 04:24:19 +0100 (CET) + Received: by penne.toroid.org (Postfix, from userid 1000) + id BC0A63880CB; Thu, 12 Feb 2009 08:54:27 +0530 (IST) + Date: Thu, 12 Feb 2009 08:54:27 +0530 + From: Abhijit Menon-Sen + To: Damyan Ivanov , 511185@bugs.debian.org + Subject: Re: Lincense of Crypt-Twofish CPAN module + Message-ID: <20090212032427.GB31277@toroid.org> + References: <20090108112852.GZ31231@pc1.creditreform.bg> + MIME-Version: 1.0 + Content-Type: text/plain; charset=us-ascii + Content-Disposition: inline + In-Reply-To: <20090108112852.GZ31231@pc1.creditreform.bg> + . + Hi Damyan. + . + I apologise for the delayed response. + . + At 2009-01-08 13:28:53 +0200, dmn@debian.org wrote: + > + > My question is, is the license that is mentioned above the same one + > that is used by Perl? + . + Yes, it is. + . + > If it is, it would be nice to change the license statement [...] + . + You're right, I'll do that. + +Files: debian/* +Copyright: 2009, Damyan Ivanov +License: Artistic + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic'