debian/0000755000000000000000000000000012233533505007167 5ustar debian/gbp.conf0000644000000000000000000000011412233463233010602 0ustar [DEFAULT] pristine-tar = True upstream-branch=upstream debian-branch=debian debian/compat0000644000000000000000000000000212233463233010365 0ustar 9 debian/watch0000644000000000000000000000016012233463233010215 0ustar version=3 https://metacpan.org/release/Run-Parts/ .*/Run-Parts-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000152112233533505011040 0ustar librun-parts-perl (0.06-1) unstable; urgency=low * New upstream release (docs, build-system and test-suite changes only) + Add versioned build-dependency on libmodule-build-perl >= 0.400400 since 0.4003 as shipped with Perl 5.18.1 does not suffice. * Bump Standards-Version to 3.9.5 (no changes) -- Axel Beckert Mon, 28 Oct 2013 20:13:09 +0100 librun-parts-perl (0.04-1) unstable; urgency=low * New upstream release. * Add new (build-) dependencies: + libexporter-easy-perl + libfile-slurp-perl + libmodern-perl-perl + libtest-nowarnings-perl (build-dependency only) -- Axel Beckert Wed, 10 Jul 2013 20:06:39 +0200 librun-parts-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #714969) -- Axel Beckert Sat, 6 Jul 2013 22:57:30 +0200 debian/copyright0000644000000000000000000000167212233526401011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Axel Beckert Source: http://metacpan.org/release/Run-Parts/ Upstream-Name: Run-Parts Files: * Copyright: 2013, Axel Beckert License: GPL-1+ or Artistic 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/docs0000644000000000000000000000000712233463233010037 0ustar README debian/control0000644000000000000000000000313312233532507010573 0ustar Source: librun-parts-perl Section: perl Priority: optional Maintainer: Axel Beckert Build-Depends: debhelper (>= 9), libautodie-perl, libexporter-easy-perl, libfile-slurp-perl, libmodern-perl-perl, libmodule-build-perl (>= 0.400400), libtaint-util-perl, libtest-differences-perl, libtest-nowarnings-perl, perl Standards-Version: 3.9.5 Homepage: http://metacpan.org/release/Run-Parts/ Vcs-Browser: https://github.com/xtaran/run-parts Vcs-Git: git://github.com/xtaran/run-parts.git -b debian Package: librun-parts-perl Architecture: all Depends: libautodie-perl, libexporter-easy-perl, libfile-slurp-perl, libmodern-perl-perl, libtaint-util-perl, ${misc:Depends}, ${perl:Depends} Description: Offers run-parts' functionality in Perl run-parts and hence Run::Parts runs all the executable files named within constraints described below, found in the given directory. Other files and directories are silently ignored. . Additionally they can just print the names of the all matching files (not limited to executables, but ignores blacklisted files like e.g. backup files), but don't actually run them. . Run::Parts contains two backend implementation. Run::Parts::Debian actually uses /bin/run-parts and Run::Parts::Perl is a pure Perl implementation of a basic set of run-parts' functionality. . On Debian Run::Parts uses Run::Parts::Debian by default. But you can also choose any of the backends explicitly. debian/source/0000755000000000000000000000000012233463233010467 5ustar debian/source/format0000644000000000000000000000001412233463233011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000015312233463233010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_clean: dh_clean -Xt/basic-dummy/fnord~ -Xt/basic-dummy/script~