r70582 - in /trunk/libregexp-common-email-address-perl/debian: changelog compat control copyright rules source/ source/format

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun Mar 6 00:51:46 UTC 2011


Author: rra
Date: Sun Mar  6 00:51:27 2011
New Revision: 70582

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70582
Log:
dh-make-perl refresh on the package plus general cleanup

* Update to debhelper compatibility level V8.
  - Use debhelper rule minimization.
* Drop version restrictions on dependencies and build dependencies that
  are satisfied by oldstable.
* Improve the long description by noting that all this module provides
  is glue between Email::Address and Regexp::Common.
* Change to Debian source format 3.0 (quilt).
* Rewrite debian/copyright in the proposed DEP-5 format.

Added:
    trunk/libregexp-common-email-address-perl/debian/source/
    trunk/libregexp-common-email-address-perl/debian/source/format
Modified:
    trunk/libregexp-common-email-address-perl/debian/changelog
    trunk/libregexp-common-email-address-perl/debian/compat
    trunk/libregexp-common-email-address-perl/debian/control
    trunk/libregexp-common-email-address-perl/debian/copyright
    trunk/libregexp-common-email-address-perl/debian/rules

Modified: trunk/libregexp-common-email-address-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/changelog?rev=70582&op=diff
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/changelog (original)
+++ trunk/libregexp-common-email-address-perl/debian/changelog Sun Mar  6 00:51:27 2011
@@ -11,6 +11,14 @@
 
   [ Russ Allbery ]
   * Remove myself from Uploaders.
+  * Update to debhelper compatibility level V8.
+    - Use debhelper rule minimization.
+  * Drop version restrictions on dependencies and build dependencies that
+    are satisfied by oldstable.
+  * Improve the long description by noting that all this module provides
+    is glue between Email::Address and Regexp::Common.
+  * Change to Debian source format 3.0 (quilt).
+  * Rewrite debian/copyright in the proposed DEP-5 format.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 18:23:54 -0300
 

Modified: trunk/libregexp-common-email-address-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/compat?rev=70582&op=diff
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/compat (original)
+++ trunk/libregexp-common-email-address-perl/debian/compat Sun Mar  6 00:51:27 2011
@@ -1,1 +1,1 @@
-6
+8

Modified: trunk/libregexp-common-email-address-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/control?rev=70582&op=diff
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/control (original)
+++ trunk/libregexp-common-email-address-perl/debian/control Sun Mar  6 00:51:27 2011
@@ -1,20 +1,20 @@
 Source: libregexp-common-email-address-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0), libregexp-common-perl (>= 2.119),
- libemail-address-perl (>= 1.80)
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libemail-address-perl, libregexp-common-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Regexp-Common-Email-Address/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libregexp-common-email-address-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libregexp-common-email-address-perl/
-Standards-Version: 3.7.3
 
 Package: libregexp-common-email-address-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libregexp-common-perl (>= 2.119),
- libemail-address-perl (>= 1.80)
+Depends: ${misc:Depends}, ${perl:Depends}, libemail-address-perl,
+ libregexp-common-perl
 Description: Regexp::Common extension for matching e-mail addresses
- Regexp::Common::Email::Address Perl module extends Regexp::Common with a
- pattern that matches e-mail addresses as defined by RFC-2822.
+ The Regexp::Common::Email::Address Perl module extends Regexp::Common
+ with a pattern that matches e-mail addresses as defined by RFC-2822.  It
+ is simple glue between the parser in Email::Address and Regexp::Common.

Modified: trunk/libregexp-common-email-address-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/copyright?rev=70582&op=diff
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/copyright (original)
+++ trunk/libregexp-common-email-address-perl/debian/copyright Sun Mar  6 00:51:27 2011
@@ -1,22 +1,30 @@
-This package was debianized Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-on Mon, 19 Nov 2007 20:36:10 -0400
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Contact: Casey West, <casey at geeknest.com>.
+Source: http://search.cpan.org/dist/Regexp-Common-Email-Address/
+Upstream-Name: Regexp-Common-Email-Address
 
-It was downloaded from http://search.cpan.org/dist/Regexp-Common-Email-Address/
+Files: *
+Copyright: 2005 Casey West <casey at geeknest.com>.  All rights reserved.
+License: Artistic or GPL-1+
 
-Upstream Author:
+Files: debian/*
+Copyright: 2007, 2008, 2011, Russ Allbery <rra at debian.org>
+ 2007, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+ 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-Casey West <casey at geeknest.com>
+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 systems, the complete text of the Artistic License can be
+ found in /usr/share/common-licenses/Artistic.
 
-Copyright:
-
-Copyright (c) 2005 Casey West.  All rights reserved.
-
-License:
-
-This module is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in /usr/share/common-licenses/GPL-1.

Modified: trunk/libregexp-common-email-address-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/rules?rev=70582&op=diff
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/rules (original)
+++ trunk/libregexp-common-email-address-perl/debian/rules Sun Mar  6 00:51:27 2011
@@ -1,65 +1,4 @@
 #!/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
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(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 by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	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
+%:
+	dh $@

Added: trunk/libregexp-common-email-address-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-email-address-perl/debian/source/format?rev=70582&op=file
==============================================================================
--- trunk/libregexp-common-email-address-perl/debian/source/format (added)
+++ trunk/libregexp-common-email-address-perl/debian/source/format Sun Mar  6 00:51:27 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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