[med-svn] r7006 - in trunk/packages/mgltools/opengltk/trunk/debian: . patches source

Thorsten Alteholz alteholz-guest at alioth.debian.org
Mon Jun 13 15:05:21 UTC 2011


Author: alteholz-guest
Date: 2011-06-13 15:05:21 +0000 (Mon, 13 Jun 2011)
New Revision: 7006

Added:
   trunk/packages/mgltools/opengltk/trunk/debian/patches/
   trunk/packages/mgltools/opengltk/trunk/debian/patches/series
   trunk/packages/mgltools/opengltk/trunk/debian/patches/tcllib.patch
   trunk/packages/mgltools/opengltk/trunk/debian/source/lintian-overrides
Modified:
   trunk/packages/mgltools/opengltk/trunk/debian/control
   trunk/packages/mgltools/opengltk/trunk/debian/rules
Log:
making opengltk ready for the new mgltools version

Modified: trunk/packages/mgltools/opengltk/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/control	2011-06-12 17:51:08 UTC (rev 7005)
+++ trunk/packages/mgltools/opengltk/trunk/debian/control	2011-06-13 15:05:21 UTC (rev 7006)
@@ -18,9 +18,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libglu1-mesa, tk8.4|tk8.5|tk, python-numpy, mgltools-gle
 Enhances: autodocktools
-Description: opengltk python extension
+Description: Opengltk Python extension
  The library is needed by mgltools-autodocktools at runtime.  It contains
- the interface for building OpenGL python extensions with the Python 
+ the interface for building OpenGL Python extensions with the Python 
  build system Distutils.  Distutils uses SWIG for generating C wrapper
  code.
 

Added: trunk/packages/mgltools/opengltk/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/mgltools/opengltk/trunk/debian/patches/series	2011-06-13 15:05:21 UTC (rev 7006)
@@ -0,0 +1 @@
+tcllib.patch

Added: trunk/packages/mgltools/opengltk/trunk/debian/patches/tcllib.patch
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/patches/tcllib.patch	                        (rev 0)
+++ trunk/packages/mgltools/opengltk/trunk/debian/patches/tcllib.patch	2011-06-13 15:05:21 UTC (rev 7006)
@@ -0,0 +1,18 @@
+Description: use general stub lib instead of versioned stub
+Author: Thorsten Alteholz <debian at alteholz.de>
+Last-Update: 2011-06-12
+--- opengltk.org/setup.py    2011-06-12 08:46:22.000000000 +0200
++++ opengltk/setup.py      2011-06-09 18:35:41.000000000 +0200
+@@ -144,10 +144,10 @@
+ ###################################################################
+ 
+ if tcltk_ver == '8.4':
+-    tcl_libs = {'posix':[ "tclstub8.4", "tkstub8.4"],
++    tcl_libs = {'posix':[ "tclstub", "tkstub"],
+             'nt':[ "tclstub84", "tkstub84"]}.get(os.name,[])
+ else:
+-    tcl_libs = {'posix':[ "tclstub8.5", "tkstub8.5"],
++    tcl_libs = {'posix':[ "tclstub", "tkstub"],
+             'nt':[ "tclstub85", "tkstub85"]}.get(os.name,[])
+ 
+ togl_incldirs=tcl_include_dir

Modified: trunk/packages/mgltools/opengltk/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/rules	2011-06-12 17:51:08 UTC (rev 7005)
+++ trunk/packages/mgltools/opengltk/trunk/debian/rules	2011-06-13 15:05:21 UTC (rev 7006)
@@ -13,9 +13,11 @@
 override_dh_clean:
 	dh_clean
 	find . -name CVS -a -type d| xargs -r rm -rf
-	rm -rf build build-stamp debian/Pmv
+	find . -name config.status -a -type f| xargs -r rm -rf
+	rm -rf build build-stamp
 	cd opengltk/extent/ && \
            rm -f gl_i.h.diff glext_mgltools_i.h.diff glextlib.py.diff \
                  glextlib_wrap.c.diff gllib.py.diff gllib_wrap.c.diff \
                  glu_i.h.diff glulib.py.diff glulib_wrap.c.diff glx_i.h.diff \
                  glxlib.py.diff glxlib_wrap.c.diff utillib.py.diff utillib_wrap.c.diff
+

Added: trunk/packages/mgltools/opengltk/trunk/debian/source/lintian-overrides
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/source/lintian-overrides	                        (rev 0)
+++ trunk/packages/mgltools/opengltk/trunk/debian/source/lintian-overrides	2011-06-13 15:05:21 UTC (rev 7006)
@@ -0,0 +1,3 @@
+# these files are not used, nevertheless it will be removed in dh_clean
+# but lintian can not detect this
+mgltools-opengltk source: configure-generated-file-in-source 




More information about the debian-med-commit mailing list