--- libperl-destruct-level-perl-0.02.orig/debian/watch +++ libperl-destruct-level-perl-0.02/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/Perl-Destruct-Level/ .*/Perl-Destruct-Level-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libperl-destruct-level-perl-0.02.orig/debian/rules +++ libperl-destruct-level-perl-0.02/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 --- libperl-destruct-level-perl-0.02.orig/debian/copyright +++ libperl-destruct-level-perl-0.02/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Rafael Garcia-Suarez +Upstream-Source: http://search.cpan.org/dist/Perl-Destruct-Level/ +Upstream-Name: Perl-Destruct-Level + +Files: * +Copyright: Copyright (c) 2007 Rafael Garcia-Suarez +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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' --- libperl-destruct-level-perl-0.02.orig/debian/compat +++ libperl-destruct-level-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libperl-destruct-level-perl-0.02.orig/debian/control +++ libperl-destruct-level-perl-0.02/debian/control @@ -0,0 +1,27 @@ +Source: libperl-destruct-level-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Perl-Destruct-Level/ + +Package: libperl-destruct-level-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Description: Perl module to change Perl's destruction level + Perl::Destruct::Level is an interface allowing one to change Perl's internal + destruction level. While this functionality is available through the + PERL_DESTRUCT_LEVEL environment variable when perl is compiled with debug + support, this module provides it for perls without -DDEBUGGING. + . + The default value of the destruct level is 0; it means that perl won't bother + destroying all its internal data structures, but let the OS do the cleanup + for it at exit. + . + Relevant values recognized by perl are 1 and 2. Consult your source code to + know exactly what they mean. Note that some embedded environments might + extend the meaning of the destruction level for their own purposes: mod_perl + does that, for example. + --- libperl-destruct-level-perl-0.02.orig/debian/changelog +++ libperl-destruct-level-perl-0.02/debian/changelog @@ -0,0 +1,23 @@ +libperl-destruct-level-perl (0.02-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:33:31 +0100 + +libperl-destruct-level-perl (0.02-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:09:36 +0000 + +libperl-destruct-level-perl (0.02-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:24:51 +0100 + +libperl-destruct-level-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #526385) + + -- Jonathan Yu Thu, 30 Apr 2009 15:23:10 -0400