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

Damyan Ivanov dmn at debian.org
Wed Aug 12 09:14:18 UTC 2009


The following commit has been merged in the master branch:
commit 0a0755a1f6969ba15c3fec8ff015516da1edb131
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Aug 12 12:14:04 2009 +0300

    add more lintian overrides about script-not-executable for scripts that are treated as examples/templates

diff --git a/debian/changelog b/debian/changelog
index 2d884de..52182bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ padre (0.42-1) UNRELEASED; urgency=low
         now)
   * add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
     in three examples (thanks lintian)
+  * add more lintian overrides about script-not-executable for scripts that are
+    treated as examples/templates
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Aug 2009 17:48:58 +0300
 
diff --git a/debian/padre.lintian-overrides b/debian/padre.lintian-overrides
index 6107199..911714e 100644
--- a/debian/padre.lintian-overrides
+++ b/debian/padre.lintian-overrides
@@ -2,3 +2,12 @@
 # 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
+# These are examples, so not intented to be executed directly
+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/30_editor.pl

-- 
Packaging of padre perl editor



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