New upload
authorDavid Schleef <ds@schleef.org>
Thu, 28 Feb 2002 04:15:02 +0000 (04:15 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 28 Feb 2002 04:15:02 +0000 (04:15 +0000)
debian/changelog
debian/comedi-modules.control
debian/control
debian/rules

index 21e4560a4cc0125aa97984db52c1a8b73cb8fa53..3f2b534d8c968cb47ed1fd22e809ed21a5a976aa 100644 (file)
@@ -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 <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
 
index 51b088cefdfecf4be440a0bcddcb88fca2b1e1a6..2b42dafb4cd35faf85e869f779817b246a4e1e16 100644 (file)
@@ -1,5 +1,5 @@
 Source: comedi
-Priority: optional
+Priority: extra
 Maintainer: David Schleef <ds@schleef.org>
 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.
 
index 7ffbeb391cc006109cc51a0323ddfe8643899ff2..6789b96fe9b9f696dad19bfa4a846a67f057d293 100644 (file)
@@ -1,5 +1,5 @@
 Source: comedi
-Priority: optional
+Priority: extra
 Maintainer: David Schleef <ds@schleef.org>
 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.
 
index ffc14404b2d3dcfd314dfb4e6fb1d9378fac9a55..32348be973b17dfe28710b3798a6cb114467e46d 100755 (executable)
@@ -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