r51544 - in /trunk/gearman-server/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 25 15:39:38 UTC 2010


Author: jawnsy-guest
Date: Mon Jan 25 15:39:30 2010
New Revision: 51544

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51544
Log:
* Add an override to install changelog
* Add ${misc:Depends} to Depends

Modified:
    trunk/gearman-server/debian/changelog
    trunk/gearman-server/debian/control
    trunk/gearman-server/debian/copyright
    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=51544&op=diff
==============================================================================
--- trunk/gearman-server/debian/changelog (original)
+++ trunk/gearman-server/debian/changelog Mon Jan 25 15:39:30 2010
@@ -10,8 +10,10 @@
     package can be removed after upgrade to squeeze
   * Add a watch file
   * Rename gearman-server.{default,init} to libgearman-server-perl...
+  * Add an override to install changelog
+  * Add ${misc:Depends} to Depends
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 25 Jan 2010 10:31:28 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 25 Jan 2010 10:48:07 -0500
 
 gearman-server (1.09-1) unstable; urgency=low
 

Modified: trunk/gearman-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/control?rev=51544&op=diff
==============================================================================
--- trunk/gearman-server/debian/control (original)
+++ trunk/gearman-server/debian/control Mon Jan 25 15:39:30 2010
@@ -1,7 +1,7 @@
 Source: gearman-server
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 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>
@@ -12,7 +12,8 @@
 
 Package: libgearman-server-perl
 Architecture: all
-Depends: libgearman-client-perl, libdanga-socket-perl, ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}, libgearman-client-perl,
+ libdanga-socket-perl
 Provides: gearman-server
 Conflicts: gearman-server (<< 1.09-1)
 Replaces: gearman-server (<< 1.09-1)

Modified: trunk/gearman-server/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/copyright?rev=51544&op=diff
==============================================================================
--- trunk/gearman-server/debian/copyright (original)
+++ trunk/gearman-server/debian/copyright Mon Jan 25 15:39:30 2010
@@ -1,35 +1,29 @@
-This package was debianized by Pascal Hakim <pasc at debian.org> on
-Wed, 13 Jun 2007 02:18:10 +1000.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Alan Kasindorf <dormando at rydia.net>
+Source: http://search.cpan.org/dist/Gearman-Server/
+Name: Gearman-Server
 
-It was downloaded from 
-    http://search.cpan.org/~bradfitz/Gearman-Server-1.09/
+Files: *
+Copyright: 2005-2007, Danga Interactive <http://www.danga.com/>
+License: Artistic or GPL-1+
 
-Upstream Authors: 
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2007, Pascal Hakim <pasc at debian.org>
+License: GPL-1+
 
-    Brad Fitzpatrick <brad at danga.com>
-    Brad Whitaker <whitaker at danga.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 GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright: 
-
-    Copyright (C) 2005-2007 Danga Interactive
-
-License:
-
-    You are granted a license to use it under the same terms as Perl itself.
-
-    Perl is free software; you can redistribute it and/or modify it under the
-    terms of either:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-
-    b) the "Artistic License" which comes with Perl.
-
-    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'.
-
-The Debian packaging is (C) 2007, Pascal Hakim <pasc at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
+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/gearman-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/rules?rev=51544&op=diff
==============================================================================
--- trunk/gearman-server/debian/rules (original)
+++ trunk/gearman-server/debian/rules Mon Jan 25 15:39:30 2010
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_installchangelog:
+	dh_installchangelog CHANGES




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