[SCM] Packaging for padre-plugin-perltidy branch, master, updated. upstream/0.07-14-g5267794

Ryan Niebur ryanryan52 at gmail.com
Tue Jun 16 07:55:57 UTC 2009


The following commit has been merged in the master branch:
commit 52677940c6e6e980bde7e4753197cf354115ee30
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Tue Jun 16 00:55:52 2009 -0700

    remove quilt patching, patch is applied upstream

diff --git a/debian/changelog b/debian/changelog
index db3fd05..3016021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 libpadre-plugin-perltidy-perl (0.07-1) UNRELEASED; urgency=low
 
   * New Upstream Version
+  * remove quilt patching, patch is applied upstream
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 16 Jun 2009 00:49:39 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 16 Jun 2009 00:55:43 -0700
 
 libpadre-plugin-perltidy-perl (0.06-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5363218..6dc7823 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libpadre-plugin-perltidy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.8.100), perl-modules, perltidy,
   padre-plugin-api-0, xvfb, xauth, xfonts-base
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/patches/fix-menu-item-tests.patch b/debian/patches/fix-menu-item-tests.patch
deleted file mode 100644
index 34e3b1a..0000000
--- a/debian/patches/fix-menu-item-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-# Author: Brian Cassidy <bricas>
-# Description: fix menu item tests
-# Upstream-Changeset: http://padre.perlide.org/trac/changeset/5206
---- a/t/01-load.t
-+++ b/t/01-load.t
-@@ -16,7 +16,11 @@ diag "Wx Version: $Wx::VERSION " . Wx::w
-     my @menu = Padre::Plugin::PerlTidy->menu_plugins_simple;
-     is @menu, 2, 'one menu item';
-     is $menu[0], 'PerlTidy', 'plugin name';
--    is $menu[1][0], 'Tidy the active document', 'menu item 1';
--    is $menu[1][2], 'Tidy the selected text', 'menu item 2';
-+
-+    # check for existence and not the actual words as these
-+    # are locale specific
-+    ok $menu[1][0], 'menu item 1';
-+    ok $menu[1][2], 'menu item 2';
-+
-     BEGIN { $tests += 4; }
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4aaf2d4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-menu-item-tests.patch
diff --git a/debian/rules b/debian/rules
index f9fec9b..1510761 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_build:
 	xvfb-run dh_auto_build

-- 
Packaging for padre-plugin-perltidy



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