debian/0000755000000000000000000000000012206720616007170 5ustar debian/watch0000644000000000000000000000034712101267655010230 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/App-Whiff/ .*/App-Whiff-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000206612206720174011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: App-Whiff Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/App-Whiff/ Files: * Copyright: 2008, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Brian Cassidy 2013, 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/control0000644000000000000000000000225412206720616010576 0ustar Source: whiff Maintainer: Debian Perl Group Uploaders: Brian Cassidy , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.13.4) | libtest-more-perl (>= 0.96), libfile-which-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/whiff.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/whiff.git Homepage: https://metacpan.org/release/App-Whiff/ Package: whiff Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl Description: helper to find the first executable of a series of alternatives whiff command, which takes a number of command names and returns the first one that exists and is executable. . It assumes that all the arguments form a best-first list of alternatives, and only prints the path to the first alternative found in the path. If none is found, it prints an error (to stderr) and exits with an error code. . A programmer interface is available in the App::Whiff module. debian/compat0000644000000000000000000000000212206720010010352 0ustar 8 debian/changelog0000644000000000000000000000222112206720616011037 0ustar whiff (0.003-1) unstable; urgency=low [ Damyan Ivanov ] * New Upstream Version 0.002 * move VCS-* from apps/ to packages/ [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. * debian/watch: update to ignore development releases. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.003 * Remove copyright paragraph for Module::Install, which was dropped * Add build-dependency on Test::More 0.96 * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1) * Bump dh compatibility to level 8 (no changes necessary) * Switch to source format 3.0 (quilt) * Switch to short-form debian/rules * Update Vcs-* fields to their canonical value * Add myself to uploaders and copyright -- Florian Schlichting Mon, 26 Aug 2013 20:38:04 +0200 whiff (0.001-1) unstable; urgency=low * Initial Release. (Closes: #511225) -- Brian Cassidy Mon, 12 Jan 2009 17:11:35 -0400 debian/source/0000755000000000000000000000000012206720035010463 5ustar debian/source/format0000644000000000000000000000001412206720035011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612206720103010236 0ustar #!/usr/bin/make -f %: dh $@