debian/0000755000000000000000000000000012264052221007162 5ustar debian/compat0000644000000000000000000000000212264052221010360 0ustar 8 debian/copyright0000644000000000000000000000205712264052221011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Running-Commentary Upstream-Contact: Damian Conway Upstream-Name: Running-Commentary Files: * Copyright: 2012, Damian Conway License: Artistic or GPL-1+ Files: debian/* Copyright: 2014, Salvatore Bonaccorso 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/rules0000755000000000000000000000027712264052221010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/perl5/Running/demo.pl debian/watch0000644000000000000000000000020112264052221010204 0ustar version=3 https://metacpan.org/release/Running-Commentary .*/Running-Commentary-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000233612264052221010571 0ustar Source: librunning-commentary-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: libkeyword-simple-perl, liblexical-failure-perl, libtest-effects-perl, perl (>= 5.14.0) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librunning-commentary-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librunning-commentary-perl.git Homepage: https://metacpan.org/release/Running-Commentary Package: librunning-commentary-perl Architecture: all Depends: libkeyword-simple-perl, liblexical-failure-perl, perl (>= 5.14.0), ${misc:Depends}, ${perl:Depends} Description: Perl module to call system() with tracking messages Running::Commentary provides a single subroutine: run() which is designed to be a more informative and less error-prone replacement for the built-in system(). run() acts like system(), except that it returns true on success and false on failure, and it announces what it's doing. . It also provides a compile-time keyword: run_with with which you can set lexically scoped default options for run(). debian/source/0000755000000000000000000000000012264052221010462 5ustar debian/source/format0000644000000000000000000000001412264052221011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026512264052221011037 0ustar librunning-commentary-perl (0.000005-1) unstable; urgency=low * Initial Release. (Closes: #733212) -- Salvatore Bonaccorso Fri, 10 Jan 2014 21:05:24 +0100 debian/librunning-commentary-perl.examples0000644000000000000000000000001012264052221016174 0ustar demo.pl