[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.27.ds1-120-g796a70d

Damyan Ivanov dmn at debian.org
Fri Mar 6 22:41:26 UTC 2009


The following commit has been merged in the master branch:
commit c9547874c8d928f1dcdc89a029d67bb0a6413642
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Mar 7 00:27:33 2009 +0200

    split wx-perl-dialog in separate package
    
    that would take over the separate libwx-perl-dialog-perl package, but
    since this is what upstream does...
    (padre and wx-perl-dialog upstream is the same)

diff --git a/debian/control b/debian/control
index 20e4f6c..807c4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,6 @@ Build-Depends-Indep: perl (>= 5.10.0),
  libthread-queue-perl (>= 2.11),
  liburi-perl,
  libwx-perl (>= 0.89),
- libwx-perl-dialog-perl (>= 0.04),
  libwx-perl-processstream-perl (>= 0.11),
  libyaml-tiny-perl (>= 1.32),
  xauth,
@@ -94,7 +93,7 @@ Depends: perl (>= 5.10.0),
  libthread-queue-perl (>= 2.11),
  liburi-perl,
  libwx-perl (>= 0.89),
- libwx-perl-dialog-perl (>= 0.04),
+ libwx-perl-dialog-perl (= ${binary:Version}),
  libwx-perl-processstream-perl (>= 0.11),
  libyaml-tiny-perl (>= 1.32)
 Description: Perl Application Development and Refactoring Environment
@@ -105,3 +104,13 @@ Description: Perl Application Development and Refactoring Environment
  creating Perl scripts, modules and distributions, with an extensible plugin
  system to support the addition of related functionality and languages and to
  support advanced developers taking the editor anywhere they want it to go.
+
+Package: libwx-perl-dialog-perl
+Architecture: all
+Depends: perl (>= 5.008), ${misc:Depends}, libwx-perl,
+ libfile-copy-recursive-perl, libwx-perl-processstream-perl
+Description: abstract dialog class for simple dialog creation
+ Wx::Perl::Dialog can assist in creating dialog layouts with wxPerl.
+ .
+ wxPerl is an extension module allowing the creation of GUI (Graphical
+ User Interface) Perl programs using the wxWidgets toolkit.
diff --git a/debian/libwx-perl-dialog-perl.install b/debian/libwx-perl-dialog-perl.install
new file mode 100644
index 0000000..2c6a88e
--- /dev/null
+++ b/debian/libwx-perl-dialog-perl.install
@@ -0,0 +1,2 @@
+usr/share/perl5/Wx
+usr/share/man/man3/Wx::Perl::Dialog*
diff --git a/debian/padre.install b/debian/padre.install
new file mode 100644
index 0000000..a9b1051
--- /dev/null
+++ b/debian/padre.install
@@ -0,0 +1,3 @@
+usr/share/man/man3/Padre*
+usr/share/perl5/auto
+usr/share/perl5/Padre*

-- 
Packaging of padre perl editor



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