From: Bdale Garbee Date: Mon, 20 Oct 2008 18:39:32 +0000 (+0200) Subject: fix various lintian warnings and errors X-Git-Tag: debian/1.0-14~7 X-Git-Url: https://git.gag.com/?p=debian%2Fp10cfgd;a=commitdiff_plain;h=2ab037c1f3adcaa1a1c3ea9576b4420bfc05f755 fix various lintian warnings and errors --- diff --git a/debian/control b/debian/control index 18eb1d5..84b6a49 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: p10cfgd Section: hamradio Priority: extra Maintainer: Bdale Garbee -Build-Depends-Indep: debhelper (>= 5) -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 Package: p10cfgd Architecture: all diff --git a/debian/postinst b/debian/postinst index b3e823a..06502d4 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/bash -e # add our entry to the /etc/inetd.conf file diff --git a/debian/rules b/debian/rules index 3e4ad5d..8bb288c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,11 +14,7 @@ clean: rm -f build-stamp dh_clean -# Build architecture-independent files here. binary-indep: build - -# Build architecture-dependent files here. -binary-arch: build dh_testdir dh_testroot dh_clean -k @@ -42,6 +38,9 @@ binary-arch: build dh_md5sums dh_builddeb + +binary-arch: build + source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false