[Python-apps-commits] r3016 - in packages/vitables/trunk/debian (4 files)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Thu May 28 20:18:01 UTC 2009


    Date: Thursday, May 28, 2009 @ 20:18:00
  Author: xnox-guest
Revision: 3016

Refreshed patches

Added:
  packages/vitables/trunk/debian/source.lintian-overrides
Modified:
  packages/vitables/trunk/debian/patches/series
  packages/vitables/trunk/debian/patches/use_distutils_for_docs.patch
Deleted:
  packages/vitables/trunk/debian/patches/remove_buildtime_dependency.patch

Deleted: packages/vitables/trunk/debian/patches/remove_buildtime_dependency.patch
===================================================================
--- packages/vitables/trunk/debian/patches/remove_buildtime_dependency.patch	2009-05-28 19:05:57 UTC (rev 3015)
+++ packages/vitables/trunk/debian/patches/remove_buildtime_dependency.patch	2009-05-28 20:18:00 UTC (rev 3016)
@@ -1,16 +0,0 @@
-Don't check run-time required libraries at buildtime.
-Index: vitables-2.0+hg96+dfsg/setup.py
-===================================================================
---- vitables-2.0+hg96+dfsg.orig/setup.py	2009-05-11 04:09:18.000000000 +0100
-+++ vitables-2.0+hg96+dfsg/setup.py	2009-05-11 04:14:38.000000000 +0100
-@@ -227,8 +227,8 @@
-         helpAsked = True
-         break
- 
--if not helpAsked:
--    checkVersions()
-+#if not helpAsked:
-+#    checkVersions()
- 
- # Proceed if required libraries are OK
- 

Modified: packages/vitables/trunk/debian/patches/series
===================================================================
--- packages/vitables/trunk/debian/patches/series	2009-05-28 19:05:57 UTC (rev 3015)
+++ packages/vitables/trunk/debian/patches/series	2009-05-28 20:18:00 UTC (rev 3016)
@@ -1,5 +1,3 @@
 desktop-file.patch
-remove_buildtime_dependency.patch
-
 use_distutils_for_docs.patch
 remove_help_from_resources.patch

Modified: packages/vitables/trunk/debian/patches/use_distutils_for_docs.patch
===================================================================
--- packages/vitables/trunk/debian/patches/use_distutils_for_docs.patch	2009-05-28 19:05:57 UTC (rev 3015)
+++ packages/vitables/trunk/debian/patches/use_distutils_for_docs.patch	2009-05-28 20:18:00 UTC (rev 3016)
@@ -2,13 +2,9 @@
 setup.py.
 Index: vitables-2.0+hg96+dfsg/setup.py
 ===================================================================
---- vitables-2.0+hg96+dfsg.orig/setup.py	2009-05-11 08:42:42.000000000 +0100
-+++ vitables-2.0+hg96+dfsg/setup.py	2009-05-11 08:53:00.000000000 +0100
-@@ -21,12 +21,87 @@
- #----------------------------------------------------------------------
- # Setup script for the vitables package
- 
-+
+--- vitables-2.0+hg96+dfsg.orig/setup.py	2009-05-28 20:04:10.000000000 +0100
++++ vitables-2.0+hg96+dfsg/setup.py	2009-05-28 21:01:26.000000000 +0100
+@@ -24,9 +24,83 @@
  import sys
  import os
  import glob
@@ -93,7 +89,7 @@
  
  use_py2app = False
  if sys.platform == 'darwin' and 'py2app' in sys.argv:
-@@ -267,7 +342,9 @@
+@@ -269,7 +343,9 @@
     ``macosxapp/make.sh`` script.)
  """
  
@@ -104,7 +100,7 @@
      version = "%s" % vt_version,
      description = 'A viewer for pytables package',
      long_description = \
-@@ -295,8 +372,18 @@
+@@ -297,8 +373,18 @@
      'vitables.preferences', 'vitables.plugins', 
      'vitables.vtTables', 'vitables.vtWidgets'],
      scripts = ['scripts/vitables'],
@@ -124,7 +120,7 @@
      ('examples', glob.glob('examples/*.h5')),
      ('examples/arrays', glob.glob('examples/arrays/*.h5')),
      ('examples/misc', glob.glob('examples/misc/*.h5')),
-@@ -304,9 +391,6 @@
+@@ -306,9 +392,6 @@
      ('examples/tables', glob.glob('examples/tables/*.h5')),
      ('examples/tests', glob.glob('examples/tests/*.h5')),
      ('examples/timeseries', glob.glob('examples/timeseries/*.h5')),

Added: packages/vitables/trunk/debian/source.lintian-overrides
===================================================================
--- packages/vitables/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/vitables/trunk/debian/source.lintian-overrides	2009-05-28 20:18:00 UTC (rev 3016)
@@ -0,0 +1,3 @@
+vitables source: debian-watch-file-should-mangle-version
+
+# False positive. See bugs.debian.org/505857




More information about the Python-apps-commits mailing list