move files around. fix build depends.

This commit is contained in:
David Schleef 2003-06-05 22:15:12 +00:00
parent 00849f157e
commit b5c7d281a2
5 changed files with 8 additions and 6 deletions

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
comedilib (0.7.19.1-1) unstable; urgency=low
comedilib (0.7.19.1-2) unstable; urgency=low
* snapshot
-- David Schleef <ds@schleef.org> Tue, 03 Jun 2003 21:01:30 -0700
-- David Schleef <ds@schleef.org> Thu, 05 Jun 2003 12:55:03 -0700
comedilib (0.7.18-cvs20020912) unstable; urgency=low

4
debian/control vendored
View file

@ -2,13 +2,15 @@ Source: comedilib
Section: devel
Priority: optional
Maintainer: David Schleef <ds@schleef.org>
Build-Depends: debhelper
Build-Depends: debhelper, python-dev, flex, bison, docbook-utils
Standards-Version: 3.5.6
Package: libcomedi-dev
Section: libdevel
Architecture: any
Depends: libcomedi0 (= ${Source-Version}), libc6-dev
Conflicts: libcomedi0 (<= 0.7.19.1-1)
Replaces: libcomedi0 (<= 0.7.19.1-1)
Description: Development library for Comedi
Comedilib is a library for using Comedi, a driver interface for data
acquisition hardware.

View file

@ -1,3 +1,4 @@
usr/lib/libcomedi.so
usr/lib/libcomedi.a
usr/include/*
usr/share/man/man3/*

View file

@ -1,4 +1,3 @@
usr/lib/libcomedi*.so
usr/lib/libcomedi.so.*
usr/sbin/*
usr/bin/comedi_calibrate

View file

@ -1,2 +1,2 @@
usr/lib/python2.2/site-packages/*.so
usr/lib/python2.2/site-packages/comedi.py
usr/lib/python*/site-packages/*.so
usr/lib/python*/site-packages/comedi.py