[SCM] Packaging of padre perl editor branch, master, updated. debian/0.36-3-39-g079f69c

Damyan Ivanov dmn at debian.org
Tue Aug 18 11:04:28 UTC 2009


The following commit has been merged in the master branch:
commit 4eec8ea2f7be648725a26c87a6372dda240ccdeb
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Aug 18 11:55:01 2009 +0300

    drop patches applied upstream
    
    fix-perl-interpreter-path
    fix-pod-errors
    fix-whatis

diff --git a/debian/changelog b/debian/changelog
index f586d06..f780734 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-padre (1.43-1) unstable; urgency=low
+padre (0.43-1) UNRELEASED; urgency=low
 
   * New Upstream Version
     + new dependencies:
@@ -7,6 +7,9 @@ padre (1.43-1) unstable; urgency=low
       - libfile-sharedir-par-perl
       - libpar-perl
   * bump libppi-perl and libppix-editortools-perl dependencies
+  * refresh disable-tcp-server.patch
+  * drop patches applied upstream: fix-perl-interpreter-path.patch,
+    fix-pod-errors.patch and fix-whatis.patch
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 17 Aug 2009 20:59:03 +0300
 
diff --git a/debian/patches/fix-perl-interpreter-path.patch b/debian/patches/fix-perl-interpreter-path.patch
deleted file mode 100644
index 95ec072..0000000
--- a/debian/patches/fix-perl-interpreter-path.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: Damyan Ivanov <dmn at debian.org>
-Description: fix the patch to perl interpreter in some examples
-Upstream-Status: committed (r7009)
---- a/share/examples/wx/02_label.pl
-+++ b/share/examples/wx/02_label.pl
-@@ -1,4 +1,4 @@
--#!/use/bin/perl
-+#!/usr/bin/perl
- 
- package main;
- 
---- a/share/examples/wx/03_button.pl
-+++ b/share/examples/wx/03_button.pl
-@@ -1,4 +1,4 @@
--#!/use/bin/perl
-+#!/usr/bin/perl
- 
- package main;
- 
---- a/share/examples/wx/04_button_with_event.pl
-+++ b/share/examples/wx/04_button_with_event.pl
-@@ -1,4 +1,4 @@
--#!/use/bin/perl
-+#!/usr/bin/perl
- 
- package main;
- 
diff --git a/debian/patches/fix-pod-errors.patch b/debian/patches/fix-pod-errors.patch
deleted file mode 100644
index f09aebd..0000000
--- a/debian/patches/fix-pod-errors.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Author: Damyan Ivanov <dmn at debian.org>
-Description: fix several POD errors
-Upstream-Status: committed (r7012-7014)
---- a/lib/Padre/Task/Outline.pm
-+++ b/lib/Padre/Task/Outline.pm
-@@ -133,7 +133,7 @@ with L<Storable>.
- 
- =head1 AUTHOR
- 
--Steffen Mueller E<lt>smueller at cpan.orgR<gt>
-+Steffen Mueller E<lt>smueller at cpan.orgE<gt>
- 
- Heiko Jansen E<lt>heiko_jansen at web.deE<gt>
- 
---- a/lib/Padre/Wx/Main.pm
-+++ b/lib/Padre/Wx/Main.pm
-@@ -684,7 +684,7 @@ sub single_instance_connect {
- 
- =pod
- 
--=heda3 single_instance_command
-+=head3 single_instance_command
- 
-     $main->single_instance_command( $line );
- 
-@@ -743,8 +743,6 @@ sub single_instance_command {
- 
- Those methods allow to query properties about the main window.
- 
--=over 4
--
- =head3 window_width
- 
-     my $width = $main->window_width;
-@@ -759,7 +757,7 @@ sub window_width {
- 
- =pod
- 
--=heda3 window_height
-+=head3 window_height
- 
-     my $width = $main->window_height;
- 
-@@ -3755,7 +3753,7 @@ sub find_id_of_editor {
- 
- =pod
- 
--=heda3 run_in_padre
-+=head3 run_in_padre
- 
-     $main->run_in_padre;
- 
diff --git a/debian/patches/fix-whatis.patch b/debian/patches/fix-whatis.patch
deleted file mode 100644
index 47569d2..0000000
--- a/debian/patches/fix-whatis.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Damyan Ivanov <dmn at debian.org>
-Description: fix whatis entry of Padre::Wx
-Upstream-Status: committed r7016
---- a/lib/Padre/Wx.pm
-+++ b/lib/Padre/Wx.pm
-@@ -122,7 +122,7 @@ sub launch_irc {
- 
- =head1 NAME
- 
--Padre::Wx
-+Padre::Wx - Wx integration for Padre
- 
- =head1 DESCRIPTION
- 
diff --git a/debian/patches/series b/debian/patches/series
index b787014..42d24a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,2 @@
 #fix-config-error-exit-code.patch
 disable-tcp-server.patch
-fix-perl-interpreter-path.patch
-fix-pod-errors.patch
-fix-whatis.patch

-- 
Packaging of padre perl editor



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