[SCM] Packaging for padre-plugin-debugger branch, master, updated. upstream/0.3-16-g4013936

Ryan Niebur ryanryan52 at gmail.com
Mon Jun 22 10:00:02 UTC 2009


The following commit has been merged in the master branch:
commit 519b124e3b4958ed34e2958a058e12bbc325772f
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Mon Jun 22 02:51:50 2009 -0700

    fix pod error

diff --git a/debian/control b/debian/control
index 51fa33b..91512ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libpadre-plugin-debugger-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.8), libmodule-build-perl, quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules, libparent-perl,
   padre-plugin-api-0, libdevel-ebug-perl (>= 0.49), libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/patches/fix-pod b/debian/patches/fix-pod
new file mode 100644
index 0000000..94bf0b4
--- /dev/null
+++ b/debian/patches/fix-pod
@@ -0,0 +1,13 @@
+--- a/lib/Padre/Plugin/Debugger.pm
++++ b/lib/Padre/Plugin/Debugger.pm
+@@ -497,10 +497,6 @@
+ 
+ L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Debugger> - Bug tracking
+ 
+-=back
+-
+-
+-
+ =head1 AUTHOR
+ 
+ Peter Makholm, C<< <peter at makholm.net> >>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..af2358e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod
diff --git a/debian/rules b/debian/rules
index 2d33f6a..749e624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@

-- 
Packaging for padre-plugin-debugger



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