[Python-apps-commits] r9062 - in packages/pype/trunk/debian (4 files)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Sat Aug 25 07:19:43 UTC 2012
Date: Saturday, August 25, 2012 @ 07:19:42
Author: anoteng-guest
Revision: 9062
New upstream release
Modified:
packages/pype/trunk/debian/changelog
packages/pype/trunk/debian/patches/move_help_file.patch
packages/pype/trunk/debian/patches/series
packages/pype/trunk/debian/rules
Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog 2012-08-24 22:21:04 UTC (rev 9061)
+++ packages/pype/trunk/debian/changelog 2012-08-25 07:19:42 UTC (rev 9062)
@@ -1,3 +1,9 @@
+pype (2.9.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Andreas Noteng <andreas at noteng.no> Sat, 25 Aug 2012 09:16:34 +0200
+
pype (2.9.1-4) unstable; urgency=low
* Switch from python-support to dh_python2
Modified: packages/pype/trunk/debian/patches/move_help_file.patch
===================================================================
--- packages/pype/trunk/debian/patches/move_help_file.patch 2012-08-24 22:21:04 UTC (rev 9061)
+++ packages/pype/trunk/debian/patches/move_help_file.patch 2012-08-25 07:19:42 UTC (rev 9062)
@@ -2,14 +2,16 @@
Author: Andreas Noteng <andreas at noteng.no>
Forwarded: not-needed
Last-Update: 2012-05-03
---- a/plugins/help.py
-+++ b/plugins/help.py
+Index: pype-2.9.4/plugins/help.py
+===================================================================
+--- pype-2.9.4.orig/plugins/help.py 2012-08-13 01:05:53.000000000 +0200
++++ pype-2.9.4/plugins/help.py 2012-08-25 08:26:28.338281456 +0200
@@ -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):
+ 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-08-24 22:21:04 UTC (rev 9061)
+++ packages/pype/trunk/debian/patches/series 2012-08-25 07:19:42 UTC (rev 9062)
@@ -1,3 +1,3 @@
-command-shell.patch
-interpreter.py_warning.patch
+#command-shell.patch
+#interpreter.py_warning.patch
move_help_file.patch
Modified: packages/pype/trunk/debian/rules
===================================================================
--- packages/pype/trunk/debian/rules 2012-08-24 22:21:04 UTC (rev 9061)
+++ packages/pype/trunk/debian/rules 2012-08-25 07:19:42 UTC (rev 9062)
@@ -10,8 +10,10 @@
dh_clean
override_dh_auto_build:
+ chmod -R 644 *
dos2unix * plugins/*
bomstrip-files pype.py
+ dh_fixperms
chmod 755 pype.py
%:
More information about the Python-apps-commits
mailing list