debian/0000755000000000000000000000000012231166070007164 5ustar debian/watch0000644000000000000000000000036112121352603010212 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Devel-Refcount/ .*/Devel-Refcount-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612121352603010240 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000217512121352603011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Refcount Source: https://metacpan.org/release/Devel-Refcount/ Upstream-Contact: Paul Evans Files: * Copyright: 2013, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2011, gregor herrmann 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/source/0000755000000000000000000000000012121352603010461 5ustar debian/source/format0000644000000000000000000000001412121352603011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212121352603010357 0ustar 9 debian/control0000644000000000000000000000253512121352603010571 0ustar Source: libdevel-refcount-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libtest-fatal-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-refcount-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-refcount-perl.git Homepage: https://metacpan.org/release/Devel-Refcount/ Package: libdevel-refcount-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module to obtain the reference count of a variable Devel::Refcount provides a single function which obtains the reference count of the object being pointed to by the passed reference value. . Internally, Perl maintains a count of the number of 'things' referring to each variable, as a means of providing automatic memory management. Every time a reference is made to a scalar value, for example, the reference count is incremented; every time that reference is lost (eg. when a lexical variable goes out of scope) then the reference count is decremented. debian/changelog0000644000000000000000000000404212231166070011036 0ustar libdevel-refcount-perl (0.10-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:56:24 +0100 libdevel-refcount-perl (0.10-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.10 * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get hardening flags -- Xavier Guimard Tue, 12 Mar 2013 06:03:36 +0100 libdevel-refcount-perl (0.09-1) unstable; urgency=low * New upstream release. * Switch to source format 3.0 (quilt). * debian/copyright: update years of copyright and formatting, point to -GPL-1. * Build dependencies: replace libtest-exception-perl with libtest-fatal-perl. * Add /me to Uploaders. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). -- gregor herrmann Mon, 25 Apr 2011 15:34:43 +0200 libdevel-refcount-perl (0.07-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (no changes) * Refresh copyright information * Update to new DEP5 copyright format * Add Test-Pod to B-D [ 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). [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Minimize debian/rules. -- Jonathan Yu Sun, 24 Jan 2010 10:28:23 -0500 libdevel-refcount-perl (0.05-1) unstable; urgency=low * Initial Release. (Closes: #527107) -- Jonathan Yu Tue, 5 May 2009 19:44:45 -0400