From: Bdale Garbee Date: Wed, 21 Mar 2012 09:55:35 +0000 (+0100) Subject: lintian cleanups, etc X-Git-Tag: debian/2.3.1-90~3 X-Git-Url: https://git.gag.com/?p=debian%2Fmakedev;a=commitdiff_plain;h=2d0992149a635d1f531eb43eb15af78f928b21b3 lintian cleanups, etc --- diff --git a/debian/changelog b/debian/changelog index d13cb3e..58f4183 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ makedev (2.3.1-90) UNRELEASED; urgency=low - * add Vcs entries to the control file * change maintainer to Debian QA Group + * add Vcs entries to the control file + * clean up a few lintian warnings -- Bdale Garbee Wed, 21 Mar 2012 10:50:08 +0100 diff --git a/debian/control b/debian/control index d0198be..52cd0c4 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Browser: http://git.gag.com/?p=debian/makedev Package: makedev Architecture: all -Depends: base-passwd (>= 3.0.4) +Depends: base-passwd (>= 3.0.4), ${misc:Depends} Conflicts: udev (<= 0.024-7) Description: creates device files in /dev The MAKEDEV executable is used to create device files, often in /dev. diff --git a/debian/rules b/debian/rules index f90578c..1590bff 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir touch build-stamp