fix up control and rules file issues identified by lintian
authorBdale Garbee <bdale@gag.com>
Thu, 5 Jun 2008 21:32:07 +0000 (15:32 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 5 Jun 2008 21:32:07 +0000 (15:32 -0600)
debian/control
debian/rules

index ba1a5b381e1f56a54c570acde7dc81d24f592265..a5f54dd069ce81d7a0578a0ebfb48be8acce9381 100644 (file)
@@ -3,7 +3,7 @@ Section: otherosfs
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
 Build-Depends: debhelper (>> 5), libncurses-dev, autotools-dev
-Standards-Version: 3.6.2.2
+Standards-Version: 3.7.3
 
 Package: cpmtools
 Architecture: any
index 7b17023d2d56d643ad2c68eda70d9032d93d56f0..110b7e3e15be869abc34c9a047fea9ff71a55e3a 100755 (executable)
@@ -7,7 +7,7 @@ configure: configure-stamp
 configure-stamp:
        dh_testdir
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man \
-               --datadir=/etc/cpmtools
+               --datarootdir=/etc/cpmtools
        touch configure-stamp
 
 build: build-stamp
@@ -21,7 +21,7 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 
        -test -r /usr/share/misc/config.sub && \
                cp -f /usr/share/misc/config.sub config.sub