diff --git a/dcapi/debian/changelog b/dcapi/debian/changelog index 0b70c94793..92ed7ecb98 100644 --- a/dcapi/debian/changelog +++ b/dcapi/debian/changelog @@ -1,3 +1,9 @@ +dcapi (0.9-29) unstable; urgency=low + + * Fix the install location of the Python modules. + + -- Gábor Gombás Mon, 09 Nov 2009 13:36:59 +0100 + dcapi (0.9-28) unstable; urgency=low * Use m4_ifval() in dcapi.m4 instead of m4_ifblank(); the latter is too new diff --git a/dcapi/debian/python-dcapi.install b/dcapi/debian/python-dcapi.install index 6ccc246dc1..96d3769cb9 100644 --- a/dcapi/debian/python-dcapi.install +++ b/dcapi/debian/python-dcapi.install @@ -1 +1 @@ -python/DCAPI/*.py usr/share/pyshared +python/DCAPI/*.py usr/share/pyshared/DCAPI