From dc4f4c9897e9cedaba75c3408dd360e8b44c8d3a Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 27 Apr 2005 00:02:01 +0000 Subject: [PATCH] removed debian files from cvs --- debian/changelog | 14 ----- debian/comedi-modules.control | 28 --------- debian/comedi-modules.postinst | 7 --- debian/comedi-modules.prerm | 5 -- debian/comedi-source.postinst | 7 --- debian/comedi-source.prerm | 5 -- debian/control | 28 --------- debian/copyright | 18 ------ debian/rules | 107 --------------------------------- 9 files changed, 219 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/comedi-modules.control delete mode 100644 debian/comedi-modules.postinst delete mode 100644 debian/comedi-modules.prerm delete mode 100644 debian/comedi-source.postinst delete mode 100644 debian/comedi-source.prerm delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 5a47e6df..00000000 --- a/debian/changelog +++ /dev/null @@ -1,14 +0,0 @@ -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 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 deleted file mode 100644 index 2b42dafb..00000000 --- a/debian/comedi-modules.control +++ /dev/null @@ -1,28 +0,0 @@ -Source: comedi -Priority: extra -Maintainer: David Schleef -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. - diff --git a/debian/comedi-modules.postinst b/debian/comedi-modules.postinst deleted file mode 100644 index 381726af..00000000 --- a/debian/comedi-modules.postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 diff --git a/debian/comedi-modules.prerm b/debian/comedi-modules.prerm deleted file mode 100644 index d8a2e18a..00000000 --- a/debian/comedi-modules.prerm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-modules ]; then - rm -f /usr/doc/comedi-modules -fi diff --git a/debian/comedi-source.postinst b/debian/comedi-source.postinst deleted file mode 100644 index 2506c87b..00000000 --- a/debian/comedi-source.postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 diff --git a/debian/comedi-source.prerm b/debian/comedi-source.prerm deleted file mode 100644 index e1d7f03e..00000000 --- a/debian/comedi-source.prerm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/comedi-source ]; then - rm -f /usr/doc/comedi-source -fi diff --git a/debian/control b/debian/control deleted file mode 100644 index 77a5983a..00000000 --- a/debian/control +++ /dev/null @@ -1,28 +0,0 @@ -Source: comedi -Priority: extra -Maintainer: David Schleef -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. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 48dad7be..00000000 --- a/debian/copyright +++ /dev/null @@ -1,18 +0,0 @@ -This package was debianized by David Schleef 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 . Questions -about Comedi should be addressed to the Comedi mailing list, - - -Copyright: - - GPL - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 9fa673c0..00000000 --- a/debian/rules +++ /dev/null @@ -1,107 +0,0 @@ -#!/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 - -- 2.26.2