debian/0000755000000000000000000000000012125563633007174 5ustar debian/rules0000755000000000000000000000003612125563633010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000263112125563633010601 0ustar Source: libtask-weaken-perl Maintainer: Debian Perl Group Uploaders: Christian Sánchez , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtask-weaken-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtask-weaken-perl.git Homepage: https://metacpan.org/release/Task-Weaken/ Package: libtask-weaken-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for ensuring that a platform has weaken support One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. . While this isn't necesarily always a problem in a straight CPAN-based Perl environment, some operating system distributions only include the pure-Perl versions, don't include the XS version, and so weaken is then "missing" from the platform, despite passing a dependency on Scalar::Util successfully. . The normal solution is to manually write tests in each distribution to ensure that weaken is available. . Task::Weaken restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module. debian/source/0000755000000000000000000000000012125563633010474 5ustar debian/source/format0000644000000000000000000000001412125563633011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000317212125563633011051 0ustar libtask-weaken-perl (1.04-1) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (https://lists.debian.org/debian-perl/2013/03/msg00034.html) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Christian Sánchez ); Christian Sánchez moved to Uploaders. * debian/watch: use metacpan-based URL. * New upstream release. * Don't install README anymore. * debian/copyright: switch formatting to Copyright-Format 1.0. Add years of upstream copyright, add info about third-party files, update license paragraphs. * debian/control: remove version from perl (build) dependency, remove perl-modules. * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Set Standards-Version to 3.9.4 (no changes). * Update short and long description. -- gregor herrmann Sat, 30 Mar 2013 14:24:40 +0100 libtask-weaken-perl (1.03-1) unstable; urgency=low * New upstream relase - control: + Bumped Standards-Version to 3.8.3 (no changes) + Now depends on debhelper >= 7 * Updated debian/copyright * Updated debian/rules to dh7 short format -- Christian Sánchez Mon, 02 Nov 2009 20:32:31 -0430 libtask-weaken-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #457532) -- Christian Sánchez Sun, 23 Dec 2007 07:55:22 +0000 debian/compat0000644000000000000000000000000212125563633010372 0ustar 8 debian/copyright0000644000000000000000000000241712125563633011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Task-Weaken Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/Task-Weaken/ Files: * Copyright: 2006-2011, Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Christian Sánchez 2013, gregor herrmann License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson 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/watch0000644000000000000000000000016412125563633010226 0ustar version=3 https://metacpan.org/release/Task-Weaken/ .*/Task-Weaken-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$