--- libterm-readpassword-perl-0.11.orig/debian/control +++ libterm-readpassword-perl-0.11/debian/control @@ -0,0 +1,24 @@ +Source: libterm-readpassword-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + gregor herrmann +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.6.0-16) +Homepage: http://search.cpan.org/dist/Term-ReadPassword/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-readpassword-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readpassword-perl + +Package: libterm-readpassword-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: prompt user for a password + This module lets you ask the user for a password in the + traditional way, from the keyboard, without echoing. + . + The read_password function prompts for input, reads a line of + text from the keyboard, then returns that line to the caller. + The line of text doesn't include the newline character, so + there's no need to use chomp. --- libterm-readpassword-perl-0.11.orig/debian/rules +++ libterm-readpassword-perl-0.11/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + AUTOMATED_TESTING=1 $(MAKE) test + + touch $@ + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +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 install --- libterm-readpassword-perl-0.11.orig/debian/watch +++ libterm-readpassword-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Term-ReadPassword/ .*/Term-ReadPassword-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libterm-readpassword-perl-0.11.orig/debian/copyright +++ libterm-readpassword-perl-0.11/debian/copyright @@ -0,0 +1,24 @@ +It was downloaded from: http://search.cpan.org/dist/Term-ReadPassword + +Upstream Author: Tom Phoenix + +Copyright: + +Copyright (C) 2007 Tom Phoenix + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + b) the "Artistic License" + + See: + + /usr/share/common-licenses/Artistic + /usr/share/common-licenses/GPL + + For more information regarding these licensing options + --- libterm-readpassword-perl-0.11.orig/debian/compat +++ libterm-readpassword-perl-0.11/debian/compat @@ -0,0 +1 @@ +5 --- libterm-readpassword-perl-0.11.orig/debian/changelog +++ libterm-readpassword-perl-0.11/debian/changelog @@ -0,0 +1,83 @@ +libterm-readpassword-perl (0.11-2) unstable; urgency=low + + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #468021) + - update based on dh-make-perl's templates + * debian/watch: improved regexp for matching upstream releases. + * debian/control: + - add /me to Uploaders + - slightly rephrase the short description to avoid duplication + + -- gregor herrmann Wed, 12 Mar 2008 20:05:51 +0100 + +libterm-readpassword-perl (0.11-1) unstable; urgency=low + + [ Gregor Herrmann ] + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + + + [ Rene Mayorga ] + + * New upstream release + * Bump standard version to 3.7.3 (no changes requiered) + * debian/compat set to 5 + * debian/control + + Add Build-Depends + + Move deheleper from B-D-I to Build-Dependss + + Raise debhelper version to >= 5 + + Add ${misc:Depends} to Depends + * debian/rules + + add (build/install)-stamp targets + + don't ignore make clean output + + use 'realclean' instead 'clean' + + remove unused/unneeded dh_* calls + + move 'tests' to build target + * debian/copyright + + update upstream copyright info + + refresh upstream URL + + [ Gunnar Wolf ] + * No longer asks for a test password when building (i.e. runs non- + interactively) + + -- Gunnar Wolf Sun, 23 Dec 2007 15:32:49 -0600 + +libterm-readpassword-perl (0.05-1) unstable; urgency=low + + * New upstream release + + -- Jay Bonci Tue, 28 Jun 2005 13:55:46 -0400 + +libterm-readpassword-perl (0.04-1) unstable; urgency=low + + * New upstream release + + -- Jay Bonci Thu, 7 Apr 2005 12:15:52 -0400 + +libterm-readpassword-perl (0.02-1) unstable; urgency=low + + * New upstream release + + -- Jay Bonci Wed, 29 Dec 2004 01:45:41 -0500 + +libterm-readpassword-perl (0.01-2) unstable; urgency=low + + * New Maintainer (Closes: #266461) + * Changed section from interpreters to perl + * Updated to standards version 3.6.1.0 (No other changes) + * Changed to my standard rules template (no tests however) + * Copyright file now meets standards. Includes correct license info + * Updated to use debhelper 4 (debian/compat) + + -- Jay Bonci Thu, 9 Sep 2004 04:14:18 -0400 + +libterm-readpassword-perl (0.01-1) unstable; urgency=low + + * Initial release. (closes: Bug#140948) + + -- Luca Filipozzi Mon, 15 Apr 2002 11:36:11 -0700 +