debian/0000755000000000000000000000000012231167631007170 5ustar debian/watch0000644000000000000000000000023711634151470010223 0ustar version=3 opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \ http://search.cpan.org/dist/Guard/ \ .*/Guard-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611634151470010247 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000001021311634151470011120 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Marc Lehmann Source: http://search.cpan.org/dist/Guard/ Name: Guard Files: * Copyright: 2008-2009, Marc Lehmann License: Artistic or GPL-1+ X-Comment: Because the upstream Guard package does not include a proper copyright statement, the upstream author was contacted via private e-mail. . Delivered-To: jonathan.i.yu@gmail.com Received: by 10.204.79.82 with SMTP id o18cs454176bkk; Sat, 11 Jul 2009 07:41:29 -0700 (PDT) Received: by 10.204.57.13 with SMTP id a13mr3083366bkh.205.1247323289167; Sat, 11 Jul 2009 07:41:29 -0700 (PDT) Return-Path: Received: from mail.nethype.de (mail.nethype.de [78.47.73.129]) by mx.google.com with ESMTP id 26si4485612fxm.94.2009.07.11.07.41.28; Sat, 11 Jul 2009 07:41:29 -0700 (PDT) Received-SPF: pass (google.com: domain of root@schmorp.de designates 78.47.73.129 as permitted sender) client-ip=78.47.73.129; Authentication-Results: mx.google.com; spf=pass (google.com: domain of root@schmorp.de designates 78.47.73.129 as permitted sender) smtp.mail=root@schmorp.de Received: from [10.0.0.5] (helo=doom.schmorp.de) by mail.nethype.de with esmtp (Exim 4.69) (envelope-from ) id 1MPdlY-00067t-Ck; Sat, 11 Jul 2009 14:41:28 +0000 Received: from [10.0.0.1] (helo=cerebro.laendle) by doom.schmorp.de with esmtp (Exim 4.69) (envelope-from ) id 1MPdlY-0007MR-2u; Sat, 11 Jul 2009 14:41:28 +0000 Received: from root by cerebro.laendle with local (Exim 4.69) (envelope-from ) id 1MPdlY-0001ot-1c; Sat, 11 Jul 2009 16:41:28 +0200 Date: Sat, 11 Jul 2009 16:41:28 +0200 From: Marc Lehmann To: Jonathan Yu Cc: Debian Perl List Subject: Re: Coro and Guard Copyright Information Message-ID: <20090711144127.GC5477@schmorp.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP: "1024D/DA743396 1999-01-26 Marc Alexander Lehmann Key fingerprint = 475A FE9B D1D4 039E 01AC C217 A1E8 0270 DA74 3396" . On Fri, Jul 10, 2009 at 11:54:36PM -0400, Jonathan Yu wrote: > I'm packaging your Perl modules Coro (and thus Guard) for Debian and . Fascinating! . > was wondering if you could give us a copyright statement for both of > these. As you might remember from my previous bug reports (don't > worry, I won't bother you with one this time), Debian needs both a > copyright and license statement to redistribute modules. . To the best of my knowledge, and unless otherwise stated, all the files are Copyright Marc Alexander Lehmann , 2001-2009 for Coro, 2008-2009 for Guard. . (see also conftest.c, which is lgpl 2.1 or later) . > I have noted libcoro's copyright (per Coro/libcoro/LICENSE), but Coro . The actual files have been under a slightly different license for a while - I updated the LICENSE file to be consistent, thanks for reminding me :) Files: debian/* Copyright: 2009, Jonathan Yu 2011, Fabrizio Regalli 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/0000755000000000000000000000000011634151470010470 5ustar debian/source/format0000644000000000000000000000001411634151470011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211634151470010366 0ustar 8 debian/control0000644000000000000000000000213111634151470010570 0ustar Source: libguard-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Guard/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libguard-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libguard-perl.git Package: libguard-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl module providing safe cleanup using guard objects Guard is a Perl module implementing so-called "guards," which are things that "guard" a resource, ensuring that it is safely cleaned up when expected, even if exceptional conditions interrupt the normal control flow. This allows one to write code which executes an arbitrary code block or subroutine when either the related Guard Object is destroyed or when the current scope ends. In other languages, this sort of functionality is provided by the 'finally' keyword. debian/changelog0000644000000000000000000000265012231167631011045 0ustar libguard-perl (1.022-1build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:10:49 +0100 libguard-perl (1.022-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 19:59:04 +0000 libguard-perl (1.022-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Provides compatibility with older versions (Perl 5.8) * Copied uversionmangle from AnyEvent to deal with MLEHMANN's release versioning patterns for the future (so that 1.03 doesn't have issues) [ 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 ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Fabrizio Regalli ] * New upstream release * Bump to 3.0 quilt format. * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Moved to DEP5 copyright format. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. -- Fabrizio Regalli Wed, 14 Sep 2011 15:52:27 +0200 libguard-perl (1.02-1) unstable; urgency=low * Initial Release (Closes: #536550) -- Jonathan Yu Sat, 11 Jul 2009 12:38:13 -0400