Remove the debian directory, since it's not maintained here.
authorDavid Schleef <ds@schleef.org>
Thu, 21 Apr 2005 00:46:47 +0000 (00:46 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Apr 2005 00:46:47 +0000 (00:46 +0000)
* debian/changelog:
* debian/comedi-modules.control:
* debian/comedi-modules.postinst:
* debian/comedi-modules.prerm:
* debian/comedi-source.postinst:
* debian/comedi-source.prerm:
* debian/control:
* debian/copyright:
* debian/rules:

ChangeLog
debian/changelog [deleted file]
debian/comedi-modules.control [deleted file]
debian/comedi-modules.postinst [deleted file]
debian/comedi-modules.prerm [deleted file]
debian/comedi-source.postinst [deleted file]
debian/comedi-source.prerm [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/rules [deleted file]

index ccb32f8f143a71b9d065993a830604d2b2dddd0d..d0127947ff8d3341e13566dc0bd0c2a6db1f84f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-04-20  David Schleef  <ds@schleef.org>
+
+       Remove the debian directory, since it's not maintained here.
+       * debian/changelog:
+       * debian/comedi-modules.control:
+       * debian/comedi-modules.postinst:
+       * debian/comedi-modules.prerm:
+       * debian/comedi-source.postinst:
+       * debian/comedi-source.prerm:
+       * debian/control:
+       * debian/copyright:
+       * debian/rules:
+
 2005-04-17  Frank Hess  <fmhess@users.sourceforge.net>
 
        * comedi/kcomedilib/get.c: Added comedi_mark_buffer_written() to
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 5a47e6d..0000000
+++ /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 <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
-
diff --git a/debian/comedi-modules.control b/debian/comedi-modules.control
deleted file mode 100644 (file)
index 2b42daf..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-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.
-
diff --git a/debian/comedi-modules.postinst b/debian/comedi-modules.postinst
deleted file mode 100644 (file)
index 381726a..0000000
+++ /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 (file)
index d8a2e18..0000000
+++ /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 (file)
index 2506c87..0000000
+++ /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 (file)
index e1d7f03..0000000
+++ /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 (file)
index 77a5983..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-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.
-
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 48dad7b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 9fa673c..0000000
+++ /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
-