Author: smr Date: 2009-03-08 05:28:34 +0000 (Sun, 08 Mar 2009) New Revision: 3155
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/control trunk/packages/insighttoolkit/trunk/debian/rules Log: Changes for new upstream 3.12.0 Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2009-03-07 05:29:38 UTC (rev 3154) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2009-03-08 05:28:34 UTC (rev 3155) @@ -1,3 +1,13 @@ +insighttoolkit (3.12.0-1) unstable; urgency=low + + * New upstream. + + * rules: Install python module and extensions into + /usr/lib/pythonX.Y/site-packages on advice of Josselin Mouette. + Closes: #516766. + + -- Steve M. Robbins <[email protected]> Sat, 07 Mar 2009 23:04:10 -0600 + insighttoolkit (3.10.1-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/insighttoolkit/trunk/debian/control =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/control 2009-03-07 05:29:38 UTC (rev 3154) +++ trunk/packages/insighttoolkit/trunk/debian/control 2009-03-08 05:28:34 UTC (rev 3155) @@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/insighttoolkit/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/insighttoolkit/trunk/ -Package: libinsighttoolkit3.10 +Package: libinsighttoolkit3.12 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -69,7 +69,7 @@ Package: libinsighttoolkit3-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libinsighttoolkit3.10 (= ${binary:Version}), libfftw3-dev +Depends: ${misc:Depends}, libinsighttoolkit3.12 (= ${binary:Version}), libfftw3-dev Conflicts: libinsighttoolkit-dev Replaces: libinsighttoolkit-dev Suggests: insighttoolkit3-examples Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2009-03-07 05:29:38 UTC (rev 3154) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2009-03-08 05:28:34 UTC (rev 3155) @@ -5,8 +5,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk VER_MAJOR = 3 -VER_MINOR = 10 -VER_PATCH = 1 +VER_MINOR = 12 +VER_PATCH = 0 UPSTREAM_SRC = InsightToolkit-$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) DEBIAN_SRC_DIR = insighttoolkit-$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) @@ -19,8 +19,8 @@ pkg_examples = insighttoolkit$(VER_MAJOR)-examples PYVERS = $(shell pyversions -r debian/control) -PYMODDIR = usr/share/python-support/$(pkg_python) -PYEXTDIR = usr/lib/python-support/$(pkg_python)/$(PYVERS) +PYMODDIR = usr/lib/$(PYVERS)/site-packages +PYEXTDIR = $(PYMODDIR) TCLVERS = 8.4 TCLMODDIR = usr/share/tcltk/tcl$(TCLVERS)/insighttoolkit$(VER_MAJOR) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
