debian/0000755000000000000000000000000012016507614007170 5ustar debian/rules0000755000000000000000000000003612016507614010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000204712016507614010576 0ustar Source: libcarp-always-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-base-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Carp-Always/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcarp-always-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcarp-always-perl.git Package: libcarp-always-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to make warn and die noisy with stack backtraces Carp::Always is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. Thus, it is commonly used on the command line, to give more context to those mysterious warnings from deep down inside the module, without the need to edit code. debian/source/0000755000000000000000000000000012016507614010470 5ustar debian/source/format0000644000000000000000000000001412016507614011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000301112016507614011035 0ustar libcarp-always-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12. -- Florian Schlichting Sun, 26 Aug 2012 22:13:13 +0200 libcarp-always-perl (0.11-1) unstable; urgency=low * Imported Upstream version 0.11. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped year of upstream copyright, and refreshed standalone license paragraphs. * Expanded the description a little. * Added myself to uploaders and copyright. -- Florian Schlichting Thu, 19 Apr 2012 22:57:39 +0200 libcarp-always-perl (0.10-1) unstable; urgency=low * Team upload [ 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 ryan52's email address [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Maximilian Gass ] * New upstream release * Increase debhelper compat level to 8 * Increase Standards-Version to 3.9.2 * Refer to /usr/share/common-licenses/GPL-1 in debian/copyright * Update copyright format * Add debian/source/format with 3.0 (quilt) * Update upstream copyright years -- Maximilian Gass Sat, 20 Aug 2011 15:01:24 +0200 libcarp-always-perl (0.09-1) unstable; urgency=low * Initial Release. (Closes: #540976) -- Ryan Niebur Mon, 10 Aug 2009 19:47:11 -0700 debian/compat0000644000000000000000000000000212016507614010366 0ustar 8 debian/copyright0000644000000000000000000000211612016507614011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Carp-Always Upstream-Contact: Adriano R. Ferreira Source: http://search.cpan.org/dist/Carp-Always/ Files: * Copyright: 2005-2012, Adriano R. Ferreira License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2012, Florian Schlichting 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/watch0000644000000000000000000000016312016507614010221 0ustar version=3 http://search.cpan.org/dist/Carp-Always/ .*/Carp-Always-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$