X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=b91b51867b453577bd29e4510bddf15d662b78e3;hb=36d268af21337d6b339afeb7cfad60619bb2af70;hp=f65cb44745e884bca444019ea2bbfadbd9d2a49d;hpb=a209ebc3f922264908ff644f371f8211638d44ef;p=debian%2Fp10cfgd diff --git a/debian/rules b/debian/rules index f65cb44..b91b518 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,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 @@ -14,23 +16,20 @@ 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 dh_installdirs - install -g root -m 755 -o root p10cfgd debian/tmp/usr/sbin/p10cfgd + install -g root -m 755 -o root p10cfgd debian/p10cfgd/usr/sbin/p10cfgd install -g root -m 644 -o root p10cfgd \ - debian/tmp/usr/share/man/man1/p10cfgd.1 + debian/p10cfgd/usr/share/man/man1/p10cfgd.1 + install -o root -g root -m 0644 debian/p10cfgd.lintian \ + debian/p10cfgd/usr/share/lintian/overrides/p10cfgd dh_installdocs dh_installexamples examples/* dh_installmenu dh_installcron - dh_installmanpages dh_installchangelogs dh_strip dh_compress @@ -41,6 +40,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