-comedi (0.7.63-cvs20020210-1) unstable; urgency=low
+comedi (0.7.63-2) unstable; urgency=low
- * Initial Release.
+ * debian/control: improved package description
+ * debian/control: changed priority to extra
+ * debian/rules: install devices.txt, drivers.txt to /usr/share/doc
+
+ -- David Schleef <ds@schleef.org> Wed, 27 Feb 2002 19:47:43 -0800
+
+comedi (0.7.63-1) unstable; urgency=low
+
+ * Initial Release.
-- David Schleef <ds@schleef.org> Mon, 11 Feb 2002 00:08:02 -0800
Source: comedi
-Priority: optional
+Priority: extra
Maintainer: David Schleef <ds@schleef.org>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.5.6
Package: comedi-modules-$KVERS
Section: admin
Architecture: any
-Description: Comedi modules
- This package provides the modules for Comedi for a specific kernel
- version.
+Recommends: libcomedi0
+Description: Comedi kernel modules
+ Comedi (Control and Measurement Device Interface) is a collection
+ of device drivers for data acquisition devices. This includes
+ most devices that have analog-to-digital (A/D) converters,
+ digital-to-analog (D/A) converters, raw digital I/O, digital
+ counters, and timers. Well-known manufacturers include National
+ Instruments, Data Translation, and Measurement Computing. A list
+ of supported devices can be found in /usr/share/doc/comedi-source/.
+ These drivers are not included in the Linux kernel package, so if
+ you want to use these devices with Debian, you should install this
+ package.
+ .
+ The packages libcomedi0 and libcomedi-dev contain documentation
+ about Comedi and Comedilib.
+ .
+ This package provides the Comedi kernel modules for a particular
+ kernel version.
Source: comedi
-Priority: optional
+Priority: extra
Maintainer: David Schleef <ds@schleef.org>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.5.6
Section: admin
Architecture: all
Recommends: dpkg-dev, c-compiler, make
-Suggests: kpkg-build
-Description: Comedi source
- This package provides the source code for Comedi. The kernel source
- is required to compile these modules.
-
-Package: comedi-modules
-Section: admin
-Architecture: any
-Description: Comedi modules
+Suggests: kpkg-build, libcomedi0
+Description: Comedi kernel module source
+ Comedi (Control and Measurement Device Interface) is a collection
+ of device drivers for data acquisition devices. This includes
+ most devices that have analog-to-digital (A/D) converters,
+ digital-to-analog (D/A) converters, raw digital I/O, digital
+ counters, and timers. Well-known manufacturers include National
+ Instruments, Data Translation, and Measurement Computing. A list
+ of supported devices can be found in /usr/share/doc/comedi-source/.
+ These drivers are not included in the Linux kernel source, so if
+ you want to use these devices with Debian, you should install this
+ package and compile the modules.
+ .
+ The packages libcomedi0 and libcomedi-dev contain documentation
+ about Comedi and Comedilib.
+ .
This package provides the source code for Comedi. The kernel source
is required to compile these modules.
$(MAKE) INSTALL_MOD_PATH=`pwd`/$(d_mod) install
install -m644 debian/changelog \
$(d_mod)/usr/share/doc/$(p_mod)/changelog.Debian
+ install -m 644 Documentation/comedi/devices.txt \
+ debian/src/usr/share/doc/comedi-source/
+ install -m 644 Documentation/comedi/drivers.txt \
+ debian/src/usr/share/doc/comedi-source/
gzip -9v $(d_mod)/usr/share/doc/$(p_mod)/*
install -m644 debian/copyright \
$(d_mod)/usr/share/doc/$(p_mod)/copyright
debian/src/usr/share/doc/comedi-source/README
install -m 644 debian/changelog \
debian/src/usr/share/doc/comedi-source/changelog.Debian
+ install -m 644 Documentation/comedi/devices.txt \
+ debian/src/usr/share/doc/comedi-source/
+ install -m 644 Documentation/comedi/drivers.txt \
+ debian/src/usr/share/doc/comedi-source/
gzip -9v debian/src/usr/share/doc/comedi-source/*
install -m 644 debian/copyright \
debian/src/usr/share/doc/comedi-source/copyright