--- libdata-transformer-perl-0.04.orig/debian/control +++ libdata-transformer-perl-0.04/debian/control @@ -0,0 +1,22 @@ +Source: libdata-transformer-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Dario Minnucci (midget) +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Data-Transformer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-transformer-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-transformer-perl/ + +Package: libdata-transformer-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to traverse data structures, altering them in place + Data::Transformer can use callback subroutines to transform data or + collect information. + . + It is possible to affect objects inside the data structures by specifying + a callback keyed to the name of the class they belong to. + --- libdata-transformer-perl-0.04.orig/debian/copyright +++ libdata-transformer-perl-0.04/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Baldur Kristinsson , 2006 +Source: http://search.cpan.org/dist/Data-Transformer/ +Name: Data-Transformer + +Files: * +Copyright: 2006, Baldur Kristinsson +License: GPL-1+ or Artistic + +Files: debian/* +Copyright: 2009, Dario Minnucci (midget) +License: GPL-1+ or 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' + +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' --- libdata-transformer-perl-0.04.orig/debian/watch +++ libdata-transformer-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Data-Transformer/ .*/Data-Transformer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdata-transformer-perl-0.04.orig/debian/compat +++ libdata-transformer-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libdata-transformer-perl-0.04.orig/debian/changelog +++ libdata-transformer-perl-0.04/debian/changelog @@ -0,0 +1,5 @@ +libdata-transformer-perl (0.04-1) unstable; urgency=low + + * Initial Release. (Closes: #533480) + + -- Dario Minnucci (midget) Mon, 16 Nov 2009 21:27:17 +0100 --- libdata-transformer-perl-0.04.orig/debian/rules +++ libdata-transformer-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@