From d65b45c0638615bf932ae10d2dea5ad7cbb51c6f Mon Sep 17 00:00:00 2001 From: gombasg Date: Mon, 9 Nov 2009 12:37:36 +0000 Subject: [PATCH] Fix the location of the Python modules git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2292 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/debian/changelog | 6 ++++++ dcapi/debian/python-dcapi.install | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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