r68620 - in /trunk/gearman-server/debian: README.source changelog control copyright patches/fix-pod-whatis.patch rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Feb 14 20:12:42 UTC 2011


Author: gregoa
Date: Mon Feb 14 20:12:13 2011
New Revision: 68620

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68620
Log:
* Switch to source format 3.0 (quilt); remove quilt framework.
* Set Standards-Version to 3.9.1 (no changes).
* Add /me to Uploaders.
* debian/copyright: update license stanzas.

Added:
    trunk/gearman-server/debian/source/
    trunk/gearman-server/debian/source/format
Removed:
    trunk/gearman-server/debian/README.source
Modified:
    trunk/gearman-server/debian/changelog
    trunk/gearman-server/debian/control
    trunk/gearman-server/debian/copyright
    trunk/gearman-server/debian/patches/fix-pod-whatis.patch
    trunk/gearman-server/debian/rules

Modified: trunk/gearman-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/changelog?rev=68620&op=diff
==============================================================================
--- trunk/gearman-server/debian/changelog (original)
+++ trunk/gearman-server/debian/changelog Mon Feb 14 20:12:13 2011
@@ -1,8 +1,11 @@
 gearman-server (1.11-2) UNRELEASED; urgency=low
 
-  * debian/rules: switch order of arguments to dh.
   * Make init script idempotent; thanks to Chris Lamb for the bug report and
     the patch; closes: #612629.
+  * Switch to source format 3.0 (quilt); remove quilt framework.
+  * Set Standards-Version to 3.9.1 (no changes).
+  * Add /me to Uploaders.
+  * debian/copyright: update license stanzas.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:32:06 -0400
 

Modified: trunk/gearman-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/control?rev=68620&op=diff
==============================================================================
--- trunk/gearman-server/debian/control (original)
+++ trunk/gearman-server/debian/control Mon Feb 14 20:12:13 2011
@@ -1,11 +1,11 @@
 Source: gearman-server
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libgearman-client-perl, libdanga-socket-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Gearman-Server/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/gearman-server/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/gearman-server/

Modified: trunk/gearman-server/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/copyright?rev=68620&op=diff
==============================================================================
--- trunk/gearman-server/debian/copyright (original)
+++ trunk/gearman-server/debian/copyright Mon Feb 14 20:12:13 2011
@@ -8,16 +8,17 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
- 2007, Pascal Hakim <pasc at debian.org>
+Copyright: 2007, Pascal Hakim <pasc at debian.org>
+ 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2011, gregor herrmann <gregoa at debian.org>
 License: 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'
+ On Debian 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
@@ -25,5 +26,5 @@
  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'
+ On Debian systems, the complete text of the version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/gearman-server/debian/patches/fix-pod-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/patches/fix-pod-whatis.patch?rev=68620&op=diff
==============================================================================
--- trunk/gearman-server/debian/patches/fix-pod-whatis.patch (original)
+++ trunk/gearman-server/debian/patches/fix-pod-whatis.patch Mon Feb 14 20:12:13 2011
@@ -1,7 +1,10 @@
 Description: add a POD whatis entry
-Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-14
+
 --- a/lib/Gearman/Server/Client.pm
 +++ b/lib/Gearman/Server/Client.pm
 @@ -2,7 +2,7 @@

Modified: trunk/gearman-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/rules?rev=68620&op=diff
==============================================================================
--- trunk/gearman-server/debian/rules (original)
+++ trunk/gearman-server/debian/rules Mon Feb 14 20:12:13 2011
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

Added: trunk/gearman-server/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/source/format?rev=68620&op=file
==============================================================================
--- trunk/gearman-server/debian/source/format (added)
+++ trunk/gearman-server/debian/source/format Mon Feb 14 20:12:13 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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