--- libtime-warp-perl-0.5.orig/debian/watch +++ libtime-warp-perl-0.5/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Time-Warp/ .*/Time-Warp-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtime-warp-perl-0.5.orig/debian/rules +++ libtime-warp-perl-0.5/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libtime-warp-perl-0.5.orig/debian/copyright +++ libtime-warp-perl-0.5/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Joshua Nathaniel Pritiki +Upstream-Source: http://search.cpan.org/dist/Time-Warp/ +Upstream-Name: Time-Warp + +Files: * +Copyright: 1999, 2000 Joshua Nathaniel Pritiki +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Brian Cassidy +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' --- libtime-warp-perl-0.5.orig/debian/compat +++ libtime-warp-perl-0.5/debian/compat @@ -0,0 +1 @@ +7 --- libtime-warp-perl-0.5.orig/debian/control +++ libtime-warp-perl-0.5/debian/control @@ -0,0 +1,18 @@ +Source: libtime-warp-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12) +Maintainer: Debian Perl Group +Uploaders: Brian Cassidy +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Time-Warp/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-warp-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-warp-perl/ + +Package: libtime-warp-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Description: module to provide control over the flow of time + Our external experience unfolds in 3 1/2 dimensions (time has a + dimensionality of 1/2). The Time::Warp module offers developers control over + the measurement of time. --- libtime-warp-perl-0.5.orig/debian/changelog +++ libtime-warp-perl-0.5/debian/changelog @@ -0,0 +1,23 @@ +libtime-warp-perl (0.5-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:58:57 +0100 + +libtime-warp-perl (0.5-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:18:54 +0000 + +libtime-warp-perl (0.5-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:34:28 +0100 + +libtime-warp-perl (0.5-1) unstable; urgency=low + + * Initial Release. (Closes: #525152) + + -- Brian Cassidy Thu, 23 Apr 2009 16:22:41 -0300