[Python-apps-commits] r7849 - in packages/veusz/trunk/debian (5 files)
jeremysanders-guest at users.alioth.debian.org
jeremysanders-guest at users.alioth.debian.org
Fri Nov 25 20:04:03 UTC 2011
Date: Friday, November 25, 2011 @ 20:03:59
Author: jeremysanders-guest
Revision: 7849
Update Veusz to 1.14. Add patch to put examples in /usr/share/doc/examples.
Modified:
packages/veusz/trunk/debian/changelog
packages/veusz/trunk/debian/patches/datafiles-usr-share.patch
packages/veusz/trunk/debian/patches/license-file-location.patch
packages/veusz/trunk/debian/patches/self-test-data-location.patch
packages/veusz/trunk/debian/patches/series
Modified: packages/veusz/trunk/debian/changelog
===================================================================
--- packages/veusz/trunk/debian/changelog 2011-11-25 15:54:12 UTC (rev 7848)
+++ packages/veusz/trunk/debian/changelog 2011-11-25 20:03:59 UTC (rev 7849)
@@ -1,6 +1,6 @@
-veusz (1.13-1) UNRELEASED; urgency=low
+veusz (1.14-1) UNRELEASED; urgency=low
- * Update to upstream Veusz 1.13 (Closes: #648957)
+ * Update to upstream Veusz 1.14 (Closes: #648957)
* Enable test suite in build, adding Build-Depends of xauth, xfonts-base
and xvfb
* Properly attribute copyright of pyqtdistutils.py file to Develer Srl
@@ -9,7 +9,7 @@
* Bumped Standards-Version to 3.9.2
* Enabled dpkg-buildflags for build
- -- Jeremy Sanders <jeremy at jeremysanders.net> Sun, 20 Nov 2011 11:51:00 +0000
+ -- Jeremy Sanders <jeremy at jeremysanders.net> Fri, 25 Nov 2011 19:32:00 +0000
veusz (1.10-1) unstable; urgency=low
Modified: packages/veusz/trunk/debian/patches/datafiles-usr-share.patch
===================================================================
--- packages/veusz/trunk/debian/patches/datafiles-usr-share.patch 2011-11-25 15:54:12 UTC (rev 7848)
+++ packages/veusz/trunk/debian/patches/datafiles-usr-share.patch 2011-11-25 20:03:59 UTC (rev 7849)
@@ -7,11 +7,9 @@
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Forwarded: not-needed
Last-Update: 2011-03-24
-Index: veusz-1.10/setup.py
-===================================================================
---- veusz-1.10.orig/setup.py 2011-01-13 22:33:45.766837973 +0000
-+++ veusz-1.10/setup.py 2011-01-13 22:28:58.000000000 +0000
-@@ -52,7 +52,7 @@
+--- veusz-1.14.orig/setup.py
++++ veusz-1.14/setup.py
+@@ -50,7 +50,7 @@
def run(self):
# need to change self.install_dir to the library dir
install_cmd = self.get_finalized_command('install')
@@ -20,16 +18,14 @@
return install_data.run(self)
descr = '''Veusz is a scientific plotting package, designed to create
-Index: veusz-1.10/utils/utilfuncs.py
-===================================================================
---- veusz-1.10.orig/utils/utilfuncs.py 2011-01-13 22:35:43.818837974 +0000
-+++ veusz-1.10/utils/utilfuncs.py 2011-01-13 22:35:59.458840542 +0000
-@@ -48,7 +48,7 @@
+--- veusz-1.14.orig/utils/utilfuncs.py
++++ veusz-1.14/utils/utilfuncs.py
+@@ -50,7 +50,7 @@
# standard installation
return os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
-veuszDirectory = _getVeuszDirectory()
+veuszDirectory = '/usr/share/veusz'
+ exampleDirectory = os.path.join(veuszDirectory, 'examples')
id_re = re.compile('^[A-Za-z_][A-Za-z0-9_]*$')
- def validPythonIdentifier(name):
Modified: packages/veusz/trunk/debian/patches/license-file-location.patch
===================================================================
--- packages/veusz/trunk/debian/patches/license-file-location.patch 2011-11-25 15:54:12 UTC (rev 7848)
+++ packages/veusz/trunk/debian/patches/license-file-location.patch 2011-11-25 20:03:59 UTC (rev 7849)
@@ -4,9 +4,9 @@
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Forwarded: not-needed
Last-Update: 2011-03-24
---- veusz-1.9.orig/dialogs/aboutdialog.py
-+++ veusz-1.9/dialogs/aboutdialog.py
-@@ -59,7 +59,7 @@
+--- veusz-1.14.orig/dialogs/aboutdialog.py
++++ veusz-1.14/dialogs/aboutdialog.py
+@@ -57,7 +57,7 @@
VeuszDialog.__init__(self, parent, 'license.ui')
try:
Modified: packages/veusz/trunk/debian/patches/self-test-data-location.patch
===================================================================
--- packages/veusz/trunk/debian/patches/self-test-data-location.patch 2011-11-25 15:54:12 UTC (rev 7848)
+++ packages/veusz/trunk/debian/patches/self-test-data-location.patch 2011-11-25 20:03:59 UTC (rev 7849)
@@ -4,8 +4,8 @@
datafiles-usr-share.patch to be in /usr/share.
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Forwarded: not-needed
---- veusz-1.11.orig/tests/runselftest.py
-+++ veusz-1.11/tests/runselftest.py
+--- veusz-1.14.orig/tests/runselftest.py
++++ veusz-1.14/tests/runselftest.py
@@ -41,6 +41,11 @@
import os.path
import sys
Modified: packages/veusz/trunk/debian/patches/series
===================================================================
--- packages/veusz/trunk/debian/patches/series 2011-11-25 15:54:12 UTC (rev 7848)
+++ packages/veusz/trunk/debian/patches/series 2011-11-25 20:03:59 UTC (rev 7849)
@@ -1,3 +1,4 @@
license-file-location.patch
datafiles-usr-share.patch
self-test-data-location.patch
+examples-location.patch
More information about the Python-apps-commits
mailing list