debian/0000755000000000000000000000000011635371744007201 5ustar debian/watch0000644000000000000000000000021611635367711010230 0ustar version=3 opts=uversionmangle=s/_/-/ \ http://search.cpan.org/dist/perlconsole/ .*/perlconsole-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003611635371744010260 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000451211635371744011055 0ustar perlconsole (0.4-4) unstable; urgency=low * Team upload. [ Jonathan Yu ] * Removed Alexis Sukrieh from Uploaders (Closes: #536164) [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * manpage_name_section.patch: Move whatis entry to the right line. * Use source format 3.0 (quilt). * Use tiny debian/rules with debhelper 8. * Convert debian/copyright to proposed machine-readable format. * Bumped Standards-Version to 3.9.2. -- Ansgar Burchardt Sun, 18 Sep 2011 15:23:03 +0200 perlconsole (0.4-3) unstable; urgency=low * debian/watch: use dist-based URL. * Refresh debian/rules, no functional changes. * Bring ./lib/PerlConsole/Console.pm and ./Makefile.PL back to their original state from .orig.tar.gz. * Remove ./perlconsole.1, which is not in the upstream tarball and gets generated anyway. * Fix patch debian/patches/manpage_name_section.patch. * Add libmodule-refresh-perl to Depends and drop patch disable_module_refresh.patch. * Add /me to Uploaders. -- gregor herrmann Wed, 30 Apr 2008 22:03:04 +0200 perlconsole (0.4-2) unstable; urgency=low * Added missing dependency to libb-keywords-perl (thanks to Rached Ben Mustapha). -- Alexis Sukrieh Thu, 27 Mar 2008 17:38:31 +0100 perlconsole (0.4-1) unstable; urgency=low [ Alexis Sukrieh ] * New upstream release. * Maintainer set to Debian Perl Group (myself as uploader) * Added meta-data in debian/control (Homepage, SVN paths) * Added debian/watch file * Using quilt for patch-handling * new patch: disable Module::Refresh * Added a small phrase in the POD so mandb can parse the resulting manpage (fixed a lintian warning). -- Alexis Sukrieh Mon, 25 Feb 2008 00:05:59 +0100 perlconsole (0.3-1) unstable; urgency=low * New upstream release * Disabled the use of Module::Refresh (not yet available on Debian). -- Alexis Sukrieh Tue, 09 Oct 2007 14:16:13 +0200 perlconsole (0.2-1) unstable; urgency=low * Initial release (Closes: #437261) * Added a manpage. -- Alexis Sukrieh Tue, 14 Aug 2007 11:08:38 +0200 debian/control0000644000000000000000000000202211635371744010600 0ustar Source: perlconsole Section: devel Priority: extra Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/perlconsole.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlconsole.git Homepage: http://www.sukria.net/perlconsole.html Package: perlconsole Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl, libmodule-refresh-perl Description: small program that lets you evaluate Perl code interactively Perl Console is a light program that lets you evaluate Perl code interactively. It uses Readline for grabing input and provides completion with all the namespaces loaded during your session. . This is pretty useful for Perl developers that write modules. You can load a module in your session and test a function exported by the module. debian/compat0000644000000000000000000000000211635371744010377 0ustar 8 debian/source/0000755000000000000000000000000011635371744010501 5ustar debian/source/format0000644000000000000000000000001411635371744011707 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011635371744010630 5ustar debian/patches/series0000644000000000000000000000003311635367711012040 0ustar manpage_name_section.patch debian/patches/manpage_name_section.patch0000644000000000000000000000032011635371744016000 0ustar --- perlconsole.orig/perlconsole +++ perlconsole/perlconsole @@ -53,7 +53,7 @@ =head1 NAME -perlconsole +perlconsole - light program that lets you evaluate Perl code interactively. =head1 COPYRIGHT debian/copyright0000644000000000000000000000146011635371744011135 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Alexis Sukrieh Source: http://www.sukria.net/perlconsole.html Name: PerlConsole Files: * Copyright: 2007, Alexis Sukrieh License: GPL-2+ Files: debian/* Copyright: 2007-2008, Alexis Sukrieh 2008, gregor herrmann 2011, Ansgar Burchardt License: GPL-2+ License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.