debian/0000755000000000000000000000000012150434335007166 5ustar debian/rules0000755000000000000000000000003612150434335010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000177712150434335010605 0ustar Source: libclass-unload-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Alessandro Ghedini , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-inspector-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-unload-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-unload-perl.git Homepage: https://metacpan.org/release/Class-Unload/ Package: libclass-unload-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-inspector-perl Description: Perl module to unload a class at runtime Class::Unload is a Perl module that unloads the given class by clearing out its symbol table and removing it from %INC during runtime. The unloaded class may then be reloaded later on using 'require'. debian/source/0000755000000000000000000000000012150434335010466 5ustar debian/source/format0000644000000000000000000000001412150434335011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000421212150434335011037 0ustar libclass-unload-perl (0.08-1) unstable; urgency=low * New upstream release. * Update year of upstream copyright. * Drop pod.patch, applied upstream. * Add /me to Uploaders. -- gregor herrmann Sun, 26 May 2013 18:31:14 +0200 libclass-unload-perl (0.07-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. Also closes: #709766 Nevertheless: * Add a patch to fix the POD error in Perl 5.18. * debian/copyright: switch formatting to Copyright-Format 1.0. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sun, 26 May 2013 16:05:59 +0200 libclass-unload-perl (0.07-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 0.06 [ 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). [ Alessandro Ghedini ] * New upstream release * Switch to 3.0 (quilt) * Bump debhelper to 8 * Fix upstream copyright - Remove copyright for Module::Install (replaced by Dist::Zilla) - Add upstream copyright year * Update debian/copyright to latest DEP5 revision - Replace 'Debian GNU/Linux' with just 'Debian' - Fix copyright-refers-to-symlink-license lintian * Use proper short-from dh * Add myself to Uploaders * Make (short) description a little more verbose * Bump Standards-Version (no changes needed) * Run release candidate tests * Add B-D-i on libpod-coverage-trustpod-perl -- Alessandro Ghedini Sun, 06 Mar 2011 16:02:07 +0100 libclass-unload-perl (0.05-1) unstable; urgency=low * Initial Release. (Closes: #507480) -- Damyan Ivanov Mon, 01 Dec 2008 22:18:37 +0200 debian/compat0000644000000000000000000000000212150434335010364 0ustar 8 debian/copyright0000644000000000000000000000214012150434335011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-Unload Upstream-Contact: Dagfinn Ilmari Mannsåker Source: https://metacpan.org/release/Class-Unload/ Files: * Copyright: 2013, Dagfinn Ilmari Mannsåker License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Damyan Ivanov 2013, gregor herrmann License: GPL-1+ or Artistic 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/watch0000644000000000000000000000016612150434335010222 0ustar version=3 https://metacpan.org/release/Class-Unload/ .*/Class-Unload-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$