debian/0000755000000000000000000000000012216671040007165 5ustar debian/libterm-shell-perl.examples0000644000000000000000000000001312216667416014436 0ustar examples/* debian/watch0000644000000000000000000000013212101266616010214 0ustar version=3 https://metacpan.org/release/Term-Shell/ .*/Term-Shell-([[:digit:]].*)\.tar\.gz debian/copyright0000644000000000000000000000231012216671040011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Term-Shell Upstream-Contact: Neil Watkiss Source: https://metacpan.org/release/Term-Shell/ Files: * Copyright: 2001, Neil Watkiss License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2007, Peter Makholm 2002, Aurelien Jarno 2007, gregor herrmann 2011, Ansgar Burchardt 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/control0000644000000000000000000000161612216671040010574 0ustar Source: libterm-shell-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Florian Schlichting Build-Depends: debhelper (>> 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Term-Shell/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-shell-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-shell-perl.git Package: libterm-shell-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libterm-readline-perl-perl | libterm-readline-gnu-perl Description: Perl module for writing shell-like interfaces Term::Shell makes it joyfully easy to write command-line interfaces in Perl. All the boring details like command-line parsing and terminal handling are done for you. debian/compat0000644000000000000000000000000211672202233010362 0ustar 8 debian/changelog0000644000000000000000000000543312216671040011044 0ustar libterm-shell-perl (0.04-1) unstable; urgency=low [ 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 ] * Imported Upstream version 0.04 * Ship all provided example scripts * Bump Standards-Version to 3.9.4 (no change) * Add myself to uploaders and copyright -- Florian Schlichting Thu, 19 Sep 2013 23:41:41 +0200 libterm-shell-perl (0.02-3) unstable; urgency=low [ gregor herrmann ] * Add watch file * debian/control: Added Homepage field (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ 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). [ Ansgar Burchardt ] * Remove Peter Makholm from Uploaders. (Closes: #580318) * debian/control: Convert Vcs-* fields to Git. * Use source format 3.0 (quilt). * Use tiny debian/rules with debhelper 8 (instead of cdbs). * Convert debian/copyright to proposed machine-readable format. * Add myself to Uploaders. * Bumped Standards-Version to 3.9.2. -- Ansgar Burchardt Sun, 18 Sep 2011 14:49:14 +0200 libterm-shell-perl (0.02-2) unstable; urgency=low * New maintainer: Debian Perl Group * minor packaging clean ups, linda and lintian clean -- Peter Makholm Tue, 09 Oct 2007 16:36:58 +0000 libterm-shell-perl (0.02-1) unstable; urgency=low * New upstream (Closes: #433830) Fixes CPAN bug #2463 (Closes: #438389) * build with cdbs -- Peter Makholm Fri, 31 Aug 2007 16:58:35 +0000 libterm-shell-perl (0.01-3) unstable; urgency=low * Acknowleding NMU, thanks to Aurelien Jarno for making it. (Closes: #157508, #157655) for real. * Rewrote short description (Closes: #135313) -- Peter Makholm Sun, 29 Feb 2004 18:00:12 +0100 libterm-shell-perl (0.01-2.1) unstable; urgency=low * Non-Maintainer Upload (BSP 2002-11). * Now Build the .deb in binary-indep target (closes: bug#157508). * Updated copyright file (closes: bug#157655). -- Aurelien Jarno Fri, 22 Nov 2002 20:59:06 +0100 libterm-shell-perl (0.01-2) unstable; urgency=low * Talk about brown paper bag-releases... * Actually install the module into the package -- Peter Makholm Mon, 11 Feb 2002 14:40:15 +0100 libterm-shell-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #132871) -- Peter Makholm Sun, 10 Feb 2002 13:19:03 +0100 debian/source/0000755000000000000000000000000011672202233010464 5ustar debian/source/format0000644000000000000000000000001411672202233011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000042012216671040010241 0ustar #!/usr/bin/make -f export LC_ALL=C PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i -e '1s|#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libterm-shell-perl/examples/old-test.pl