[SCM] Packaging of padre perl editor branch, master, updated. debian/0.90.ds1-1-13-g7432e6d

Dominique Dumont dod at debian.org
Sat Dec 31 17:32:57 UTC 2011


The following commit has been merged in the master branch:
commit 7da68009d1d42ff10a099611d94e5c70123e5a7e
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Dec 31 17:53:36 2011 +0100

    lintian-override: use wildcard to avoid listing a gazillion files

diff --git a/debian/changelog b/debian/changelog
index 4f474b1..bc3845d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,6 @@ padre (0.92.ds1-1) UNRELEASED; urgency=low
 
   TODO:
     * padre now depends on WX::Scintilla. Must create this package
-    * WX::Scintilla embeds scintilla library which is not available 
-     in Debian (but is probably embedded in scite). must decide whether: 
-      * to follow this structure and bundle scintilla lib 
-      * to create a libscintilla package (better, but more work and need to 
-	sync with scite maintainer for possible overlap)
     * Upstream changelog mention license work to satisfy Debian requirement.
       Must check if the current modifs to upstream packages are still necessary
 
@@ -17,6 +12,7 @@ padre (0.92.ds1-1) UNRELEASED; urgency=low
   [ Dominique Dumont ]
   * Imported Upstream version 0.92.ds1
   * removed fix-spelling patch (applied upstream)
+  * lintian-override: use wildcard to avoid listing a gazillion files
 
  -- Damyan Ivanov <dmn at debian.org>  Thu, 15 Dec 2011 13:25:50 +0100
 
diff --git a/debian/padre.lintian-overrides b/debian/padre.lintian-overrides
index b678f17..3f797b9 100644
--- a/debian/padre.lintian-overrides
+++ b/debian/padre.lintian-overrides
@@ -1,26 +1,5 @@
 # These aren't executed from where they are, but used when creating empty
 # project. This is why they start with #!/usr/bin/perl.
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/templates/template.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/templates/template.t
+padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/templates/template.*
 # These are examples, so not intented to be executed directly
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/01_hello_world.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/02_time.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/03_good_morning.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/04_math.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/05_do_it_again.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/06_salat.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/absolute_beginner/07_short_salat.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/01_simple_frame.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/02_label.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/03_button.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/04_button_with_event.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/05_button_with_event_and_message_box.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/21_progress_bar.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/22_notebook.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/23_menu.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/24_simple_editor_window.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/30_editor.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/31_repl.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/40_draw.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/41-drag-image.pl
-padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/wx/42-drag-image-no-tail.pl
+padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/examples/*

-- 
Packaging of padre perl editor



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