debian/0000755000000000000000000000000012217030473007165 5ustar debian/watch0000644000000000000000000000017012101266317010214 0ustar version=3 https://metacpan.org/release/Smart-Comments/ .*/Smart-Comments-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000222712217030446011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Smart-Comments Upstream-Contact: Alexandr Ciornii Source: https://metacpan.org/release/Smart-Comments/ Files: * Copyright: 2005, Damian Conway License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Florian Schlichting 2009, Jonathan Yu 2008, Damyan Ivanov 2006, Niko Tyni 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/control0000644000000000000000000000251712217030432010570 0ustar Source: libsmart-comments-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , Damyan Ivanov , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Smart-Comments/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsmart-comments-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsmart-comments-perl.git Package: libsmart-comments-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module for comments that do more than just sit there Smart::Comments is a Perl module that implements "intelligent" comments that can aid in debugging and tracking program execution flow. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. . Best of all, when you're finished debugging, you don't have to remove them. Simply commenting out the "use Smart::Comments" line turns them back into regular comments. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later. debian/compat0000644000000000000000000000000212217030236010360 0ustar 8 debian/changelog0000644000000000000000000000446412217030473011047 0ustar libsmart-comments-perl (1.000005-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.000005 * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (directly link GPL-1, do not reference "GNU/Linux" in License paragraphs) * Switch to source format 3.0 (quilt) * Add myself to uploaders and copyright -- Florian Schlichting Fri, 20 Sep 2013 13:27:46 +0200 libsmart-comments-perl (1.0.4-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Add a hack for 64-bit systems * No longer require libmodule-build-perl; it's a traditional Makefile * Bump compat level to 7 * Standards-Version 3.8.3 (drop version depends on perl) * Use new shorter rules format * Update copyright information using machine-readable format [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/watch: use extended regexp for matching new upstream versions. -- Jonathan Yu Fri, 04 Sep 2009 18:24:16 -0400 libsmart-comments-perl (1.0.3-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. [ Damyan Ivanov ] * New upstream release * Standards-Version: 3.7.3 (no changes required) * debian/rules - rewrite using dh-make-perl template + do not install .packlist file * add myself to Uploaders -- Damyan Ivanov Tue, 18 Mar 2008 17:27:30 +0200 libsmart-comments-perl (1.0.2-1) unstable; urgency=low * Initial release. (Closes: #354156) -- Niko Tyni Thu, 23 Feb 2006 21:04:24 +0200 debian/source/0000755000000000000000000000000012217030365010465 5ustar debian/source/format0000644000000000000000000000001412217030365011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672201526010247 0ustar #!/usr/bin/make -f %: dh $@