[med-svn] r8579 - in trunk/packages/tifffile/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Nov 16 10:17:34 UTC 2011


Author: malat-guest
Date: 2011-11-16 10:17:34 +0000 (Wed, 16 Nov 2011)
New Revision: 8579

Modified:
   trunk/packages/tifffile/trunk/debian/patches/setuppy.patch
   trunk/packages/tifffile/trunk/debian/rules
Log:
redo install

Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch
===================================================================
--- trunk/packages/tifffile/trunk/debian/patches/setuppy.patch	2011-11-16 10:04:23 UTC (rev 8578)
+++ trunk/packages/tifffile/trunk/debian/patches/setuppy.patch	2011-11-16 10:17:34 UTC (rev 8579)
@@ -2,7 +2,7 @@
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ tifffile-20111112/setup.py	2011-11-16 09:59:20.000000000 +0100
-@@ -0,0 +1,23 @@
+@@ -0,0 +1,22 @@
 +"""A Python script to build the _tifffile extension module.
 +
 +Usage:: ``python setup.py build_ext --inplace``
@@ -24,5 +24,4 @@
 +        '_tifffile', ['tifffile.c'],
 +        include_dirs=[numpy.get_include()],
 +        extra_compile_args=[])],
-+  py_modules=["tifffile"],
 +)

Modified: trunk/packages/tifffile/trunk/debian/rules
===================================================================
--- trunk/packages/tifffile/trunk/debian/rules	2011-11-16 10:04:23 UTC (rev 8578)
+++ trunk/packages/tifffile/trunk/debian/rules	2011-11-16 10:17:34 UTC (rev 8579)
@@ -3,5 +3,8 @@
 %:
 	dh $@ --with python2
 
+override_dh_install:
+	dh_install tifffile.py usr/bin
+
 get-orig-source:
 	./debian/get-orig-source




More information about the debian-med-commit mailing list