r59287 - in /trunk/libmail-rfc822-address-perl/debian: changelog control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 18:59:57 UTC 2010


Author: gregoa
Date: Sat Jun 12 18:59:51 2010
New Revision: 59287

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59287
Log:
* Minimize debian/rules.
* Drop version from perl build dependency.
* Set Standards-Version to 3.8.4 (no further changes).
* Refresh debian/copyright formatting.
* Convert to source format 3.0 (quilt).

Added:
    trunk/libmail-rfc822-address-perl/debian/source/
    trunk/libmail-rfc822-address-perl/debian/source/format
Modified:
    trunk/libmail-rfc822-address-perl/debian/changelog
    trunk/libmail-rfc822-address-perl/debian/control
    trunk/libmail-rfc822-address-perl/debian/copyright
    trunk/libmail-rfc822-address-perl/debian/rules

Modified: trunk/libmail-rfc822-address-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-rfc822-address-perl/debian/changelog?rev=59287&op=diff
==============================================================================
--- trunk/libmail-rfc822-address-perl/debian/changelog (original)
+++ trunk/libmail-rfc822-address-perl/debian/changelog Sat Jun 12 18:59:51 2010
@@ -5,6 +5,11 @@
 
   [ gregor herrmann ]
   * Rename source package to libmail-rfc822-address-perl.
+  * Minimize debian/rules.
+  * Drop version from perl build dependency.
+  * Set Standards-Version to 3.8.4 (no further changes).
+  * Refresh debian/copyright formatting.
+  * Convert to source format 3.0 (quilt).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:18 +0000
 

Modified: trunk/libmail-rfc822-address-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-rfc822-address-perl/debian/control?rev=59287&op=diff
==============================================================================
--- trunk/libmail-rfc822-address-perl/debian/control (original)
+++ trunk/libmail-rfc822-address-perl/debian/control Sat Jun 12 18:59:51 2010
@@ -2,17 +2,17 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Mail-RFC822-Address/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-rfc822-address-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmail-rfc822-address-perl/
 
 Package: libmail-rfc822-address-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl extension for validating email addresses 
  Mail::RFC822::Address validates email addresses against the grammar described
  in RFC 822 using regular expressions.  How to validate a user supplied email

Modified: trunk/libmail-rfc822-address-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-rfc822-address-perl/debian/copyright?rev=59287&op=diff
==============================================================================
--- trunk/libmail-rfc822-address-perl/debian/copyright (original)
+++ trunk/libmail-rfc822-address-perl/debian/copyright Sat Jun 12 18:59:51 2010
@@ -1,8 +1,7 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Warren, pdw at ex-parrot.com
-Upstream-Source: http://search.cpan.org/dist/Mail-RFC822-Address/
-Upstream-Name: Mail-RFC822-Address
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Warren, pdw at ex-parrot.com
+Source: http://search.cpan.org/dist/Mail-RFC822-Address/
+Name: Mail-RFC822-Address
 
 Files: *
 Copyright: 2001-2002, Paul Warren, pdw at ex-parrot.com
@@ -17,10 +16,24 @@
  substantial portions of the Software.
 
 Files: debian/*
-Copyright: 
- 2005, Anand Kumria <wildfire at progsoc.org>
+Copyright: 2005, Anand Kumria <wildfire at progsoc.org>
+ 2008, 2010, gregor herrmann <gregoa at debian.org>
  2008, Marc 'HE' Brockschmidt <he at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
-License: other
- It is assumed that all contributors put their work under the same terms as
- the software itself.
+ 2009, Nathan Handler <nhandler at ubuntu.com>
+License: Artistic or GPL-1+
+
+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'
+
+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/libmail-rfc822-address-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-rfc822-address-perl/debian/rules?rev=59287&op=diff
==============================================================================
--- trunk/libmail-rfc822-address-perl/debian/rules (original)
+++ trunk/libmail-rfc822-address-perl/debian/rules Sat Jun 12 18:59:51 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

Added: trunk/libmail-rfc822-address-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-rfc822-address-perl/debian/source/format?rev=59287&op=file
==============================================================================
--- trunk/libmail-rfc822-address-perl/debian/source/format (added)
+++ trunk/libmail-rfc822-address-perl/debian/source/format Sat Jun 12 18:59:51 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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