--- libperlmenu-perl-4.0.orig/debian/changelog +++ libperlmenu-perl-4.0/debian/changelog @@ -0,0 +1,97 @@ +libperlmenu-perl (4.0-5.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Tue, 05 Jan 2021 16:10:00 +0100 + +libperlmenu-perl (4.0-5) unstable; urgency=low + + * New maintainer (Closes: #333193) + * Add Homepage in debian/control + * Add debian/watch + * Change debian/copyright + + -- Deepak Tripathi Sun, 15 Jul 2007 02:10:17 +0000 + +libperlmenu-perl (4.0-4) unstable; urgency=low + + * QA Upload + * Add menuutil.pl to examples (Closes: #338461) + * Conforms to new Standards Version. + + -- Michael Ablassmeier Wed, 17 May 2006 13:55:23 +0200 + +libperlmenu-perl (4.0-3) unstable; urgency=low + + * QA Group upload orphaning this package + + -- Andrew Pollock Thu, 27 Oct 2005 16:32:48 +1000 + +libperlmenu-perl (4.0-2) unstable; urgency=low + + * debian/control: + + I'm a DD. + + Changed Section: to perl. + * debian/rules: + + Cleaned up (also removed the debian/*dirs file). + * debian/copyright: + + FIXED. This module is licensed under the *L*GPL or Artistic License, + *not* (as stated before) under the terms of the GPL or Artistic + License. + + -- Marc 'HE' Brockschmidt Thu, 15 Jul 2004 19:19:28 +0200 + +libperlmenu-perl (4.0-1) unstable; urgency=low + + * New maintainer. (Closes: #206117) + * Renamed package from perlmenu to libperlmenu-perl to obey perl policy. + * Fixed build script. (Closes: #190500) + + -- Marc Brockschmidt Mon, 25 Aug 2003 09:18:48 +0200 + +perlmenu (4.0-5) unstable; urgency=low + + * Orphaning package; set maintainer to QA group. + + -- John Goerzen Mon, 18 Aug 2003 16:17:17 -0500 + +perlmenu (4.0-4) unstable; urgency=low + + * Built so it can be included in woody. (Has been awhile -- it's + been stable!) + * Uncompress examples. Closes: #69872, #119053. (Those were the + only bugs since 1999!) + + -- John Goerzen Sat, 20 Apr 2002 09:19:46 -0500 + +perlmenu (4.0-3) unstable; urgency=low + + * Update to standards-version 3.0.1. + * Closes: #41488. + + -- John Goerzen Wed, 22 Sep 1999 09:02:04 -0500 + +perlmenu (4.0-2.1) unstable; urgency=low + + * NMU for the perl upgrade. Closes: #41488 + * Corrected the dependencies. Depends on perl5 now. Depends + on libcurses-perl instead of curses-perl. + * Upgraded standards-version to 3.0.0. Uses the new debstd. + * Corrected the location of the licenses in the copyright file. + + -- Raphael Hertzog Wed, 21 Jul 1999 18:46:46 +0200 + +perlmenu (4.0-2) unstable; urgency=low + + * Applied patch from Sergey Kolychev for centering menus, + fixing bug #23311. + + -- John Goerzen Fri, 4 Sep 1998 21:10:31 -0500 + +perlmenu (4.0-1) unstable; urgency=low + + * Initial Release. + * perlmenu is a menu and template interface for Perl. + + -- John Goerzen Mon, 2 Jun 1997 15:16:23 -0500 --- libperlmenu-perl-4.0.orig/debian/compat +++ libperlmenu-perl-4.0/debian/compat @@ -0,0 +1 @@ +5 --- libperlmenu-perl-4.0.orig/debian/control +++ libperlmenu-perl-4.0/debian/control @@ -0,0 +1,20 @@ +Source: libperlmenu-perl +Section: perl +Priority: extra +Maintainer: Deepak Tripathi +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: libperlmenu-perl +Replaces: perlmenu +Conflicts: perlmenu +Architecture: all +Depends: ${perl:Depends}, libcurses-perl +Description: Menu and Template (curses-based) UI for Perl + perlmenu is a Perl module that provides your application + with access to easy-to-use functions for templates, + menus, forms, and the like -- everything needed + to put a slick UI on a program without resorting to + a GUI. + . + Homepage: http://search.cpan.org/~skunz/perlmenu/ --- libperlmenu-perl-4.0.orig/debian/copyright +++ libperlmenu-perl-4.0/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by John Goerzen jgoerzen@complete.org on +Mon, 2 Jun 1997 15:16:23 -0500. + +It was downloaded from: + + http://search.cpan.org/~skunz/perlmenu/ + +Upstream authors: + + Steven L. Kunz + +Copyright: + + Copyright (C) 1992-97 Iowa State University Computation Center, Ames, Iowa (USA) + +License: + + This Perl library module is free software; you can redistribute it + and/or modify it under the terms of the GNU Library General Public + License (as published by the Free Software Foundation) or the + Artistic License. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Debian GNU/Linux users can find the GNU Library General Public License +in /usr/share/common-licenses/LGPL and the Artistic License in +/usr/share/common-licenses/Artistic. --- libperlmenu-perl-4.0.orig/debian/libperlmenu-perl.docs +++ libperlmenu-perl-4.0/debian/libperlmenu-perl.docs @@ -0,0 +1,5 @@ +README +FAQ +MENU_DOC +MENUUTIL_DOC +TO_DO --- libperlmenu-perl-4.0.orig/debian/libperlmenu-perl.examples +++ libperlmenu-perl-4.0/debian/libperlmenu-perl.examples @@ -0,0 +1,13 @@ +demo +demo_getstr +demo_template +demo_top +demo_util +ezpasswd +ezreg +ezview +template_data +template_ezp +template_reg +create_menu.pl +menuutil.pl --- libperlmenu-perl-4.0.orig/debian/rules +++ libperlmenu-perl-4.0/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +# export DH_VERBOSE=1 + +TMP= $(CURDIR)/debian/libperlmenu-perl + +build: + #We don't have to build things. + +clean: + dh_testdir + dh_testroot + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + + mkdir -p $(TMP)/usr/share/perl5/ + cp perlmenu.pm $(TMP)/usr/share/perl5/ + +# Build architecture-dependent files here. +binary-arch: install + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs RELEASE_NOTES + dh_installdocs + dh_installexamples + chmod 644 $(TMP)/usr/share/doc/libperlmenu-perl/examples/template_* + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb --destdir=.. + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libperlmenu-perl-4.0.orig/debian/watch +++ libperlmenu-perl-4.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/CPAN/authors/id/S/SK/SKUNZ/perlmenu\.v(.*)\.tar\.gz --- libperlmenu-perl-4.0.orig/demo +++ libperlmenu-perl-4.0/demo @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #************************************************************************** # demo -- Simple PerlMenu demo # --- libperlmenu-perl-4.0.orig/demo_getstr +++ libperlmenu-perl-4.0/demo_getstr @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #************************************************************************** # demo_getstr -- Simple perl menu_getstr call demo # --- libperlmenu-perl-4.0.orig/demo_template +++ libperlmenu-perl-4.0/demo_template @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #************************************************************************** # demo_template -- Full-screen data entry template demo # --- libperlmenu-perl-4.0.orig/demo_top +++ libperlmenu-perl-4.0/demo_top @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #********************************************************************* # demo_top -- PerlMenu demo - Usage of "top menu" functions. # --- libperlmenu-perl-4.0.orig/demo_util +++ libperlmenu-perl-4.0/demo_util @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #************************************************************************** # demo_util -- Demonstate some utilities in menuutil.pl # --- libperlmenu-perl-4.0.orig/ezpasswd +++ libperlmenu-perl-4.0/ezpasswd @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #************************************************************************** # ezpasswd -- Full-screen data display template demo # --- libperlmenu-perl-4.0.orig/ezreg +++ libperlmenu-perl-4.0/ezreg @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #*************************************************************************** # EasyReg -- PerlMenu Full-screen Registration Demo # (a "practical" demo for menu.pl) --- libperlmenu-perl-4.0.orig/ezview +++ libperlmenu-perl-4.0/ezview @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #*************************************************************************** # EasyView -- Unix File Viewer/Editor Interface # (a "practical" demo for menu.pl) --- libperlmenu-perl-4.0.orig/install_hints.pl +++ libperlmenu-perl-4.0/install_hints.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl5 +#!/usr/bin/perl #**************************************************************************** # install_hints.pl # --- libperlmenu-perl-4.0.orig/perlmenu.pm +++ libperlmenu-perl-4.0/perlmenu.pm @@ -379,12 +379,12 @@ # Method 1 (getcap) # Uncomment if you have "getcap" - $ku = &getcap('ku'); # Cursor-up - $kd = &getcap('kd'); # Cursor-down - $kr = &getcap('kr'); # Cursor-right - $kl = &getcap('kl'); # Cursor-left - $cr = &getcap('cr'); # Carriage-return - $nl = &getcap('nl'); # New-line +# $ku = &getcap('ku'); # Cursor-up +# $kd = &getcap('kd'); # Cursor-down +# $kr = &getcap('kr'); # Cursor-right +# $kl = &getcap('kl'); # Cursor-left +# $cr = &getcap('cr'); # Carriage-return +# $nl = &getcap('nl'); # New-line # Method 2 (tigetstr) # Uncomment if you have tigetstr (Solaris) instead of "getcap" @@ -397,14 +397,14 @@ # Method 3 (tput) # Uncomment if you have terminfo (and tput) instead of "getcap" -# $ku = `tput kcuu1`; # Cursor-up -# $kd = `tput kcud1`; # Cursor-down -# $kr = `tput kcuf1`; # Cursor-right -# $kl = `tput kcub1`; # Cursor-left -# $cr = `tput kent`; # Carriage-return + $ku = `tput kcuu1`; # Cursor-up + $kd = `tput kcud1`; # Cursor-down + $kr = `tput kcuf1`; # Cursor-right + $kl = `tput kcub1`; # Cursor-left + $cr = `tput kent`; # Carriage-return # # HP-UX 9.05 users: try $cr = `tput cr` if # # "tput kent" gives errors -# $nl = `tput nel`; # New-line + $nl = `tput nel`; # New-line $ansi_ku = "\033[A"; # Ansi cursor-up (for DEC xterm) $ansi_kd = "\033[B"; # Ansi cursor-down (for DEC xterm) @@ -1142,7 +1142,7 @@ # Compute leftmost column (for left-justified or centered menus) $left_margin = 0; # Assume left-justified menu (no centering) if ($center_menus) { - $left_margin = int($main'COLS/2) - int($column_width/2) * items_per_line; + $left_margin = int($main'COLS/2) - int($column_width/2) * $items_per_line; } # Clear screen and add top title and bottom prompt