--- libfile-touch-perl-0.08.orig/debian/control +++ libfile-touch-perl-0.08/debian/control @@ -0,0 +1,23 @@ +Source: libfile-touch-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Allard Hoeve , Gunnar Wolf , + Niko Tyni , Krzysztof Krzyzaniak (eloy) , + gregor herrmann , Ryan Niebur , + Jonathan Yu +Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>> 5.8) +Homepage: http://search.cpan.org/dist/File-Touch/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-touch-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-touch-perl/ + +Package: libfile-touch-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl interface to touch-like functions + File::Touch lets you update access and modification timestamps, creating + nonexistent files where necessary. It also allows you to only modify one of + the stamps, choose to not create nonexistent files, and use timestamps from + a different file. --- libfile-touch-perl-0.08.orig/debian/rules +++ libfile-touch-perl-0.08/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libfile-touch-perl-0.08.orig/debian/watch +++ libfile-touch-perl-0.08/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=3 +http://search.cpan.org/dist/File-Touch/ .*/File-Touch-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libfile-touch-perl-0.08.orig/debian/changelog +++ libfile-touch-perl-0.08/debian/changelog @@ -0,0 +1,111 @@ +libfile-touch-perl (0.08-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Jonathan Yu ] + * New upstream release + * Added myself to Uploaders and Copyright + * Standards-Version 3.8.2 (no changes) + * Upgraded to new debhelper rules format + + The MacOS files (._ prefix) were removed upstream now + * Remove perl-modules from dependencies + * Remove the patches, they no longer appear necessary + + -- Jonathan Yu Sun, 26 Jul 2009 11:46:59 -0400 + +libfile-touch-perl (0.06-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * New upstream release + * add myself to uploaders + * debhelper 7 + * machine readable copyright format + * Debian Policy 3.8.1 + * move ._test.pl and ._Makefile.PL out of the way before building, and + put them back after...they cause weird stuff to happen + * fix the syntax + - use quilt + * entend long description a bit + * fix short description + + [ gregor herrmann ] + * debian/{control,copyright}: change my email address. + + -- Ryan Niebur Thu, 02 Apr 2009 20:11:19 -0700 + +libfile-touch-perl (0.02-2) unstable; urgency=low + + [ Joachim Breitner ] + * Removed myself from uploaders. + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field + (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn + fields. Added: /me to Uploaders. Changed: one "perl" is enough for the + short description. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467779) + - update based on dh-make-perl's templates + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * debian/copyright: update years of copyright. + + -- gregor herrmann Sat, 08 Mar 2008 12:23:26 +0100 + +libfile-touch-perl (0.02-1) unstable; urgency=low + + * New upstream release + * debian/control: added me to Uploaders + + -- Krzysztof Krzyzaniak (eloy) Wed, 11 Jul 2007 17:24:04 +0200 + +libfile-touch-perl (0.01-6) unstable; urgency=low + + * Move debhelper to Build-Depends, as it's required by the 'clean' target. + * Don't ignore the result of 'make distclean'. + * Upgrade to Standards-Version 3.7.2. No changes needed. + * Upgrade to debhelper compatibility level 5. + * debian/rules: use $(CURDIR) [make] instead of $(PWD) [sh]. + * Don't install an empty /usr/lib/perl5 directory. + + -- Niko Tyni Fri, 16 Jun 2006 16:40:27 +0300 + +libfile-touch-perl (0.01-5) unstable; urgency=low + + * Section is "perl", not "web" (closes: #250417) + + -- Allard Hoeve Mon, 24 May 2004 11:50:14 +0200 + +libfile-touch-perl (0.01-4) unstable; urgency=low + + * Mentioned group maintainership and upstream URL in debian/copyright + * Fixed a detail in the description in debian/control, a non-existing + file mentioned in debian/rules, added '$(MAKE) test' in debian/rules + * First version uploaded to Debian (Closes: #246756) + + -- Gunnar Wolf Fri, 30 Apr 2004 16:54:19 -0500 + +libfile-touch-perl (0.01-3) unstable; urgency=low + + * Add Uploaders: line to add Joachim, Gunnar and me + + -- Allard Hoeve Mon, 26 Apr 2004 22:31:03 +0200 + +libfile-touch-perl (0.01-2) unstable; urgency=low + + * Made lintian-clean + + -- Allard Hoeve Wed, 10 Mar 2004 16:17:24 +0100 + +libfile-touch-perl (0.01-1) unstable; urgency=low + + * Initial Debian version. + + -- Allard Hoeve Fri, 09 Jan 2004 15:31:50 +0100 + --- libfile-touch-perl-0.08.orig/debian/compat +++ libfile-touch-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libfile-touch-perl-0.08.orig/debian/copyright +++ libfile-touch-perl-0.08/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Nigel Wetters Gourlay (nwetters@cpan.org) +Upstream-Source: http://search.cpan.org/dist/File-Touch/ +Upstream-Name: File-Touch + +Files: * +Copyright: 2001,2007,2009, Nigel Wetters Gourlay (nwetters@cpan.org) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2004, Allard Hoeve + 2004, Gunnar Wolf + 2006, Niko Tyni + 2007, Krzysztof Krzyzaniak (eloy) + 2008, gregor herrmann + 2009, Ryan Niebur +License: Artistic | 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'