From: David Schleef Date: Wed, 11 Aug 2004 21:56:06 +0000 (+0000) Subject: update debian packaging X-Git-Tag: r0_7_22~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f3bcc94c5ad4a788c133f6d1472f5f7680c81c2;p=comedilib.git update debian packaging --- diff --git a/debian/changelog b/debian/changelog index b539b29..9986236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +comedilib (0.7.21-3) unstable; urgency=low + + * Added dh_python to take care of python dependency (Closes: #207310) + + -- David Schleef Tue, 23 Sep 2003 18:11:12 -0700 + +comedilib (0.7.21-2) unstable; urgency=low + + * Fix accidental overlap of files between libcomedi-dev and libcomedi0 + + -- David Schleef Mon, 18 Aug 2003 19:35:06 -0700 + +comedilib (0.7.21-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Sat, 16 Aug 2003 16:25:13 -0700 + comedilib (0.7.20-2) unstable; urgency=low * Apparently debian/copyright got broken at some point in time. diff --git a/debian/control b/debian/control index b984476..083fae8 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Description: Library for Comedi Package: python-comedilib Section: python Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${python:Depends} Description: Python wrapper for Comedilib Comedilib is a library for using Comedi, a driver interface for data acquisition hardware. See the libcomedi0 package for more information. diff --git a/debian/rules b/debian/rules index 598819a..52d4179 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ binary-arch: build install dh_movefiles # dh_installdebconf - dh_installdocs + dh_installdocs -Nlibcomedi-dev dh_installexamples dh_installmenu # dh_installemacsen @@ -80,13 +80,14 @@ binary-arch: build install dh_installinfo # dh_undocumented - dh_installchangelogs + dh_installchangelogs -Nlibcomedi-dev dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb + dh_python # dh_perl dh_shlibdeps -l`pwd`/debian/tmp/usr/lib/ dh_gencontrol