+++ /dev/null
-comedi (0.7.63-2) unstable; urgency=low
-
- * 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
-
+++ /dev/null
-Source: comedi
-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
-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.
-
+++ /dev/null
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/comedi-modules -a -d /usr/share/doc/comedi-modules ]; then
- ln -sf ../share/doc/comedi-modules /usr/doc/comedi-modules
- fi
-fi
+++ /dev/null
-#!/bin/sh
-
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-modules ]; then
- rm -f /usr/doc/comedi-modules
-fi
+++ /dev/null
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/comedi-source -a -d /usr/share/doc/comedi-source ]; then
- ln -sf ../share/doc/comedi-source /usr/doc/comedi-source
- fi
-fi
+++ /dev/null
-#!/bin/sh
-
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-source ]; then
- rm -f /usr/doc/comedi-source
-fi
+++ /dev/null
-Source: comedi
-Priority: extra
-Maintainer: David Schleef <ds@schleef.org>
-Standards-Version: 3.5.6
-
-Package: comedi-source
-Section: admin
-Architecture: all
-Recommends: dpkg-dev, c-compiler, make
-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.
-
+++ /dev/null
-This package was debianized by David Schleef <ds@schleef.org> on
-Mon, 11 Feb 2002 00:10:56 -0800.
-
-
-Comedi releases can be found at ftp://ftp.comedi.org/pub/comedi.
-
-Comedi CVS is at
-
- :pserver:cvs.comedi.org:/var/cvs
-
-The upstream maintainer is David Schleef <ds@schleef.org>. Questions
-about Comedi should be addressed to the Comedi mailing list,
-<comedi@comedi.org>
-
-Copyright:
-
- GPL
-
+++ /dev/null
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 by Joey Hess.
-#
-# This version is for a hypothetical package that builds an
-# architecture-dependant package, as well as an architecture-independent
-# package.
-
-p_mod=comedi-modules-$(KVERS)
-#p_mod=comedi-modules
-d_mod=debian/$(p_mod)
-
-.PHONY: kdist_image
-kdist_image: checkroot
- $(RM) debian/files
- yes "" | ./configure --linuxdir $(KSRC) --non-interactive --reconf
- echo "KERNELRELEASE=$(KVERS)" >>.buildvars
- $(MAKE)
- $(RM) -rf $(d_mod)
- install -d $(d_mod) $(d_mod)/DEBIAN
- install -d "$(d_mod)/usr/share/doc/$(p_mod)"
- install debian/comedi-modules.postinst $(d_mod)/DEBIAN/postinst
- install debian/comedi-modules.prerm $(d_mod)/DEBIAN/prerm
- $(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 \
- $(d_mod)/usr/share/doc/$(p_mod)/
- install -m 644 Documentation/comedi/drivers.txt \
- $(d_mod)/usr/share/doc/$(p_mod)/
- gzip -9v $(d_mod)/usr/share/doc/$(p_mod)/*
- install -m644 debian/copyright \
- $(d_mod)/usr/share/doc/$(p_mod)/copyright
- chown -R root.root $(d_mod)
- chmod -R g-ws $(d_mod)
- echo "kpkg:Package-Version=$(epoch)$(pversion)+$(non_epoch_version)" \
- >> debian/substvars
- echo "kpkg:Kernel-Version=$(KVERS)" >> debian/substvars
- sed 's/\$$KVERS/$(KVERS)/' debian/comedi-modules.control >debian/control
- dpkg-gencontrol -p$(p_mod) -P$(d_mod) -isp
- dpkg-deb --build $(d_mod) $(KSRC)/..
-
-.PHONY: kdist_config
-kdist_config:
- echo "****** kdist_configure *****"
- env
- yes "" | ./configure --linuxdir $(KSRC) --non-interactive --reconf
- echo "KERNELRELEASE=$(KVERS)" >>.buildvars
-
-.PHONY: kdist_clean clean
-kdist_clean clean:
- $(MAKE) distclean
- $(RM) -r debian/tmp $(d_mod) debian/src debian/*~ \
- debian/files debian/substvars
-
-build:
-
-.PHONY: binary-source
-binary-source: checkroot
- $(RM) -r debian/src
- install -d debian/src debian/src/DEBIAN
- install debian/comedi-source.postinst debian/src/DEBIAN/postinst
- install debian/comedi-source.prerm debian/src/DEBIAN/prerm
- install -d debian/src/usr/src/modules/comedi
- install -d debian/src/usr/share/doc/comedi-source
-
- find . \( -path ./debian/src -o -name 'tmp*' \) -prune -o -print | \
- cpio -admp debian/src/usr/src/modules/comedi
- cd debian/src/usr/src/modules/comedi && \
- $(MAKE) -f debian/rules clean
- chown -R root.src debian/src/usr/src
- find debian/src -type d | xargs chmod 775
- find debian/src -type f -perm -100 | xargs chmod 775
- find debian/src -type f -not -perm -100 | xargs chmod 664
- cd debian/src/usr/src && \
- tar cf comedi.tar modules && \
- $(RM) -r modules
- gzip -9 debian/src/usr/src/comedi.tar
- install -m 644 README \
- 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
-
- chown -R root.root debian/src
- chmod -R g-ws debian/src
- dpkg-gencontrol -pcomedi-source -Pdebian/src -isp
- dpkg-deb --build debian/src ..
-
-.PHONY: binary-arch
-binary-arch:
-
-.PHONY: binary-indep
-binary-indep: binary-source
-
-checkroot:
- test root = "`whoami`"
-
-.PHONY: binary
-binary: binary-indep
-