debian/0000755000000000000000000000000011713031272007163 5ustar debian/source/0000755000000000000000000000000011713031253010462 5ustar debian/source/format0000644000000000000000000000001411713031253011670 0ustar 3.0 (quilt) debian/libterm-shellui-perl.examples0000644000000000000000000000001311713031253014755 0ustar examples/* debian/changelog0000644000000000000000000000024011713031274011033 0ustar libterm-shellui-perl (0.92-1) unstable; urgency=low * Initial release (closes: #657471). -- Boris Pek Fri, 03 Feb 2012 21:17:02 +0200 debian/libterm-shellui-perl.docs0000644000000000000000000000000711713031253014072 0ustar README debian/watch0000644000000000000000000000016311713031253010213 0ustar version=3 http://search.cpan.org/dist/Term-ShellUI/ .*/Term-ShellUI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211713031253010360 0ustar 7 debian/control0000644000000000000000000000156411713031253010573 0ustar Source: libterm-shellui-perl Section: perl Priority: optional Maintainer: Boris Pek Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Homepage: http://search.cpan.org/dist/Term-ShellUI/ Vcs-Git: git://github.com/tehnick/libterm-shellui-perl-debian.git Vcs-Browser: https://github.com/tehnick/libterm-shellui-perl-debian Standards-Version: 3.9.2 Package: libterm-shellui-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for fully-featured shell-like command line environment Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting. debian/copyright0000644000000000000000000000341611713031253011121 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=248 Debianized-By: Boris Pek Debianized-Date: Thu, 26 Jan 2012 22:05:30 +0200 Upstream-Name: Term::ShellUI Upstream-Contact: Scott Bronson Source: http://search.cpan.org/dist/Term-ShellUI/ The orig.tar.gz is just renamed upstream tarball (without changes). See section get-orig-source in debian/rules file for details. Files: * Copyright: 2003-2012 Scott Bronson License: Expat Files: debian/* Copyright: 2012 Boris Pek License: Expat or GPL-2+ License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000061511713031253010244 0ustar #!/usr/bin/make -f PACKAGE = libterm-shellui-perl DEVELOPER = BRONSON PROJECT = Term-ShellUI CUR_VER = $(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') %: dh $@ get-orig-source: wget -4 -c "http://search.cpan.org/CPAN/authors/id/B/BR/$(DEVELOPER)/$(PROJECT)-$(CUR_VER).tar.gz" mv "$(PROJECT)-$(CUR_VER).tar.gz" ../"$(PACKAGE)_$(CUR_VER).orig.tar.gz"