[Python-apps-commits] r8586 - in packages/pype/trunk/debian (5 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Wed May 2 20:02:06 UTC 2012


    Date: Wednesday, May 2, 2012 @ 20:02:04
  Author: anoteng-guest
Revision: 8586

Don't include extra copy of readme.html
Document lintian override in changelog
Document in the changelog how bug #671144 was fixed
Don't include pype.pyw
Add missing Depends: python_wxversion

Added:
  packages/pype/trunk/debian/patches/move_help_file.patch
Modified:
  packages/pype/trunk/debian/changelog
  packages/pype/trunk/debian/control
  packages/pype/trunk/debian/install
  packages/pype/trunk/debian/patches/series

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2012-05-02 18:22:30 UTC (rev 8585)
+++ packages/pype/trunk/debian/changelog	2012-05-02 20:02:04 UTC (rev 8586)
@@ -3,12 +3,17 @@
   * Switch from python-support to dh_python2
   * Bump standards-version to 3.9.3
     - Upgrade debian/copyright to version 1.0
-  * Fix FTBFS when building twice in a row (closes: #671144)
+  * Fix FTBFS when building twice in a row by adding dh_clean to the clean
+    target (closes: #671144)
+  * Lintian override: possible-documentation-but-no-doc-base-registration
+    because the html file is an internal PyPE help file
+  * Add missing Depends python-wxversion
+  * Don't include two copies of readme.html
 
   [Jakub Wilk]
   * Add Vcs-* fields.
 
- -- Andreas Noteng <andreas at noteng.no>  Wed, 02 May 2012 10:56:18 +0200
+ -- Andreas Noteng <andreas at noteng.no>  Wed, 02 May 2012 21:50:58 +0200
 
 pype (2.9.1-3) unstable; urgency=low
 

Modified: packages/pype/trunk/debian/control
===================================================================
--- packages/pype/trunk/debian/control	2012-05-02 18:22:30 UTC (rev 8585)
+++ packages/pype/trunk/debian/control	2012-05-02 20:02:04 UTC (rev 8586)
@@ -11,7 +11,7 @@
 
 Package: pype
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8
+Depends: python-wxgtk2.8, python-wxversion, ${misc:Depends}, ${python:Depends}
 Description: Python programmers editor
  PyPE (Python Programmers Editor) is a lightweight but powerful
  editor.  Tools for the new and seasoned user alike are included

Modified: packages/pype/trunk/debian/install
===================================================================
--- packages/pype/trunk/debian/install	2012-05-02 18:22:30 UTC (rev 8585)
+++ packages/pype/trunk/debian/install	2012-05-02 20:02:04 UTC (rev 8586)
@@ -1,10 +1,9 @@
-plugins/* usr/share/pype/plugins
-*.py* usr/share/pype
-stc-styles.rc.cfg usr/share/pype
-sample* usr/share/pype
-macros/* usr/share/pype/macros
-macros/samples/* usr/share/pype/macros/samples
-icons/* usr/share/pype/icons
-readme.html usr/share/pype
+*.py usr/share/pype
 debian/pype.desktop usr/share/applications
 debian/pype.xpm usr/share/pixmaps
+icons/* usr/share/pype/icons
+macros/* usr/share/pype/macros
+macros/samples/* usr/share/pype/macros/samples
+plugins/* usr/share/pype/plugins
+sample* usr/share/pype
+stc-styles.rc.cfg usr/share/pype

Added: packages/pype/trunk/debian/patches/move_help_file.patch
===================================================================
--- packages/pype/trunk/debian/patches/move_help_file.patch	                        (rev 0)
+++ packages/pype/trunk/debian/patches/move_help_file.patch	2012-05-02 20:02:04 UTC (rev 8586)
@@ -0,0 +1,11 @@
+--- a/plugins/help.py
++++ b/plugins/help.py
+@@ -12,7 +12,7 @@
+ import os
+ import webbrowser
+ 
+-a = _pype.runpath + '/readme.html'
++a = '/usr/share/doc/pype/readme.html'
+ 
+ class MyHtmlWindow(html.HtmlWindow):
+     def __init__(self, parent):

Modified: packages/pype/trunk/debian/patches/series
===================================================================
--- packages/pype/trunk/debian/patches/series	2012-05-02 18:22:30 UTC (rev 8585)
+++ packages/pype/trunk/debian/patches/series	2012-05-02 20:02:04 UTC (rev 8586)
@@ -1,2 +1,3 @@
 command-shell.patch
 interpreter.py_warning.patch
+move_help_file.patch




More information about the Python-apps-commits mailing list