--- libterm-progressbar-perl-2.09.orig/debian/changelog +++ libterm-progressbar-perl-2.09/debian/changelog @@ -0,0 +1,91 @@ +libterm-progressbar-perl (2.09-1) unstable; urgency=low + + * New upstream release. + + -- Kenneth J. Pronovici Mon, 14 Mar 2005 09:53:16 -0600 + +libterm-progressbar-perl (2.08-1) unstable; urgency=low + + * New upstream release. + + -- Kenneth J. Pronovici Sun, 13 Mar 2005 12:49:32 -0600 + +libterm-progressbar-perl (2.07-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.6.1 (no packaging changes). + + -- Kenneth J. Pronovici Mon, 7 Mar 2005 10:27:03 -0600 + +libterm-progressbar-perl (2.06r1-1) unstable; urgency=low + + * New upstream release. + + -- Kenneth J. Pronovici Sun, 21 Mar 2004 12:31:04 -0600 + +libterm-progressbar-perl (2.05-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.5.9. + + -- Kenneth J. Pronovici Wed, 3 Sep 2003 12:38:56 -0500 + +libterm-progressbar-perl (2.04-1) unstable; urgency=low + + * New upstream release. + * Added 'make test' to build process in debian/rules. + + -- Kenneth J. Pronovici Sun, 17 Aug 2003 14:59:19 -0500 + +libterm-progressbar-perl (2.03-2) unstable; urgency=low + + * Changed maintainer address from @ieee.org to @debian.org. + * Removed DH_COMPAT settting from debian/rules. + * Added debian/compat file to replace DH_COMPAT setting. + + -- Kenneth J. Pronovici Sun, 30 Mar 2003 13:12:41 -0600 + +libterm-progressbar-perl (2.03-1) unstable; urgency=low + + * New upstream release. + + -- Kenneth J. Pronovici Wed, 15 Jan 2003 00:06:10 -0600 + +libterm-progressbar-perl (2.02-1) unstable; urgency=low + + * New upstream release. + * Removed "full stop" (i.e. ".") from debian/control Description line. + + -- Kenneth J. Pronovici Mon, 30 Dec 2002 15:53:49 -0600 + +libterm-progressbar-perl (2.01-3) unstable; urgency=low + + * Added debian/watch to look for new package versions as they come out. + + -- Kenneth J. Pronovici Mon, 30 Dec 2002 15:11:45 -0600 + +libterm-progressbar-perl (2.01-2) unstable; urgency=low + + * Changed debian/copyright to reference /usr/share/common-licenses. + Corrected formatting in debian/control (max 2 spaces indent). + + -- Kenneth J. Pronovici Sun, 3 Nov 2002 16:17:57 -0600 + +libterm-progressbar-perl (2.01-1) unstable; urgency=low + + * New upstream release, and also minor packaging clean-ups. + + -- Kenneth J. Pronovici Tue, 29 Oct 2002 10:09:27 -0600 + +libterm-progressbar-perl (2.00-2) unstable; urgency=low + + * Debian packaging clean-up. + + -- Kenneth J. Pronovici Sun, 6 Oct 2002 15:40:58 -0500 + +libterm-progressbar-perl (2.00-1) unstable; urgency=low + + * Initial Release. + + -- Kenneth J. Pronovici Mon, 23 Sep 2002 18:51:41 -0500 + --- libterm-progressbar-perl-2.09.orig/debian/compat +++ libterm-progressbar-perl-2.09/debian/compat @@ -0,0 +1 @@ +4 --- libterm-progressbar-perl-2.09.orig/debian/control +++ libterm-progressbar-perl-2.09/debian/control @@ -0,0 +1,20 @@ +Source: libterm-progressbar-perl +Maintainer: Kenneth J. Pronovici +Section: perl +Priority: optional +Build-Depends-Indep: debhelper (>= 4.1.0), perl, libclass-methodmaker-perl, libterm-readkey-perl +Standards-Version: 3.6.1 + +Package: libterm-progressbar-perl +Architecture: all +Depends: ${perl:Depends}, libclass-methodmaker-perl, libterm-readkey-perl +Description: Perl module to print a progress bar + This is the CPAN Perl module Term::ProgressBar. + . + This module displays progress bar for things that take a while. + It looks like: + . + 50% [===== ] + . + and is as long as the terminal. Linear estimation of the time left + for the process to run is available. --- libterm-progressbar-perl-2.09.orig/debian/copyright +++ libterm-progressbar-perl-2.09/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Kenneth J. Pronovici on +Mon, 23 Sep 2002 18:51:41 -0500. + +It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Term/ + +Upstream Author: Martyn J. Pearce + +Copyright: + + Copyright (c) 2001, 2002 Martyn J. Pearce, (c) 2000 Ed Avis. This program + is free software; you can redistribute it and/or modify it under the same + terms as Perl itself. + +On Debian systems, the complete text of the Artistic License can +be found in `/usr/share/common-licenses/Artistic'. + --- libterm-progressbar-perl-2.09.orig/debian/rules +++ libterm-progressbar-perl-2.09/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f + +PERL=/usr/bin/perl + +binary: binary-indep + +binary-arch: + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs -XCVS README BUGS examples/ + dh_installchangelogs Changes + dh_strip + dh_fixperms + dh_compress + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +install: build + dh_testdir + dh_testroot + dh_installdirs + $(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libterm-progressbar-perl/usr + rm -rf debian/libterm-progressbar-perl/usr/lib + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + $(MAKE) + $(MAKE) test + touch build-stamp + +configure: configure-stamp +configure-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + touch configure-stamp + +clean: + dh_testdir + dh_testroot + if [ -e Makefile ]; then $(MAKE) -i distclean; fi + rm -f build-stamp configure-stamp + dh_clean + +.PHONY: binary binary-arch binary-indep install build configure clean --- libterm-progressbar-perl-2.09.orig/debian/watch +++ libterm-progressbar-perl-2.09/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.cpan.org/modules/by-module/Term/Term-ProgressBar-(.*)\.tar\.gz debian uupdate