r51848 - in /trunk/gearman-server/debian: changelog compat control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 30 14:37:35 UTC 2010


Author: gregoa
Date: Sat Jan 30 14:37:28 2010
New Revision: 51848

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51848
Log:
debian/compat: s/5/7/
-> now dh_installchangelogs findes CHANGES
-> remove override from d/rules (and changelog entry and lower debhelper in d/control)

Modified:
    trunk/gearman-server/debian/changelog
    trunk/gearman-server/debian/compat
    trunk/gearman-server/debian/control
    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=51848&op=diff
==============================================================================
--- trunk/gearman-server/debian/changelog (original)
+++ trunk/gearman-server/debian/changelog Sat Jan 30 14:37:28 2010
@@ -7,7 +7,6 @@
   * Standards-Version 3.8.4 (no changes)
   * Move some deps to B-D-I where appropriate
   * Add a watch file
-  * Use an override to install changelog
   * Add ${misc:Depends} to Depends
   * The /etc/init.d script now provides gearman-server, not gearmand
   * Include NEWS file describing init.d change

Modified: trunk/gearman-server/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/compat?rev=51848&op=diff
==============================================================================
--- trunk/gearman-server/debian/compat (original)
+++ trunk/gearman-server/debian/compat Sat Jan 30 14:37:28 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/gearman-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/control?rev=51848&op=diff
==============================================================================
--- trunk/gearman-server/debian/control (original)
+++ trunk/gearman-server/debian/control Sat Jan 30 14:37:28 2010
@@ -1,7 +1,7 @@
 Source: gearman-server
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-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>

Modified: trunk/gearman-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/gearman-server/debian/rules?rev=51848&op=diff
==============================================================================
--- trunk/gearman-server/debian/rules (original)
+++ trunk/gearman-server/debian/rules Sat Jan 30 14:37:28 2010
@@ -2,6 +2,3 @@
 
 %:
 	dh --with quilt $@
-
-override_dh_installchangelogs:
-	dh_installchangelogs CHANGES




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