--- libconvert-ascii-armour-perl-1.4.orig/debian/copyright +++ libconvert-ascii-armour-perl-1.4/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Vipul Ved Prakash +Source: http://search.cpan.org/dist/Convert-ASCII-Armour/ +Name: Convert-ASCII-Armour + +Files: * +Copyright: 2001, Vipul Ved Prakash +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu +License: Artistic or GPL-1+ + +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' + +License: GPL-1+ + 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 1, 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' --- libconvert-ascii-armour-perl-1.4.orig/debian/rules +++ libconvert-ascii-armour-perl-1.4/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libconvert-ascii-armour-perl-1.4.orig/debian/compat +++ libconvert-ascii-armour-perl-1.4/debian/compat @@ -0,0 +1 @@ +7 --- libconvert-ascii-armour-perl-1.4.orig/debian/control +++ libconvert-ascii-armour-perl-1.4/debian/control @@ -0,0 +1,22 @@ +Source: libconvert-ascii-armour-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, + perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Convert-ASCII-Armour/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-ascii-armour-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/ + +Package: libconvert-ascii-armour-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, + perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl +Description: module to convert binary into ASCII-armoured messages + Convert::ASCII::Armour is a Perl module designed to convert hashes of binary + octets into ASCII messages suitable for transfer over 6-bit clean transport + channels. The encoded ASCII resembles PGP's armoured messages, but are in no + way compatible with PGP. --- libconvert-ascii-armour-perl-1.4.orig/debian/changelog +++ libconvert-ascii-armour-perl-1.4/debian/changelog @@ -0,0 +1,5 @@ +libconvert-ascii-armour-perl (1.4-1) unstable; urgency=low + + * Initial Release (Closes: #567601) + + -- Jonathan Yu Fri, 29 Jan 2010 22:30:54 -0500 --- libconvert-ascii-armour-perl-1.4.orig/debian/watch +++ libconvert-ascii-armour-perl-1.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Convert-ASCII-Armour/ .*/Convert-ASCII-Armour-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$