r55000 - in /trunk/libgetopt-declare-perl/debian: README.source changelog control copyright rules

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Mon Mar 29 02:42:19 UTC 2010


Author: nhandler-guest
Date: Mon Mar 29 02:42:12 2010
New Revision: 55000

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55000
Log:
* debian/rules:
  - Drop --with-quilt
* debian/README.source:
  - Remove this file (no longer needed)
* debian/source/format:
  - Use source format 3.0
* debian/control:
  - Build-Depend on debhelper (>= 7)
  - Drop quilt Build-Depends
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.4 (no changes)
* debian/copyright:
  - Use latest revision of DEP5
  - Add myself to debian/* copyright

Removed:
    trunk/libgetopt-declare-perl/debian/README.source
Modified:
    trunk/libgetopt-declare-perl/debian/changelog
    trunk/libgetopt-declare-perl/debian/control
    trunk/libgetopt-declare-perl/debian/copyright
    trunk/libgetopt-declare-perl/debian/rules

Modified: trunk/libgetopt-declare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/changelog?rev=55000&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/changelog (original)
+++ trunk/libgetopt-declare-perl/debian/changelog Mon Mar 29 02:42:12 2010
@@ -1,8 +1,22 @@
 libgetopt-declare-perl (1.13-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    - Drop --with-quilt
+  * debian/README.source:
+    - Remove this file (no longer needed)
+  * debian/source/format:
+    - Use source format 3.0
+  * debian/control:
+    - Build-Depend on debhelper (>= 7)
+    - Drop quilt Build-Depends
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.4 (no changes)
+  * debian/copyright:
+    - Use latest revision of DEP5
+    - Add myself to debian/* copyright
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sun, 28 Mar 2010 21:28:26 -0500
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 28 Mar 2010 21:39:27 -0500
 
 libgetopt-declare-perl (1.12-1) unstable; urgency=low
 

Modified: trunk/libgetopt-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/control?rev=55000&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/control (original)
+++ trunk/libgetopt-declare-perl/debian/control Mon Mar 29 02:42:12 2010
@@ -1,11 +1,12 @@
 Source: libgetopt-declare-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bart Martens <bartm-perl at knars.be>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Uploaders: Bart Martens <bartm-perl at knars.be>, Jonathan Yu <jawnsy at cpan.org>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-declare-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgetopt-declare-perl/
 Homepage: http://search.cpan.org/dist/Getopt-Declare/

Modified: trunk/libgetopt-declare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/copyright?rev=55000&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/copyright (original)
+++ trunk/libgetopt-declare-perl/debian/copyright Mon Mar 29 02:42:12 2010
@@ -1,15 +1,15 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Damian Conway <damian at conway.org>
-Upstream-Source: http://search.cpan.org/dist/Getopt-Declare/
-Upstream-Name: Getopt-Declare
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Damian Conway <damian at conway.org>
+Source: http://search.cpan.org/dist/Getopt-Declare/
+Name: Getopt-Declare
 
 Files: *
 Copyright: 1997-2000, Damian Conway <damian at conway.org>
 License: Artistic
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2010, Nathan Handler <nhandler at ubuntu.com>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
  2006-2009, Bart Martens <bartm-perl at knars.be>
  2006, Stephen Quinney <sjq at debian.org>
  2001-2002, Ross Peachey <rcp at debian.org>

Modified: trunk/libgetopt-declare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/rules?rev=55000&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/rules (original)
+++ trunk/libgetopt-declare-perl/debian/rules Mon Mar 29 02:42:12 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@




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