lintian fixes
authorDavid Schleef <ds@schleef.org>
Thu, 12 Oct 2000 01:40:52 +0000 (01:40 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 12 Oct 2000 01:40:52 +0000 (01:40 +0000)
Makefile
debian/dirs
debian/rules

index 8a063f7b3f0937412f947339d4a720d4321ecf8d..64b31ef89d77b88879e4166388c5e37bbb9137e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ install:      dummy
        install ${DOCFILES} ${INSTALLDIR_DOC}
        install man/*.7 ${INSTALLDIR_MAN}/man7
        install man/*.8 ${INSTALLDIR_MAN}/man8
-       install -m 755 comedi_config/comedi_config ${INSTALLDIR_SBIN}
-       install -m 755 comedi_calibrate/comedi_calibrate ${INSTALLDIR_BIN}
+       install -s -m 755 comedi_config/comedi_config ${INSTALLDIR_SBIN}
+       install -s -m 755 comedi_calibrate/comedi_calibrate ${INSTALLDIR_BIN}
 
 lpr:   dummy
        find . -name '*.[chs]'|xargs enscript -2r -pit.ps
index 7e3dd1e3472eab4c58d174f25cabaded0d0da223..7c1a29b502df73ca5d533c0bf67c1bd7e76af02b 100644 (file)
@@ -4,3 +4,4 @@ usr/share/doc
 usr/share/man/man7
 usr/share/man/man8
 usr/bin
+usr/sbin
index 54d4d4d0b5698d14d663af8d1d743f2c72851397..e93e103913faf45c6a017a2c3947de6598a64d0b 100755 (executable)
@@ -61,11 +61,11 @@ binary-arch: build install
        #
        # build libcomedi${major} package by moving files from comedilib-dev
        #
-       dh_movefiles -plibcomedi$(major)             \
-               usr/lib/libcomedi.so.$(version) \
-               usr/lib/libcomedi.so.$(major)   \
-              usr/sbin/comedi_config           \
-              usr/bin/comedi_calibrate
+       dh_movefiles -plibcomedi$(major)                \
+               usr/lib/libcomedi.so.$(version)         \
+               usr/lib/libcomedi.so.$(major)           \
+               usr/bin/comedi_config                   \
+               usr/bin/comedi_calibrate
 
 #      dh_installdebconf       
        dh_installdocs
@@ -76,6 +76,9 @@ binary-arch: build install
 #      dh_installinit
        dh_installcron
        dh_installmanpages -plibcomedi0
+
+       (cd debian/tmp/usr/share && rm -rf man)
+
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs