update debian packaging
authorDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2004 21:56:06 +0000 (21:56 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2004 21:56:06 +0000 (21:56 +0000)
debian/changelog
debian/control
debian/rules

index b539b29b8ed066927392b9c0b12cb7d50095702a..9986236df7da94f945f1969a3d6d4e63011a80dc 100644 (file)
@@ -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 <ds@schleef.org>  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 <ds@schleef.org>  Mon, 18 Aug 2003 19:35:06 -0700
+
+comedilib (0.7.21-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- David Schleef <ds@schleef.org>  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.
index b984476a11a8dc531fa4826e29c467b0326bcc81..083fae8bee9ddcf11a398504b92d18cbe386ee81 100644 (file)
@@ -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.
index 598819ab673ebd78e7f57d776fc851d0b4753663..52d4179d723ecd576295039bb6e43738152b47e9 100755 (executable)
@@ -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