[med-svn] r11164 - in trunk/packages/mgltools: bhtree/trunk/debian geomutils/trunk/debian gle/trunk/debian opengltk/trunk/debian pyglf/trunk/debian sff/trunk/debian utpackages/trunk/debian vision/trunk/debian visionlibraries/trunk/debian
Thorsten Alteholz
alteholz at alioth.debian.org
Fri Jun 1 21:01:54 UTC 2012
Author: alteholz
Date: 2012-06-01 21:01:54 +0000 (Fri, 01 Jun 2012)
New Revision: 11164
Modified:
trunk/packages/mgltools/bhtree/trunk/debian/changelog
trunk/packages/mgltools/bhtree/trunk/debian/control
trunk/packages/mgltools/bhtree/trunk/debian/rules
trunk/packages/mgltools/geomutils/trunk/debian/changelog
trunk/packages/mgltools/geomutils/trunk/debian/control
trunk/packages/mgltools/geomutils/trunk/debian/rules
trunk/packages/mgltools/gle/trunk/debian/changelog
trunk/packages/mgltools/gle/trunk/debian/control
trunk/packages/mgltools/gle/trunk/debian/rules
trunk/packages/mgltools/opengltk/trunk/debian/changelog
trunk/packages/mgltools/opengltk/trunk/debian/control
trunk/packages/mgltools/opengltk/trunk/debian/rules
trunk/packages/mgltools/pyglf/trunk/debian/changelog
trunk/packages/mgltools/pyglf/trunk/debian/control
trunk/packages/mgltools/pyglf/trunk/debian/rules
trunk/packages/mgltools/sff/trunk/debian/changelog
trunk/packages/mgltools/sff/trunk/debian/control
trunk/packages/mgltools/sff/trunk/debian/rules
trunk/packages/mgltools/utpackages/trunk/debian/changelog
trunk/packages/mgltools/utpackages/trunk/debian/control
trunk/packages/mgltools/utpackages/trunk/debian/copyright
trunk/packages/mgltools/utpackages/trunk/debian/rules
trunk/packages/mgltools/vision/trunk/debian/changelog
trunk/packages/mgltools/vision/trunk/debian/control
trunk/packages/mgltools/vision/trunk/debian/rules
trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
trunk/packages/mgltools/visionlibraries/trunk/debian/control
trunk/packages/mgltools/visionlibraries/trunk/debian/rules
Log:
taking care of lintian errors and missing dependencies
Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-bhtree (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-bhtree (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/bhtree/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/bhtree/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), python-numpy, swig (>= 1.3.20)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/bhtree/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/bhtree/trunk/
Modified: trunk/packages/mgltools/bhtree/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/bhtree/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -26,6 +26,10 @@
python$$i setup.py install --install-platlib=`pwd`/debian/tmpbuild; \
done
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-geomutils (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-geomutils (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig, python-numpy
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/geomutils/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/geomutils/trunk/
Modified: trunk/packages/mgltools/geomutils/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/geomutils/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -17,6 +17,10 @@
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-gle (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-gle (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/gle/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), swig (>= 1.3.20), python-all-dev (>= 2.6), python-numpy, libglu1-mesa-dev, mesa-common-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/gle/trunk/
Modified: trunk/packages/mgltools/gle/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/gle/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -19,5 +19,9 @@
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp debian/Pmv
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-opengltk (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-opengltk (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/opengltk/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/opengltk/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk-dev, libxmu-dev, python-numpy
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: http://mgltools.scripps.edu/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/opengltk/trunk/
Modified: trunk/packages/mgltools/opengltk/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/opengltk/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -25,5 +25,9 @@
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
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-pyglf (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-pyglf (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pyglf/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/pyglf/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -10,7 +10,7 @@
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), libxi-dev, swig,
libglu1-mesa-dev, libxmu-dev, mesa-common-dev, freeglut3-dev, python-numpy
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pyglf/trunk/
Modified: trunk/packages/mgltools/pyglf/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/pyglf/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -17,5 +17,9 @@
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp debian/Pmv
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,11 @@
+mgltools-sff (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-sff (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/sff/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/sff/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig (>= 1.3.20), python-numpy, mgltools-bhtree
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/sff/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/sff/trunk/
Modified: trunk/packages/mgltools/sff/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/sff/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -17,5 +17,9 @@
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp debian/Pmv
+override_dh_install:
+ dh_install
+ dh_numpy
+
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)
Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,12 @@
+mgltools-utpackages (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+ * debian/copyright: lintian info fix
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-utpackages (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/utpackages/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/utpackages/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -9,7 +9,7 @@
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig, mesa-common-dev, libglu1-mesa-dev, freeglut3-dev, python-numpy
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/utpackages/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/utpackages/trunk/
Modified: trunk/packages/mgltools/utpackages/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/copyright 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/utpackages/trunk/debian/copyright 2012-06-01 21:01:54 UTC (rev 11164)
@@ -166,7 +166,7 @@
The regular distribution of UTsdf was found to be under the terms of
- the GNU Public License version 2 or higher.
+ the GNU General Public License version 2 or higher.
Modified: trunk/packages/mgltools/utpackages/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/utpackages/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -22,6 +22,7 @@
override_dh_install:
dh_install
+ dh_numpy
find . -name *.rawiv -o -name *.jpg | xargs -r chmod -x
get-orig-source:
Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,12 @@
+mgltools-vision (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+ * debian/control: python-numpy dependency added
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-vision (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/vision/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/vision/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -7,8 +7,8 @@
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>,
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/vision/trunk/
Modified: trunk/packages/mgltools/vision/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/vision/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -14,6 +14,7 @@
override_dh_install:
dh_install
+ dh_numpy
find debian -name "runVision" | xargs -r chmod +x
find debian -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/changelog 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/changelog 2012-06-01 21:01:54 UTC (rev 11164)
@@ -1,3 +1,12 @@
+mgltools-visionlibraries (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules: add call to dh_numpy
+ * debian/control: bump standard to 3.9.3
+ * debian/control: python-numpy dependency added
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 01 Jun 2012 18:00:00 +0200
+
mgltools-visionlibraries (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/control 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/control 2012-06-01 21:01:54 UTC (rev 11164)
@@ -7,8 +7,8 @@
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>,
Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), python-all (>= 2.6), python-numpy
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/vision/trunklibraries/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/visionlibraries/trunk/
Modified: trunk/packages/mgltools/visionlibraries/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/visionlibraries/trunk/debian/rules 2012-06-01 16:21:16 UTC (rev 11163)
+++ trunk/packages/mgltools/visionlibraries/trunk/debian/rules 2012-06-01 21:01:54 UTC (rev 11164)
@@ -14,6 +14,7 @@
override_dh_install:
dh_install
+ dh_numpy
find debian -name "runVision" | xargs -r chmod +x
find debian -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
# currently there are no files in /usr/bin so remove that
More information about the debian-med-commit
mailing list