--- liburi-todisk-perl-1.12.orig/debian/control +++ liburi-todisk-perl-1.12/debian/control @@ -0,0 +1,25 @@ +Source: liburi-todisk-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libclone-perl (>= 0.21), libparams-util-perl, + liburi-perl, libtest-pod-perl, libtest-minimumversion-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/URI-ToDisk/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liburi-todisk-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liburi-todisk-perl/ + +Package: liburi-todisk-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libclone-perl (>= 0.21), + liburi-perl, libparams-util-perl +Description: module to provide mapping between URIs and on-disk storage + URI::ToDisk is a Perl module which provides an object that can easily map + between Uniform Resource Identifiers (URIs) and on-disk storage. In several + processes relating to working with the web, one may need to keep track of an + area on disk which maps to a particular URI. + . + Using this information, the module can derive both a filesystem path and URI + for any file or directory in this location that one might need to work with. --- liburi-todisk-perl-1.12.orig/debian/copyright +++ liburi-todisk-perl-1.12/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Adam Kennedy +Source: http://search.cpan.org/dist/URI-ToDisk/ +Name: URI-ToDisk + +Files: * +Copyright: 2003-2006, Adam Kennedy +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, 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' --- liburi-todisk-perl-1.12.orig/debian/watch +++ liburi-todisk-perl-1.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/URI-ToDisk/ .*/URI-ToDisk-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liburi-todisk-perl-1.12.orig/debian/compat +++ liburi-todisk-perl-1.12/debian/compat @@ -0,0 +1 @@ +7 --- liburi-todisk-perl-1.12.orig/debian/changelog +++ liburi-todisk-perl-1.12/debian/changelog @@ -0,0 +1,5 @@ +liburi-todisk-perl (1.12-1) unstable; urgency=low + + * Initial Release (Closes: #559068) + + -- Jonathan Yu Tue, 01 Dec 2009 09:48:49 -0500 --- liburi-todisk-perl-1.12.orig/debian/rules +++ liburi-todisk-perl-1.12/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test