debian/0000755000000000000000000000000012016225655007172 5ustar debian/rules0000755000000000000000000000003612016225655010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000212312016225655010573 0ustar Source: libcps-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libsub-name-perl, libtest-fatal-perl, libtest-identity-perl, libtest-pod-perl, libtest-refcount-perl, perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/CPS/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcps-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcps-perl.git Package: libcps-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libsub-name-perl Description: module to manage flow of control in Continuation Passing Style CPS is a Perl module that enables developers to write code in Continuation Passing Style, which is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations". It is useful whenever some form of asynchronous or event-based programming is in use. debian/libcps-perl.examples0000644000000000000000000000001312016225655013140 0ustar examples/* debian/source/0000755000000000000000000000000012016225655010472 5ustar debian/source/format0000644000000000000000000000001412016225655011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000354312016225655011051 0ustar libcps-perl (0.17-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 25 Aug 2012 21:46:47 +0200 libcps-perl (0.16-1) unstable; urgency=low * Team upload. * New upstream release. -- Nuno Carvalho Tue, 24 Jul 2012 21:44:06 +0100 libcps-perl (0.15-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. -- gregor herrmann Wed, 27 Jun 2012 18:10:54 +0200 libcps-perl (0.14-1) unstable; urgency=low * Imported Upstream version 0.14 * Bump Standards-Version to 3.9.3 * Update Format url using copyright-format 1.0 * Remove no more necessary spelling.patch: it's included in source code * Sort B-D-I -- Fabrizio Regalli Thu, 01 Mar 2012 23:58:08 +0100 libcps-perl (0.13-1) unstable; urgency=low * Imported Upstream version 0.13 * Added myself to Uploaders and Copyright * Updated copyright with latest DEP5 (rev .174) format * Updated copyright year -- Fabrizio Regalli Thu, 16 Feb 2012 18:12:59 +0100 libcps-perl (0.12-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Bump Standards-Version to 3.9.2 (no changes). * Add libtest-identity-perl, libtest-refcount-perl, and libtest-fatal- perl to Build-Depends-Indep. * Add /me to Uploaders. * Update year of upstream copyright. * Add a patch to fix a spelling mistake. -- gregor herrmann Wed, 28 Dec 2011 00:04:15 +0100 libcps-perl (0.11-1) unstable; urgency=low * Initial Release (Closes: #608560) -- Jonathan Yu Sat, 01 Jan 2011 09:25:17 -0500 debian/compat0000644000000000000000000000000212016225655010370 0ustar 8 debian/copyright0000644000000000000000000000214712016225655011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Paul Evans Source: http://search.cpan.org/dist/CPS/ Upstream-Name: CPS Files: * Copyright: 2012, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2011-2012, gregor herrmann 2012, 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/watch0000644000000000000000000000014312016225655010221 0ustar version=3 http://search.cpan.org/dist/CPS/ .*/CPS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$