[SCM] Packaging of padre perl editor branch, experimental, updated. debian/0.84.ds1-1-1-gc92bbe8

Damyan Ivanov dmn at debian.org
Thu Aug 25 18:03:01 UTC 2011


The following commit has been merged in the experimental branch:
commit d5acd8fbdb63c4a2982685424c364742e449f188
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu May 19 00:05:11 2011 +0300

    fix lintian overrides about not executable sample scripts

diff --git a/debian/padre.lintian-overrides b/debian/padre.lintian-overrides
index 2444fd8..b678f17 100644
--- a/debian/padre.lintian-overrides
+++ b/debian/padre.lintian-overrides
@@ -1,25 +1,26 @@
 # 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.pl
+padre: script-not-executable usr/share/perl5/auto/share/dist/Padre/templates/template.t
 # 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/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/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

-- 
Packaging of padre perl editor



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