r50894 - in /trunk/libb-utils-perl/debian: README.source changelog control copyright patches/ patches/series patches/use-extutils-depends-0.301.patch rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 13 21:12:55 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 13 21:12:48 2010
New Revision: 50894

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50894
Log:
* Add a patch to use ExtUtils::Depends 0.301
* Drop use of Test::Pod as the test is now removed

Added:
    trunk/libb-utils-perl/debian/README.source
    trunk/libb-utils-perl/debian/patches/
    trunk/libb-utils-perl/debian/patches/series
    trunk/libb-utils-perl/debian/patches/use-extutils-depends-0.301.patch
Modified:
    trunk/libb-utils-perl/debian/changelog
    trunk/libb-utils-perl/debian/control
    trunk/libb-utils-perl/debian/copyright
    trunk/libb-utils-perl/debian/rules

Added: trunk/libb-utils-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/README.source?rev=50894&op=file
==============================================================================
--- trunk/libb-utils-perl/debian/README.source (added)
+++ trunk/libb-utils-perl/debian/README.source Wed Jan 13 21:12:48 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libb-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/changelog?rev=50894&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/changelog (original)
+++ trunk/libb-utils-perl/debian/changelog Wed Jan 13 21:12:48 2010
@@ -1,14 +1,4 @@
 libb-utils-perl (0.11-1) UNRELEASED; urgency=low
-
-  This version has lots of lintian errors due to being packed
-  by BSD tar rather than GNU tar.
-  http://rt.cpan.org/Ticket/Display.html?id=53403
-
-  This doesn't need to be updated yet, but when it does, it'll
-  require either a patch or an EU::Depends upgrade
-  Depends on EU::CBuilder now (in core)
-  WAITS for libextutils-depends-perl 0.302
-  IGNORE-VERSION: 0.09-1
 
   * New upstream release
   * Removed Alexis Sukrieh from Uploaders (Closes: #536125)
@@ -17,6 +7,8 @@
   * Added everyone from changelog into copyright file directly
   * Use new short rules format
   * Rewrote control file description
+  * Add a patch to use ExtUtils::Depends 0.301
+  * Drop use of Test::Pod as the test is now removed
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 13 Jan 2010 14:09:34 -0500
 

Modified: trunk/libb-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/control?rev=50894&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/control (original)
+++ trunk/libb-utils-perl/debian/control Wed Jan 13 21:12:48 2010
@@ -1,7 +1,8 @@
 Source: libb-utils-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libtest-pod-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl,
+ libtask-weaken-perl, libextutils-depends-perl (>= 0.301)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>
@@ -12,7 +13,8 @@
 
 Package: libb-utils-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libtask-weaken-perl
 Description: Perl module assisting with op tree manipulation
  B::Utils contains a variety of functions which make it easier to manipulate
  perl's op tree. It provides many commonly used features like stringification

Modified: trunk/libb-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/copyright?rev=50894&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/copyright (original)
+++ trunk/libb-utils-perl/debian/copyright Wed Jan 13 21:12:48 2010
@@ -1,43 +1,42 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Joshua b. Jore <jjore at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/B-Utils/
-Upstream-Name: B-Utils
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Joshua b. Jore <jjore at cpan.org>
+Source: http://search.cpan.org/dist/B-Utils/
+Name: B-Utils
 
 Files: *
 Copyright: Joshua b. Jore <jjore at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: lib/B/Utils/OP.pm
-Copyright: 2008, Chia-liang Kao <clkao at clkao.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
- 2008, gregor herrmann <gregoa at debian.org>
- 2007-2008, Damyan Ivanov <dmn at debian.org>
- 2007, Alexis Sukrieh <sukria at debian.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: ppport.h
 Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
  2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
  1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
+
+Files: lib/B/Utils/OP.pm
+Copyright: 2008, Chia-liang Kao <clkao at clkao.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+ 2007-2008, Damyan Ivanov <dmn at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2007, Alexis Sukrieh <sukria at debian.org>
+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
+ 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'
+ 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'
+

Added: trunk/libb-utils-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/patches/series?rev=50894&op=file
==============================================================================
--- trunk/libb-utils-perl/debian/patches/series (added)
+++ trunk/libb-utils-perl/debian/patches/series Wed Jan 13 21:12:48 2010
@@ -1,0 +1,1 @@
+use-extutils-depends-0.301.patch

Added: trunk/libb-utils-perl/debian/patches/use-extutils-depends-0.301.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/patches/use-extutils-depends-0.301.patch?rev=50894&op=file
==============================================================================
--- trunk/libb-utils-perl/debian/patches/use-extutils-depends-0.301.patch (added)
+++ trunk/libb-utils-perl/debian/patches/use-extutils-depends-0.301.patch Wed Jan 13 21:12:48 2010
@@ -1,0 +1,17 @@
+Description: use ExtUtils::Depends 0.301
+ EU::Depends 0.302 has changes only for Win32 + gcc, so on
+ Debian systems, version 0.301 is sufficient
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: not needed
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,7 +1,7 @@
+ #!perl
+ use 5.006;
+ use strict;
+-my $ExtUtils_Depends_required = 0.302; #minimum version that works on Win32+gcc
++my $ExtUtils_Depends_required = 0.301; #minimum version that works on Win32+gcc
+ eval {
+ 	require ExtUtils::Depends;
+ };

Modified: trunk/libb-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/rules?rev=50894&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/rules (original)
+++ trunk/libb-utils-perl/debian/rules Wed Jan 13 21:12:48 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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