clean up a few lintian warnings
authorBdale Garbee <bdale@gag.com>
Mon, 26 Dec 2011 08:06:27 +0000 (01:06 -0700)
committerBdale Garbee <bdale@gag.com>
Mon, 26 Dec 2011 08:06:27 +0000 (01:06 -0700)
debian/control
debian/rules

index bdff0d6508950db3022237539770c56f23b8996d..81fbcbfecf2d0acc55831d699e3d2b70d2a3369f 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.8.4
+Standards-Version: 3.9.2
 Vcs-Git: git://git.gag.com/debian/cpmtools
 Vcs-Browser: http://git.gag.com/?p=debian/cpmtools
 
@@ -11,7 +11,7 @@ Package: cpmtools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Tools to access CP/M file systems
- This package allows to access CP/M file systems similar to the well-known 
+ This package allows access to CP/M file systems similar to the well-known 
  mtools package, which accesses MSDOS file systems.
  .
  All CP/M file system features are supported.
index 31d753cf39b07801bc330c95c04fa93f9e4ef213..ddb8b049ec5e4fcf166210078bbc83783c4b29ec 100755 (executable)
@@ -12,9 +12,10 @@ configure-stamp:
                --datarootdir=/etc/cpmtools
        touch configure-stamp
 
-build: build-stamp
-
-build-stamp: configure-stamp 
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp: configure-stamp
        dh_testdir
        $(MAKE)
        touch build-stamp