r55246 - in /trunk/libterm-prompt-perl/debian: changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 1 12:07:31 UTC 2010


Author: ansgar-guest
Date: Thu Apr  1 12:07:01 2010
New Revision: 55246

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55246
Log:
* Now maintained by the Debian Perl Group. (Closes: #576163)
  + debian/control: Add Vcs-* fields.
  + debian/control: Add myself to Uploaders.
* debian/control: Add Homepage field.
* debian/control: Make build-dep on perl unversioned.
* debian/control: Depend on ${perl:Depends} instead of perl.
* Refresh rules for debhelper 7.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* debian/watch: Use dist-based URL.
* Bump Standards-Version to 3.8.4.

Added:
    trunk/libterm-prompt-perl/debian/source/
    trunk/libterm-prompt-perl/debian/source/format
Modified:
    trunk/libterm-prompt-perl/debian/changelog
    trunk/libterm-prompt-perl/debian/compat
    trunk/libterm-prompt-perl/debian/control
    trunk/libterm-prompt-perl/debian/copyright
    trunk/libterm-prompt-perl/debian/rules
    trunk/libterm-prompt-perl/debian/watch

Modified: trunk/libterm-prompt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/changelog?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/changelog (original)
+++ trunk/libterm-prompt-perl/debian/changelog Thu Apr  1 12:07:01 2010
@@ -1,3 +1,19 @@
+libterm-prompt-perl (1.03-4) UNRELEASED; urgency=low
+
+  * Now maintained by the Debian Perl Group. (Closes: #576163)
+    + debian/control: Add Vcs-* fields.
+    + debian/control: Add myself to Uploaders.
+  * debian/control: Add Homepage field.
+  * debian/control: Make build-dep on perl unversioned.
+  * debian/control: Depend on ${perl:Depends} instead of perl.
+  * Refresh rules for debhelper 7.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use dist-based URL.
+  * Bump Standards-Version to 3.8.4.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 01 Apr 2010 20:53:21 +0900
+
 libterm-prompt-perl (1.03-3.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/libterm-prompt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/compat?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/compat (original)
+++ trunk/libterm-prompt-perl/debian/compat Thu Apr  1 12:07:01 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libterm-prompt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/control?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/control (original)
+++ trunk/libterm-prompt-perl/debian/control Thu Apr  1 12:07:01 2010
@@ -1,15 +1,19 @@
 Source: libterm-prompt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.6.1), libterm-readkey-perl
-Maintainer: Víctor Pérez Pereira <vperez at debianvenezuela.org>
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libterm-readkey-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-prompt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-prompt-perl/
+Homepage: http://search.cpan.org/dist/Term-Prompt/
 
 Package: libterm-prompt-perl
 Architecture: all
-Depends: perl (>= 5.6.1), ${misc:Depends}, libterm-readkey-perl
-Description:  Perl extension for prompting a user for information
+Depends: ${misc:Depends}, ${perl:Depends}, libterm-readkey-perl
+Description: Perl module for prompting a user for information
  Term::Prompt is used to check accept interactive input. You
  specify the type of inputs allowed, a prompt, help text and
  defaults and it will deal with the user interface, (and the 

Modified: trunk/libterm-prompt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/copyright?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/copyright (original)
+++ trunk/libterm-prompt-perl/debian/copyright Thu Apr  1 12:07:01 2010
@@ -1,21 +1,29 @@
-This is the debian package for the Term::Prompt module.
-It was created by Marc 'HE' Brockschmidt <he at debian.org>.
-It is currently maintained by
-Víctor Pérez Pereira <vperez at debianvenezuela.org>
-Copyright (C) 2004 by Matthew O. Persico
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Matthew O. Persico
+Source: http://search.cpan.org/dist/Term-Prompt/
+Name: Term-Prompt
 
-The original upstream author is Mark Henderson (henderson at mcs.anl.gov or
-systems at mcs.anl.gov). Derived from im_prompt2.pl, from anlpasswd (see
-ftp://info.mcs.anl.gov/pub/systems/), with permission.
+Copyright: © 2004, Matthew O. Persico
+License: Artistic or GPL-1+
 
-Current maintainer: Matthew O. Persico (persicom at cpan.org)
+Files: debian/*
+Copyright:
+ © 2004-2008, Marc 'HE' Brockschmidt <he at debian.org>
+ © 2005,      Andrew Pollock <apollock at debian.org>
+ © 2006,      Víctor Pérez Pereira <vperez at debianvenezuela.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, either Perl version 5.6.1 or,
-at your option, any later version of Perl 5 you may have available.
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-Perl 5 is dual-licensed under the terms of the GPL and the Artistic
-license. On Debian systems the complete text of these licenses
-can be found at
-    /usr/share/common-licenses/GPL and
-    /usr/share/common-licenses/Artistic				
+License: GPL-1+
+    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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libterm-prompt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/rules?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/rules (original)
+++ trunk/libterm-prompt-perl/debian/rules Thu Apr  1 12:07:01 2010
@@ -1,78 +1,3 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> 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
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-	
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) distclean
-	
-	dh_clean build-stamp install-stamp
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
-	# As this is a architecture independent package, we are not supposed to install
-	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_link
-	dh_strip
-	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
+%:
+	dh $@

Added: trunk/libterm-prompt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/source/format?rev=55246&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/source/format (added)
+++ trunk/libterm-prompt-perl/debian/source/format Thu Apr  1 12:07:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libterm-prompt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/watch?rev=55246&op=diff
==============================================================================
--- trunk/libterm-prompt-perl/debian/watch (original)
+++ trunk/libterm-prompt-perl/debian/watch Thu Apr  1 12:07:01 2010
@@ -1,2 +1,2 @@
-version=2
-http://search.cpan.org/CPAN/authors/id/P/PE/PERSICOM/Term-Prompt-(\d+\.\d+)\.tar\.gz
+version=3
+http://search.cpan.org/dist/Term-Prompt/   .*/Term-Prompt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list