+++ /dev/null
-comedilib (0.7.21-3) unstable; urgency=low
-
- * Added dh_python to take care of python dependency (Closes: #207310)
-
- -- David Schleef <ds@schleef.org> Tue, 23 Sep 2003 18:11:12 -0700
-
-comedilib (0.7.21-2) unstable; urgency=low
-
- * Fix accidental overlap of files between libcomedi-dev and libcomedi0
-
- -- David Schleef <ds@schleef.org> Mon, 18 Aug 2003 19:35:06 -0700
-
-comedilib (0.7.21-1) unstable; urgency=low
-
- * New upstream release
-
- -- David Schleef <ds@schleef.org> Sat, 16 Aug 2003 16:25:13 -0700
-
-comedilib (0.7.20-2) unstable; urgency=low
-
- * Apparently debian/copyright got broken at some point in time.
- (probably forgot to merge code back into CVS). Fixed now,
- but not merged into CVS. :)
- * Bumped shlibs, since there were symbols added to the lib.
- * Updated to policy 3.5.10:
- - Handle DEB_BUILD_OPTIONS
- - Fix creation of device nodes
- * Long overdue rewrite of package descriptions
-
- -- David Schleef <ds@schleef.org> Wed, 25 Jun 2003 10:18:09 -0700
-
-comedilib (0.7.20-1) unstable; urgency=low
-
- * New upstream release
- * Convert to using autoconf/automake, which takes care of problems
- with gcc-3.x (Closes: #194885)
-
- -- David Schleef <ds@schleef.org> Tue, 17 Jun 2003 16:18:25 -0700
-
-comedilib (0.7.19-1) unstable; urgency=low
-
- * New upstream release
-
- -- David Schleef <ds@schleef.org> Wed, 3 Jul 2002 21:04:37 -0700
-
-comedilib (0.7.18) unstable; urgency=low
-
- * New upstream version
- * Fix spelling error. (Closes: #124919)
-
- -- David Schleef <ds@schleef.org> Tue, 22 Jan 2002 02:00:04 -0800
-
-comedilib (0.7.17-1) unstable; urgency=low
-
- * New upstream version.
-
- -- David Schleef <ds@schleef.org> Sat, 17 Nov 2001 18:58:16 -0800
-
-comedilib (0.7.16-1.1) unstable; urgency=low
-
- * NMU
- * debian/control: bumped Standards-Version
- * debian/ex.doc-base.package: removed dh_make template file
- * debian/libcomedi0.postinst:
- - don't try to create device files if they already exist
- - don't use absolute path to ldconfig
- * debian/libcomedi0.postrm: new; run ldconfig on remove, per Policy
- * debian/libcomedi0.shlibs: refer to shared library package's real name
- and use a legal version number (Closes: #118057)
-
- -- Branden Robinson <branden@debian.org> Fri, 2 Nov 2001 14:37:34 -0500
-
-comedilib (0.7.16-1) unstable; urgency=low
-
- * Upstream version change
-
- -- David Schleef <ds@schleef.org> Sun, 15 Jul 2001 16:08:40 -0700
-
-comedilib (0.7.15-1) unstable; urgency=low
-
- * Upstream version change
-
- -- David Schleef <ds@schleef.org> Fri, 3 Mar 2001 10:04:53 -0800
-
-comedilib (0.7.14-1) unstable; urgency=low
-
- * Upstream version change
-
- -- David Schleef <ds@schleef.org> Thu, 30 Nov 2000 15:13:08 -0800
-
-comedilib (0.7.12-1) unstable; urgency=low
-
- * Upstream version change
-
- -- David Schleef <ds@schleef.org> Wed, 11 Oct 2000 14:15:47 -0800
-
-comedilib (0.7.11-2) unstable; urgency=low
-
- * Lintian fixes
-
- -- David Schleef <ds@schleef.org> Fri, 29 Sep 2000 13:07:55 -0800
-
-comedilib (0.7.11-1) unstable; urgency=low
-
- * Upstream version change
-
- -- David Schleef <ds@schleef.org> Sat, 2 Sep 2000 20:00:49 -0800
-
-comedilib (0.7.10) unstable; urgency=low
-
- * Merged into comedilib distro.
-
- -- David Schleef <ds@stm.lbl.gov> Wed, 29 Mar 2000 16:03:00 -0800
-
-comedilib (0.7.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- David Schleef <ds@stm.lbl.gov> Tue, 28 Mar 2000 11:44:42 -0800
+++ /dev/null
-Source: comedilib
-Section: devel
-Priority: optional
-Maintainer: David Schleef <ds@schleef.org>
-Build-Depends: debhelper, python-dev, docbook-utils
-Standards-Version: 3.5.10
-
-Package: libcomedi-dev
-Section: libdevel
-Architecture: any
-Depends: libcomedi0 (= ${Source-Version}), libc6-dev
-Conflicts: libcomedi0 (<= 0.7.19.1-1)
-Replaces: libcomedi0 (<= 0.7.19.1-1)
-Description: Development library for Comedi
- Comedilib is a library for using Comedi, a driver interface for data
- acquisition hardware.
- .
- This package contains headers, static libraries, documentation, and
- examples for writing software that uses the Comedilib library. You
- only need to install it if you plan to develop or compile software
- that uses Comedilib.
-
-Package: libcomedi0
-Section: libs
-Architecture: any
-Depends: makedev (>=2.3.1-56), ${shlibs:Depends}
-Description: Library for Comedi
- Comedilib is a library for using Comedi, a driver interface for data
- acquisition hardware. Comedi supports a wide variety of ISA and PCI
- devices that contain analog-to-digital converters, digital-to-analog
- converters, digital input/output, counters and timers. The full list
- of support devices can be found in the libcomedi-dev documentation.
- .
- This package contains the shared library component of Comedilib. In
- general, this package will be automatically installed as a dependency
- of application or other library packages.
- .
- In order to effectively use this package, you need to have compiled
- and installed the Comedi kernel modules. The source for Comedi is
- available in the comedi-source package, which also contains
- instructions on how to compile and install the modules.
-
-Package: python-comedilib
-Section: python
-Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
-Description: Python wrapper for Comedilib
- Comedilib is a library for using Comedi, a driver interface for data
- acquisition hardware. See the libcomedi0 package for more information.
-
+++ /dev/null
-This package was debianized by David Schleef <ds@schleef.org> on
-Tue, 28 Mar 2000 11:44:42 -0800.
-
-It was downloaded from ftp://ftp.comedi.org/pub/comedi.
-
-Upstream Author: David Schleef <ds@schleef.org>
-
-Copyright:
-
-/*
- COMEDILIB - Linux Control and Measurement Device Interface Library
- Copyright (C) 1997-2001 David A. Schleef <ds@schleef.org>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation, version 2.1
- of the License.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA.
-*/
-
-The full text of the LGPL can be found in the file
-/usr/share/common-licenses/LGPL-2.1.
-
+++ /dev/null
-usr/lib
-usr/include
-usr/share/doc
-usr/share/man/man7
-usr/share/man/man8
-usr/bin
-usr/sbin
+++ /dev/null
-usr/lib/libcomedi.so
-usr/lib/libcomedi.a
-usr/include/*
-usr/share/man/man3/*
-usr/share/doc/libcomedi0/html/*
-usr/share/doc/libcomedi0/comedilib.pdf
-usr/share/doc/libcomedi-dev
+++ /dev/null
-usr/lib/libcomedi.so.*
-usr/sbin/*
-usr/bin/comedi_calibrate
-usr/bin/comedi_test
-usr/share/man/man7/*
-usr/share/man/man8/*
-usr/share/doc/libcomedi0/*.conf
-etc/pcmcia/*
+++ /dev/null
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
- if [ ! -e "/dev/comedi0" ];then
- echo "Creating /dev/comediN device nodes"
- cd /dev && MAKEDEV comedi
- fi
-fi
-
-#DEBHELPER#
-
-exit 0
-
+++ /dev/null
-#!/bin/sh
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-libcomedi 0 libcomedi0 (>= 0.7.19)
+++ /dev/null
-usr/lib/python*/site-packages/*.so
-usr/lib/python*/site-packages/comedi.py
+++ /dev/null
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- ./configure \
- --host=$(DEB_HOST_GNU_TYPE) \
- --build=$(DEB_BUILD_GNU_TYPE) \
- --prefix=/usr \
- --mandir=\$${prefix}/share/man \
- --datadir=\$${prefix}/share/doc/ \
- --sysconfdir=/etc \
- --localstatedir=/var/lib/libcomedi0 \
- --disable-dependency-tracking
-
- $(MAKE)
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- -$(MAKE) distclean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- $(MAKE) install prefix=`pwd`/debian/tmp/usr \
- pkgdatadir=`pwd`/debian/tmp/usr/share/doc/libcomedi0 \
- sysconfdir=`pwd`/debian/tmp/etc \
- localstatedir=`pwd`/debian/tmp/var
-
- cd debian/tmp/usr/share/doc && ln -s libcomedi0 libcomedi-dev
-
-binary-indep: build install
-
-binary-arch: build install
-# dh_testversion
- dh_testdir
- dh_testroot
- #
- # build libcomedi${major} package by moving files from comedilib-dev
- #
- dh_movefiles
-
-# dh_installdebconf
- dh_installdocs -Nlibcomedi-dev
- dh_installexamples
- dh_installmenu
-# dh_installemacsen
-# dh_installpam
-# dh_installinit
- dh_installcron
-
- dh_installinfo
-# dh_undocumented
- dh_installchangelogs -Nlibcomedi-dev
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_python
-# dh_perl
- dh_shlibdeps -l`pwd`/debian/tmp/usr/lib/
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install