r55235 - in /trunk/libterm-prompt-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 1 11:27:23 UTC 2010


Author: ansgar-guest
Date: Thu Apr  1 11:27:13 2010
New Revision: 55235

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55235
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libterm-prompt-perl/debian/
    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   (with props)
    trunk/libterm-prompt-perl/debian/watch

Added: trunk/libterm-prompt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/changelog?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/changelog (added)
+++ trunk/libterm-prompt-perl/debian/changelog Thu Apr  1 11:27:13 2010
@@ -1,0 +1,38 @@
+libterm-prompt-perl (1.03-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+     + Don't fail when perl is smart enough not to create empty dirs. (Closes:
+       #467765)
+     + Don't ignore make distclean errors.
+  * debian/copyright: Recode to UTF8
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 05 Apr 2008 17:20:59 +0200
+
+libterm-prompt-perl (1.03-3) unstable; urgency=low
+
+  * New maintainer (closes: #333194).
+  * Update of Debian Policy.
+
+ -- Víctor Pérez Pereira <vperez at debianvenezuela.org>  Mon, 05 Jun 2006 15:21:00 -0400
+
+libterm-prompt-perl (1.03-2) unstable; urgency=low
+
+  * QA Group upload orphaning this package
+
+ -- Andrew Pollock <apollock at debian.org>  Thu, 27 Oct 2005 16:35:00 +1000
+
+libterm-prompt-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: Fix long description. (Closes: #275943)
+  * debian/watch: Added.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Wed,  5 Jan 2005 19:02:56 +0100
+
+libterm-prompt-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #267798)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 12 Sep 2004 16:18:26 +0200
+

Added: trunk/libterm-prompt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/compat?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/compat (added)
+++ trunk/libterm-prompt-perl/debian/compat Thu Apr  1 11:27:13 2010
@@ -1,0 +1,1 @@
+4

Added: trunk/libterm-prompt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/control?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/control (added)
+++ trunk/libterm-prompt-perl/debian/control Thu Apr  1 11:27:13 2010
@@ -1,0 +1,17 @@
+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
+
+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
+ 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 
+ user!), by displaying the prompt, showing the default, and checking
+ to be sure that the response is one of the legal choices.

Added: trunk/libterm-prompt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/copyright?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/copyright (added)
+++ trunk/libterm-prompt-perl/debian/copyright Thu Apr  1 11:27:13 2010
@@ -1,0 +1,21 @@
+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
+
+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.
+
+Current maintainer: Matthew O. Persico (persicom at cpan.org)
+
+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.
+
+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				

Added: trunk/libterm-prompt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/rules?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/rules (added)
+++ trunk/libterm-prompt-perl/debian/rules Thu Apr  1 11:27:13 2010
@@ -1,0 +1,78 @@
+#!/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

Propchange: trunk/libterm-prompt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libterm-prompt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-prompt-perl/debian/watch?rev=55235&op=file
==============================================================================
--- trunk/libterm-prompt-perl/debian/watch (added)
+++ trunk/libterm-prompt-perl/debian/watch Thu Apr  1 11:27:13 2010
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/P/PE/PERSICOM/Term-Prompt-(\d+\.\d+)\.tar\.gz




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