--- libdevel-findref-perl-1.422.orig/debian/watch +++ libdevel-findref-perl-1.422/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \ + http://search.cpan.org/dist/Devel-FindRef/ \ + .*/Devel-FindRef-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdevel-findref-perl-1.422.orig/debian/rules +++ libdevel-findref-perl-1.422/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdevel-findref-perl-1.422.orig/debian/copyright +++ libdevel-findref-perl-1.422/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Marc Lehmann +Upstream-Source: http://search.cpan.org/dist/Devel-FindRef/ +Upstream-Name: Devel-FindRef + +Files: * +Copyright: 2007-2008, Marc Lehmann +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Nathan Handler +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' --- libdevel-findref-perl-1.422.orig/debian/compat +++ libdevel-findref-perl-1.422/debian/compat @@ -0,0 +1 @@ +7 --- libdevel-findref-perl-1.422.orig/debian/control +++ libdevel-findref-perl-1.422/debian/control @@ -0,0 +1,29 @@ +Source: libdevel-findref-perl +Section: perl +Priority: optional +Build-Depends: perl, debhelper (>= 7), libcommon-sense-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu , + Nathan Handler +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Devel-FindRef/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-findref-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-findref-perl/ + +Package: libdevel-findref-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, + libcommon-sense-perl +Description: Perl module to find variables referring to an object + Devel::FindRef is a module that can help developers track down reference + problems. Since Perl keeps track of everything internally, it is usually + possible to take an object/scalar/what-have-you and find everything that is + referring to it. + . + One common scenario is that some object goes out of scope and you expect it + to be destroyed, but there are still references to it that keep it from being + garbage collected. + . + This module can output a tree containing a list of variables that point to a + given value, along with some context about them, such as their scope and + where they are. --- libdevel-findref-perl-1.422.orig/debian/changelog +++ libdevel-findref-perl-1.422/debian/changelog @@ -0,0 +1,59 @@ +libdevel-findref-perl (1.422-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 09:56:03 +0100 + +libdevel-findref-perl (1.422-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 19:41:29 +0000 + +libdevel-findref-perl (1.422-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 12:56:55 +0100 + +libdevel-findref-perl (1.422-1) unstable; urgency=low + + [ Jonathan Yu ] + * Updated watch to mangle the version properly + * Added Nathan Handler to copyright for debian/* + * Standards-Version 3.8.3 (no changes) + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Nathan Handler ] + * New upstream release + * debian/rules: + - Switch to short version + * debian/control: + - Add libcommon-sense-perl to Build-Depends + + [ gregor herrmann ] + * Add libcommon-sense-perl to Depends. + + -- Nathan Handler Sun, 30 Aug 2009 23:54:20 +0000 + +libdevel-findref-perl (1.41-1) unstable; urgency=low + + * New upstream release + * debian/watch: + - Update to ignore development releases. + - Remove comments + * debian/control: + - Add myself to list of Uploaders + - Bump Standards-Version to 3.8.2 (No changes) + + -- Nathan Handler Sun, 28 Jun 2009 02:31:01 +0000 + +libdevel-findref-perl (1.4-1) unstable; urgency=low + + * Initial Release. (Closes: #527116) + + -- Jonathan Yu Tue, 5 May 2009 19:23:58 -0400