debian/0000755000000000000000000000000012236224214007164 5ustar debian/source/0000755000000000000000000000000012236223442010466 5ustar debian/source/format0000644000000000000000000000001412236223442011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000724612236224214011047 0ustar libend-perl (2009110401-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (remove versioned dependency on perl) * Rewrote the control description * Use new short rules format * Cleaned up copyright statement * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * add source/format '3.0 (quilt)' * convert d/copyright to format 1.0 * claim conformance with Policy 3.9.5 -- Damyan Ivanov Tue, 05 Nov 2013 19:18:45 +0200 libend-perl (2009040201-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * machine readable copyright format * dh 7 * fix short description [ gregor herrmann ] * debian/{control,copyright}: change my email address. -- Ryan Niebur Fri, 10 Apr 2009 22:03:57 -0700 libend-perl (1.2-7) unstable; urgency=low * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467784). * debian/watch: improved regexp for matching upstream releases. * Add /me to Uploaders. -- gregor herrmann Sat, 08 Mar 2008 01:49:46 +0100 libend-perl (1.2-6) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Fix watch file (closes: #450100). * debian/rules: - Don't install empty /usr/lib/perl5 directory. - Let install target depend on build target. - Use $(CURDIR) instead of `pwd`. * Use dist-based URL in debian/watch. [ Damyan Ivanov ] * debian/control + slight rewording and re-wrapping + bump standards-version to 3.7.3 (no changes) + add myself to Uploaders * debian/rules + add install-stamp target and make install depend on it, instead of build + split PREFIX to DESTDIR and PREFIX + drop unneeded dh_shlibdeps + drop unneeded OPTIMIZE setting + drop --destdir argument to dh_builddeb + add "$(MAKE) test" to build target + use "$@" when touching stamps + add "touch $@" to install-stamp target * Bump debhelper compat level to 5 -- Damyan Ivanov Tue, 18 Dec 2007 22:23:40 +0200 libend-perl (1.2-5) unstable; urgency=low * debian/rules no longer ignores the result of "make realclean" in the clean target * Added debian/watch file * Now group-maintained by the Debian pkg-perl group * Bumped up standards-version to 3.7.2 - No changes needed -- Gunnar Wolf Thu, 14 Sep 2006 12:47:34 -0500 libend-perl (1.2-4) unstable; urgency=low * Adopting the package (Closes: #333186). -- David Moreno Garza Thu, 16 Mar 2006 18:52:07 -0400 libend-perl (1.2-3) unstable; urgency=low * QA Group upload orphaning this package -- Andrew Pollock Thu, 27 Oct 2005 16:26:21 +1000 libend-perl (1.2-2) unstable; urgency=low * debian/control: I'm a DD. -- Marc 'HE' Brockschmidt Thu, 15 Jul 2004 19:01:43 +0200 libend-perl (1.2-1) unstable; urgency=low * Initial Release. (Closes: #207568) -- Marc Brockschmidt Wed, 3 Sep 2003 15:56:23 +0200 debian/rules0000755000000000000000000000003612236223261010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000163112236224073010573 0ustar Source: libend-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Ryan Niebur , gregor herrmann Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/End/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libend-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libend-perl.git Package: libend-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl interface to execute code at end of scope End is a Perl module that exports a single subroutine, end, which enables execution of code whenever the current block is exited, regardless of whether it is due to a return, next, last, redo, exit, die, goto or just reaching the end of the current block. debian/compat0000644000000000000000000000000211614475153010373 0ustar 7 debian/watch0000644000000000000000000000014012125344257010217 0ustar version=3 https://metacpan.org/release/End/ .*/End-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000323612236223705011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: End Upstream-Contact: Abigail Source: https://metacpan.org/release/End Files: * Copyright: 2000-2009, Abigail License: MIT Files: debian/* Copyright: 2009, Jonathan Yu 2009, Ryan Niebur 2008, gregor herrmann 2007, Damyan Ivanov 2006, David Moreno Garza 2006, Gunnar Wolf 2005, Andrew Pollock 2004, Marc 'HE' Brockschmidt 2003, Marc Brockschmidt License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.