debian/0000755000000000000000000000000012231047757007176 5ustar debian/watch0000644000000000000000000000034611717311121010215 0ustar # 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/Acme-Damn/ .*/Acme-Damn-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611717311121010240 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000221311717311121011112 0ustar Format:http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Contact: Ian Brayshaw Source: http://search.cpan.org/dist/Acme-Damn/ Upstream-Name: Acme-Damn Files: * Copyright: 2003-2012, Ian Brayshaw License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Jeffrey Ratcliffe 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/source/0000755000000000000000000000000011717311121010461 5ustar debian/source/format0000644000000000000000000000001411717311121011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211717311121010357 0ustar 9 debian/control0000644000000000000000000000202411717311121010562 0ustar Source: libacme-damn-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl, libtest-exception-perl Maintainer: Debian Perl Group Uploaders: Jeffrey Ratcliffe , Jonathan Yu , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Acme-Damn/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libacme-damn-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libacme-damn-perl.git Package: libacme-damn-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl module to unbless objects Acme::Damn provides a way to reverse the bless operation, which takes a variable and associates it with a given class. One can use this module to return the original reference; that is, prior to calling bless on it. . After using 'damn()' or custom aliases thereof, the blessed Perl object reference becomes a simple data type. debian/changelog0000644000000000000000000000313612231047757011053 0ustar libacme-damn-perl (0.05-1build1) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 22:49:35 +0100 libacme-damn-perl (0.05-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.05 * Added myself to Uploaders and Copyright * Bump Standards-Version to 3.9.2 (no changes needed) * Updated debhelper to (>= 9) * Updated d/compat to 9 * Removed version from perl dependency * Switch to dpkg-source 3.0 (quilt) format * Switch to standard three lines d/rules * d/copyright: - Removed 'GNU/Linux' from license description - Updated to latest DEP5 (.174 revision) format - Changed '|' with 'or' in license type - Removed no more necessary 'License-Alias: Perl' - Updated path for GPL-1 license - Updated year of copyright -- Fabrizio Regalli Fri, 17 Feb 2012 00:31:30 +0100 libacme-damn-perl (0.04-1) unstable; urgency=low * New upstream release * Added feature to allow aliasing of unbless, and accompanying tests. * Refreshed using dh-make-perl --refresh * Reworded long description a bit * Added /me to Uploaders -- Jonathan Yu Sun, 17 May 2009 00:32:08 -0400 libacme-damn-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #523176) -- Jeffrey Ratcliffe Wed, 8 Apr 2009 22:15:19 +0200