--- libfile-dircompare-perl-0.6.orig/debian/control +++ libfile-dircompare-perl-0.6/debian/control @@ -0,0 +1,21 @@ +Source: libfile-dircompare-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + gregor herrmann +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/File-DirCompare/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-dircompare-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-dircompare-perl/ + +Package: libfile-dircompare-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to compare two directories + File::DirCompare is a perl module to compare two directories using a + callback, invoked for all files that are 'different' between the two + directories, and for any files that exist only in one or other directory + ('unique' files). --- libfile-dircompare-perl-0.6.orig/debian/copyright +++ libfile-dircompare-perl-0.6/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Gavin Carr +Source: http://search.cpan.org/dist/File-DirCompare/ +Name: File-DirCompare + +Files: * +Copyright: 2007-2008, Gavin Carr +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Jaldhar H. Vyas + 2010, gregor herrmann +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' --- libfile-dircompare-perl-0.6.orig/debian/watch +++ libfile-dircompare-perl-0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-DirCompare/ .*/File-DirCompare-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfile-dircompare-perl-0.6.orig/debian/compat +++ libfile-dircompare-perl-0.6/debian/compat @@ -0,0 +1 @@ +7 --- libfile-dircompare-perl-0.6.orig/debian/changelog +++ libfile-dircompare-perl-0.6/debian/changelog @@ -0,0 +1,15 @@ +libfile-dircompare-perl (0.6-1) unstable; urgency=low + + * New upstream release. + * Don't install README anymore. + * Set Standards-Version to 3.8.4 (no changes). + * Add /me to Uploaders. + * debian/copyright: update formatting. + + -- gregor herrmann Fri, 05 Mar 2010 20:48:46 +0100 + +libfile-dircompare-perl (0.5-1) unstable; urgency=low + + * Initial Release. (Closes: #560767) + + -- Jaldhar H. Vyas Fri, 11 Dec 2009 21:26:08 -0500 --- libfile-dircompare-perl-0.6.orig/debian/rules +++ libfile-dircompare-perl-0.6/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@