debian/0000755000000000000000000000000012231166101007157 5ustar debian/watch0000644000000000000000000000015612145664345010233 0ustar version=3 https://metacpan.org/release/Devel-Size/ .*/Devel-Size-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003612145664345010257 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000263312145664345011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Nick Clark Source: https://metacpan.org/release/Devel-Size/ Upstream-Name: Devel-Size Files: * Copyright: 2005, Dan Sugalski 2007-2008, Tels 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: 2007, Jose Luis Rivas 2008, Niko Tyni 2008, gregor herrmann 2011, Nicholas Bamber 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/source/0000755000000000000000000000000012145664345010500 5ustar debian/source/format0000644000000000000000000000001412145664345011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212145664345010376 0ustar 9 debian/control0000644000000000000000000000216012145664345010602 0ustar Source: libdevel-size-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , Niko Tyni , gregor herrmann , Ansgar Burchardt , Nicholas Bamber Build-Depends: debhelper (>= 9.20120312), perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Devel-Size/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-size-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-size-perl.git Package: libdevel-size-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl extension for finding the memory usage of Perl variables Devel::Size figures out the real sizes of Perl variables in bytes. Call functions with a reference to the variable you want the size of. If the variable is a plain scalar it returns the size of the scalar. If the variable is a hash or an array, use a reference when calling. debian/changelog0000644000000000000000000001042012231166101011026 0ustar libdevel-size-perl (0.79-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:56:33 +0100 libdevel-size-perl (0.79-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: 'COP' has no member named 'cop_stashpv'" (Closes: #708754) * Drop pod.patch, applied upstream. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 18 May 2013 13:41:20 +0200 libdevel-size-perl (0.78-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nuno Carvalho ] * d/control: Update debhelper version. * d/control: Update Standards-Version to 3.9.3. * d/copyright: Update format and field names. * New upstream release. [ gregor herrmann ] * Forward patch and add URL to patch headers. -- Nuno Carvalho Thu, 02 Aug 2012 23:52:40 +0100 libdevel-size-perl (0.77-1) unstable; urgency=low * New upstream release -- Nicholas Bamber Tue, 17 May 2011 01:49:02 +0100 libdevel-size-perl (0.76-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 14 May 2011 15:55:15 +0200 libdevel-size-perl (0.74-1) unstable; urgency=low * New upstream release -- Nicholas Bamber Thu, 21 Apr 2011 23:28:10 +0100 libdevel-size-perl (0.73-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Upped standards version to 3.9.2 * Refreshed debian/rules and debian/copyright * Added debian/source/format * Added patch for spelling error -- Nicholas Bamber Sun, 17 Apr 2011 12:57:44 +0100 libdevel-size-perl (0.71-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 0.70. * Add myself to Uploaders * debian/control: Remove Homepage from description * Use debhelper instead of cdbs * Bump Standards-Version to 3.8.0 * Convert debian/copyright to proposed machine-readable format [ gregor herrmann ] * New upstream release 0.71. * debian/copyright: adjust years of upstream copyright. * debian/copyright: add information about files under inc/. * debian/control: mention module name in long description. -- gregor herrmann Sun, 24 Aug 2008 15:52:32 -0300 libdevel-size-perl (0.69-3) unstable; urgency=low * Remove unnecessary dependencies on libtest-pod-coverage-perl and libtest-pod-perl, spotted by Niko Tyni (closes: #481963). * Add /me to Uploaders. -- gregor herrmann Mon, 19 May 2008 22:08:16 +0200 libdevel-size-perl (0.69-2) unstable; urgency=low [ Damyan Ivanov ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). [ gregor herrmann ] * debian/rules: delete /usr/share/perl5 only if it exists. [ Niko Tyni ] * Point debian/watch to http://search.cpan.org/dist/ . * Add missing shared library dependencies. * Set Maintainer to the pkg-perl group, see http://lists.debian.org/debian-perl/2007/12/msg00040.html * Upgrade to Standards-Version 3.7.3. No changes needed. * Remove unnecessare debian/dirs. * Don't install the README, it's just a copy of the POD documentation. -- Niko Tyni Tue, 19 Feb 2008 10:21:40 +0200 libdevel-size-perl (0.69-1) unstable; urgency=low * New upstream release. -- Jose Luis Rivas Fri, 17 Aug 2007 00:55:14 -0400 libdevel-size-perl (0.68-1) unstable; urgency=low * New upstream release -- Jose Luis Rivas Sun, 10 Jun 2007 18:26:03 -0400 libdevel-size-perl (0.66-1) unstable; urgency=low * Initial release (Closes: #420410) -- Jose Luis Rivas Sun, 22 Apr 2007 01:51:56 -0400