From a167f7b0a94b7beb72989de453b4efda8bd99907 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 28 Feb 2002 04:15:02 +0000 Subject: [PATCH] New upload --- debian/changelog | 12 ++++++++++-- debian/comedi-modules.control | 23 +++++++++++++++++++---- debian/control | 27 +++++++++++++++++---------- debian/rules | 8 ++++++++ 4 files changed, 54 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21e4560a..3f2b534d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,14 @@ -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 Wed, 27 Feb 2002 19:47:43 -0800 + +comedi (0.7.63-1) unstable; urgency=low + + * Initial Release. -- David Schleef Mon, 11 Feb 2002 00:08:02 -0800 diff --git a/debian/comedi-modules.control b/debian/comedi-modules.control index 51b088ce..2b42dafb 100644 --- a/debian/comedi-modules.control +++ b/debian/comedi-modules.control @@ -1,5 +1,5 @@ Source: comedi -Priority: optional +Priority: extra Maintainer: David Schleef Build-Depends: debhelper (>> 2.0.0) Standards-Version: 3.5.6 @@ -7,7 +7,22 @@ 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. diff --git a/debian/control b/debian/control index 7ffbeb39..6789b96f 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: comedi -Priority: optional +Priority: extra Maintainer: David Schleef Build-Depends: debhelper (>> 2.0.0) Standards-Version: 3.5.6 @@ -8,15 +8,22 @@ Package: comedi-source 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. diff --git a/debian/rules b/debian/rules index ffc14404..32348be9 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,10 @@ kdist_image: checkroot $(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 @@ -74,6 +78,10 @@ binary-source: checkroot 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 -- 2.26.2