Author: tille Date: 2009-03-26 22:36:23 +0000 (Thu, 26 Mar 2009) New Revision: 3211
Modified: trunk/packages/gnumed-client/trunk/debian/control trunk/packages/gnumed-client/trunk/debian/gnumed-client.install trunk/packages/gnumed-client/trunk/debian/gnumed-common.install trunk/packages/gnumed-client/trunk/debian/rules Log: Tried to adopt to new python policy ... but failed - will ask for help Modified: trunk/packages/gnumed-client/trunk/debian/control =================================================================== --- trunk/packages/gnumed-client/trunk/debian/control 2009-03-26 15:54:20 UTC (rev 3210) +++ trunk/packages/gnumed-client/trunk/debian/control 2009-03-26 22:36:23 UTC (rev 3211) @@ -6,7 +6,7 @@ Uploaders: Andreas Tille <[email protected]>, David Paleino <[email protected]> Build-Depends: debhelper -Build-Depends-Indep: po-debconf, python-support (>= 0.3.8), python-all-dev (>= 2.3.5-11) +Build-Depends-Indep: po-debconf, python-support (>= 0.5.3), python-all-dev (>= 2.3.5-11) Standards-Version: 3.8.1 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-client/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gnumed-client/trunk/ Modified: trunk/packages/gnumed-client/trunk/debian/gnumed-client.install =================================================================== --- trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2009-03-26 15:54:20 UTC (rev 3210) +++ trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2009-03-26 22:36:23 UTC (rev 3211) @@ -1,10 +1,10 @@ -client/business usr/share/python-support/gnumed-client/Gnumed -client/*porters usr/share/python-support/gnumed-client/Gnumed -client/wxpython usr/share/python-support/gnumed-client/Gnumed -client/wxGladeWidgets usr/share/python-support/gnumed-client/Gnumed +client/business usr/share/Gnumed +client/*porters usr/share/Gnumed +client/wxpython usr/share/Gnumed +client/wxGladeWidgets usr/share/Gnumed debian/tools/gnumed usr/bin debian/conf/[gm]*.conf etc/gnumed client/connectors/gm_ctl_client.conf etc/gnumed -client/bitmaps/*.png usr/share/gnumed/bitmaps +client/bitmaps/*.png usr/share/Gnumed/bitmaps client/bitmaps/*.xpm usr/share/pixmaps client/*.desktop usr/share/applications Modified: trunk/packages/gnumed-client/trunk/debian/gnumed-common.install =================================================================== --- trunk/packages/gnumed-client/trunk/debian/gnumed-common.install 2009-03-26 15:54:20 UTC (rev 3210) +++ trunk/packages/gnumed-client/trunk/debian/gnumed-common.install 2009-03-26 22:36:23 UTC (rev 3211) @@ -1,2 +1,2 @@ -client/pycommon usr/share/python-support/gnumed-common/Gnumed -client/__init__.py usr/share/python-support/gnumed-common/Gnumed +client/pycommon usr/share/Gnumed +client/__init__.py usr/share/Gnumed Modified: trunk/packages/gnumed-client/trunk/debian/rules =================================================================== --- trunk/packages/gnumed-client/trunk/debian/rules 2009-03-26 15:54:20 UTC (rev 3210) +++ trunk/packages/gnumed-client/trunk/debian/rules 2009-03-26 22:36:23 UTC (rev 3211) @@ -91,7 +91,7 @@ dh_strip dh_compress dh_fixperms - dh_pysupport + dh_pysupport /usr/share/Gnumed dh_installdeb dh_shlibdeps dh_gencontrol _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
