debian/0000755000000000000000000000000012233305743007170 5ustar debian/watch0000644000000000000000000000015412101262556010217 0ustar version=3 https://metacpan.org/release/autobox/ .*/autobox-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000251712140270052011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: autobox Source: https://metacpan.org/release/autobox/ Upstream-Contact: chocolateboy Files: * Copyright: 2003-2013, chocolateboy License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2010-2011, Angel Abad 2012-2013, Xavier Guimard 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 version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000247712140265261010602 0ustar Source: libautobox-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Angel Abad , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libscope-guard-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautobox-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautobox-perl.git Homepage: https://metacpan.org/release/autobox/ Package: libautobox-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libscope-guard-perl Description: Perl pragma for method calls on native types autobox is a Perl pragma that enables method calls on Perl's native data types including numeric values (integers and floats), strings, arrays, hashes and even code references in a simple and consistent way. . When a method is invoked on something which is not a blessed object reference, autobox looks for the method in a package whose name corresponds to the ref() type of the value. This design means extending the default functionality for new methods on a type-by-type basis is very simple. debian/compat0000644000000000000000000000000212140265261010363 0ustar 9 debian/changelog0000644000000000000000000000625412233305743011051 0ustar libautobox-perl (2.82-1) unstable; urgency=low * Team upload * Import Upstream version 2.82 * Remove lintian override for hardening-no-fortify-functions, seems to be detected properly now -- Florian Schlichting Sun, 27 Oct 2013 22:55:36 +0100 libautobox-perl (2.79-1) unstable; urgency=low * Imported Upstream version 2.79 -- Xavier Guimard Wed, 01 May 2013 21:32:24 +0200 libautobox-perl (2.77-1) unstable; urgency=low [ Xavier Guimard ] * Imported Upstream version 2.77 [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs -- Xavier Guimard Mon, 25 Feb 2013 06:02:08 +0100 libautobox-perl (2.76-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Imported Upstream version 2.76 * Bump Standards-Version to 3.9.4 * Update copyright (years and format) * Use debhelper 9.20120312 * Add lintian-overrides to remove false-positive lintian report -- Xavier Guimard Fri, 23 Nov 2012 06:25:52 +0100 libautobox-perl (2.75-1) unstable; urgency=low * New upstream release * debian/patches/fix-pod-spelling.patch: - Remove patch, applied upstream -- Angel Abad Fri, 22 Jul 2011 12:31:19 +0200 libautobox-perl (2.74-1) unstable; urgency=low * New upstream release * Bump Debhelper compat level to 8. * Bump Standards-Version to 3.9.2 (no changes) -- Angel Abad Wed, 20 Jul 2011 18:35:02 +0200 libautobox-perl (2.72-1) unstable; urgency=low * New upstream release * debian/copyright: - Update copyright years - Update license stanzas -- Angel Abad Sat, 29 Jan 2011 12:09:30 +0100 libautobox-perl (2.71-1) unstable; urgency=low * New upstream release * debian/control: - Add versioned {Build-}Depends to libscope-guard-perl (>= 0.20) - Add myself to Uploaders * debian/copyright: - Update Maintainer email - Update license information * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Thu, 30 Sep 2010 11:51:48 +0200 libautobox-perl (2.70-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Update to new DEP5 format * Use new 3.0 (quilt) source format * Add a patch to fix POD spelling errors [ 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). [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Jonathan Yu Thu, 18 Mar 2010 17:58:20 -0400 libautobox-perl (2.55-1) unstable; urgency=low * Initial Release. (Closes: #479221) -- Jonathan Yu Fri, 07 Aug 2009 20:28:06 -0400 debian/source/0000755000000000000000000000000011671741400010467 5ustar debian/source/format0000644000000000000000000000001411671741400011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612140265261010244 0ustar #!/usr/bin/make -f %: dh $@