debian/0000755000000000000000000000000011720772546007201 5ustar debian/control0000644000000000000000000000175011720772546010607 0ustar Source: libsub-uplevel-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , Damyan Ivanov , gregor herrmann , Jonathan Yu , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Sub-Uplevel/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-uplevel-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-uplevel-perl.git Package: libsub-uplevel-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to spoof the Perl call stack Sub::Uplevel is a Perl module that provides a safe implementation similar to Tcl's uplevel() function. It allows you to safely fool the caller() into thinking it's in a different part of the stack, without knowing that it is being wrapped. debian/copyright0000644000000000000000000000250211720772546011133 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Contact: David A. Golden Source: http://search.cpan.org/dist/Sub-Uplevel/ Upstrean-Name: Sub-Uplevel Files: * Copyright: 2012, David A. Golden 2012, Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2008, gregor herrmann 2007, Damyan Ivanov 2003-2007, Jay Bonci 2006, Gunnar Wolf 2003, Jay Bonci 2012, Fabrizio Regalli 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 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 systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000023011720772546010225 0ustar version=3 opts="uversionmangle=s/\.\d{2}$/$&00/" \ http://search.cpan.org/dist/Sub-Uplevel/ .*/Sub-Uplevel-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000011720772546010630 5ustar debian/patches/series0000644000000000000000000000002711720772546012044 0ustar examples-shebang.patch debian/patches/examples-shebang.patch0000644000000000000000000000035211720772546015074 0ustar Add shebang to examples Forwarded upstream as CPAN#31403 http://rt.cpan.org/Public/Bug/Display.html?id=31403 --- a/examples/uplevel-demo.pl +++ b/examples/uplevel-demo.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl use strict; use warnings; debian/compat0000644000000000000000000000000211720772546010377 0ustar 8 debian/libsub-uplevel-perl.examples0000644000000000000000000000001311720772546014625 0ustar examples/* debian/changelog0000644000000000000000000001437711720772546011067 0ustar libsub-uplevel-perl (0.2400-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Fabrizio Regalli ] * Imported Upstream version 0.2400 * Added myself to Uploaders and Copyright * Bump Standards-Version to 3.9.2 (no changes needed) * Removed no more necessary --with quilt option from d/rules * Bump debhelper to (>= 8) * Updated d/compat to 8 * Removed quilt (>= 0.46-7) from B-D * Switch to dpkg-source 3.0 (quilt) format * Updated d/copyright to latest .174 DEP5 format * Removed no more necessary README.source * Removed no more necessary libsub-uplevel-perl.docs * Updated copyright year for main stanza * Fixed path for GPL-1+ license in d/copyright * Removed 'GNU/Linux' from license text -- Fabrizio Regalli Tue, 21 Feb 2012 17:07:47 +0100 libsub-uplevel-perl (0.2200-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (drop perl version dependency) * Add myself to Uploaders and Copyright * Use new short debhelper rules file * Refresh copyright information [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove build dependencies that are not used anymore. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). -- Jonathan Yu Tue, 17 Nov 2009 13:04:04 -0500 libsub-uplevel-perl (0.2002-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * debian/control: - switch Vcs-Browser field to ViewSVN - change my email address - remove build dependency on libmodule-build-perl, dh7 prefers MakeMaker. * debian/copyright: switch to new format. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. -- gregor herrmann Sun, 23 Nov 2008 15:19:58 +0100 libsub-uplevel-perl (0.1901-1) unstable; urgency=low * New upstream release. * debian/watch: - add uversionmangle to deal with 2/4-digits upstream versions - extend regexp for mathing upstream tarballs. * Set debhelper compatibility level to 6. * debian/copyright: update years of copyright. * debian/rules: - use $(PERL) instead of perl - remove some comments and empty lines - remove AUTHOR_TESTING evnironment variable, not used anymore by upstream tests - re-enable most author tests by passing --test_files to Build test; add libtest-perl-critic-perl to Build-Depends-Indep * Add /me to Uploaders. -- gregor herrmann Sun, 17 Feb 2008 16:51:44 +0100 libsub-uplevel-perl (0.18-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Taking over Jay Bonci with his permission. http://lists.debian.org/debian-perl/2007/11/msg00134.html + Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * debian/copyright: update according to README. * Set debhelper compatibility level to 5. * Move perl from Build-Depends to Build-Depends-Indep. * debian/rules: - Move tests to build target and enable additional tests. - Remove variable OPTMIMIZE, we don't compile anything. - Use DESTDIR and PREFIX for $(MAKE) install. - Introduce build-stamp target and dependencies between targets. - Remove some comments and empty lines. - Remove unneeded calls to dh_link and dh-strip. [ Damyan Ivanov ] * debian/rules: + switch to Build.PL + introduce also install-stamp + add dh_installexamples examples/* + drop unneeded dh_installdirs + drop removal of emppty usr/lib/perl5 * Added libmodule-build-perl to Build-Depends * Bump standards-version to 3.7.3 (no changes) * Wrap long control fields * Put me instead of Gregor in Uploaders * New examples-shebang.patch -- add "#!/usr/bin/perl" to examples. Reported upstream as http://rt.cpan.org/Public/Bug/Display.html?id=31403 + Add quilt to Build-Depends + Add quilt support to debian/rules -- Damyan Ivanov Wed, 12 Dec 2007 12:55:00 +0200 libsub-uplevel-perl (0.14-1) unstable; urgency=low * New upstream release * Fixed watchfile so uscan will work * Ack'd NMU. Thanks Gunnar. (Closes: #363009) * Bumped standards version to 3.7.2.2 (No other changes) * Minor fix to rules file to only conditionally ignore make clean errors for lintian * Build-Depends-Indep to Build-Depends to satisfy lintian -- Jay Bonci Tue, 03 Jul 2007 13:15:38 -0400 libsub-uplevel-perl (0.09-2.1) unstable; urgency=low * Non-Maintainer Upload by Gunnar Wolf * Applied patch by Martin Ferrari, checking for definedness (which was in turn breaking other packates). (Closes: #363009) * Bumped up standards-version to 3.6.2 -- Gunnar Wolf Fri, 21 Apr 2006 12:21:46 -0500 libsub-uplevel-perl (0.09-2) unstable; urgency=low * Fixed watch file so uscan will actually work -- Jay Bonci Wed, 6 Oct 2004 03:06:39 -0400 libsub-uplevel-perl (0.09-1) unstable; urgency=low * New upstream version. -- Jay Bonci Mon, 19 Jul 2004 08:20:07 -0400 libsub-uplevel-perl (0.08-1) unstable; urgency=low * New Upstream Version. -- Jay Bonci Mon, 17 Nov 2003 11:05:53 -0500 libsub-uplevel-perl (0.07-2) unstable; urgency=low * Updated maintainer address * Bumped up policy version (no other changes) * Added watch file * Changed copyright url to be not dependant on the module version * Added compat file per debhelper best practices -- Jay Bonci Fri, 10 Oct 2003 14:31:20 -0400 libsub-uplevel-perl (0.07-1) unstable; urgency=low * Initial Release (Closes: #178018) -- Jay Bonci Wed, 16 July 2003 08:58:18 -0500 debian/source/0000755000000000000000000000000011720772546010501 5ustar debian/source/format0000644000000000000000000000001411720772546011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611720772546010260 0ustar #!/usr/bin/make -f %: dh $@