[Python-apps-commits] r6819 - in packages/veusz/trunk/debian/patches (2 files)

jeremysanders-guest at users.alioth.debian.org jeremysanders-guest at users.alioth.debian.org
Thu Mar 24 20:15:39 UTC 2011


    Date: Thursday, March 24, 2011 @ 20:15:23
  Author: jeremysanders-guest
Revision: 6819

Make patches complient with DEP3

Modified:
  packages/veusz/trunk/debian/patches/datafiles-usr-share.patch
  packages/veusz/trunk/debian/patches/license-file-location.patch

Modified: packages/veusz/trunk/debian/patches/datafiles-usr-share.patch
===================================================================
--- packages/veusz/trunk/debian/patches/datafiles-usr-share.patch	2011-03-24 20:14:27 UTC (rev 6818)
+++ packages/veusz/trunk/debian/patches/datafiles-usr-share.patch	2011-03-24 20:15:23 UTC (rev 6819)
@@ -1,4 +1,11 @@
-Install and read data files from /usr/share/veusz
+Description: Make Veusz install and read data files from /usr/share/veusz.
+ Without this patch Veusz installs its data files within the Python directory.
+ This patch makes Veusz compliant with FHS.
+ .
+ This is difficult to put upstream because of the inflexibility of Python 2.x
+ distutils and compatibility with other operating systems.
+Author: Jeremy Sanders <jeremy at jeremysanders.net>
+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

Modified: packages/veusz/trunk/debian/patches/license-file-location.patch
===================================================================
--- packages/veusz/trunk/debian/patches/license-file-location.patch	2011-03-24 20:14:27 UTC (rev 6818)
+++ packages/veusz/trunk/debian/patches/license-file-location.patch	2011-03-24 20:15:23 UTC (rev 6819)
@@ -1,4 +1,10 @@
-Use standard location for license file for about dialog box
+Description: Use standard location of license file to fill in text in about
+ dialog box.
+ .
+ Veusz ships its own COPYING file. Debian does not want extra license files
+ installed.
+Author: Jeremy Sanders <jeremy at jeremysanders.net>
+Last-Update: 2011-03-24
 --- veusz-1.9.orig/dialogs/aboutdialog.py
 +++ veusz-1.9/dialogs/aboutdialog.py
 @@ -59,7 +59,7 @@




More information about the Python-apps-commits mailing list