packaging fixes
This commit is contained in:
parent
435ad43809
commit
ca4dfd446d
3 changed files with 25 additions and 19 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
comedilib (0.7.18-cvs20020912) unstable; urgency=low
|
||||||
|
|
||||||
|
* snapshot
|
||||||
|
|
||||||
|
-- David Schleef <ds@schleef.org> Thu, 12 Sep 2002 16:43:08 -0700
|
||||||
|
|
||||||
comedilib (0.7.18) unstable; urgency=low
|
comedilib (0.7.18) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream version
|
* New upstream version
|
||||||
|
|
9
debian/control
vendored
9
debian/control
vendored
|
@ -20,3 +20,12 @@ Depends: makedev (>=2.3.1-56), ${shlibs:Depends}
|
||||||
Description: Library for Comedi
|
Description: Library for Comedi
|
||||||
Comedilib is a library for using Comedi, a driver interface for data
|
Comedilib is a library for using Comedi, a driver interface for data
|
||||||
acquisition hardware.
|
acquisition hardware.
|
||||||
|
|
||||||
|
Package: python-comedilib
|
||||||
|
Section: python
|
||||||
|
Architecture: any
|
||||||
|
Depends: makedev (>=2.3.1-56), ${shlibs:Depends}
|
||||||
|
Description: Python wrapper for Comedilib
|
||||||
|
Comedilib is a library for using Comedi, a driver interface for data
|
||||||
|
acquisition hardware.
|
||||||
|
|
||||||
|
|
29
debian/rules
vendored
29
debian/rules
vendored
|
@ -6,17 +6,19 @@
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
# This is the debhelper compatability version to use.
|
# This is the debhelper compatability version to use.
|
||||||
export DH_COMPAT=1
|
export DH_COMPAT=3
|
||||||
|
|
||||||
# shared library versions, option 1
|
|
||||||
include version
|
|
||||||
major=0
|
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr \
|
||||||
|
--mandir=\$${prefix}/share/man \
|
||||||
|
--datadir=\$${prefix}/share/doc/ \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--disable-dependency-tracking
|
||||||
|
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
|
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
@ -36,14 +38,11 @@ install: build
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
$(MAKE) install prefix=`pwd`/debian/tmp/usr
|
$(MAKE) install prefix=`pwd`/debian/tmp/usr \
|
||||||
|
pkgdatadir=`pwd`/debian/tmp/usr/share/doc/libcomedi-dev
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
|
||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
# We have nothing to do by default.
|
|
||||||
|
|
||||||
# Build architecture-dependent files here.
|
|
||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
# dh_testversion
|
# dh_testversion
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
@ -51,12 +50,7 @@ binary-arch: build install
|
||||||
#
|
#
|
||||||
# build libcomedi${major} package by moving files from comedilib-dev
|
# build libcomedi${major} package by moving files from comedilib-dev
|
||||||
#
|
#
|
||||||
dh_movefiles -plibcomedi$(major) \
|
dh_movefiles
|
||||||
usr/lib/libcomedi.so.$(version) \
|
|
||||||
usr/lib/libcomedi.so.$(major) \
|
|
||||||
usr/sbin/comedi_config \
|
|
||||||
usr/bin/comedi_calibrate \
|
|
||||||
etc
|
|
||||||
|
|
||||||
# dh_installdebconf
|
# dh_installdebconf
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
|
@ -66,9 +60,6 @@ binary-arch: build install
|
||||||
# dh_installpam
|
# dh_installpam
|
||||||
# dh_installinit
|
# dh_installinit
|
||||||
dh_installcron
|
dh_installcron
|
||||||
dh_installmanpages -plibcomedi0
|
|
||||||
|
|
||||||
(cd debian/tmp/usr/share && rm -rf man)
|
|
||||||
|
|
||||||
dh_installinfo
|
dh_installinfo
|
||||||
# dh_undocumented
|
# dh_undocumented
|
||||||
|
|
Loading…
Add table
Reference in a new issue