X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=824ef82cdf833e1496bfc4ea7686343c1ea3ae11;hb=refs%2Fheads%2Fmaster;hp=3e4ad5dabb7ad56bbe5b9bc8c2c42d510eb82004;hpb=10cea2cdc48eb69c36df73ca522145d92df2f1e3;p=debian%2Fp10cfgd diff --git a/debian/rules b/debian/rules index 3e4ad5d..824ef82 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,14 +16,10 @@ 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_prep dh_installdirs install -g root -m 755 -o root p10cfgd debian/p10cfgd/usr/sbin/p10cfgd install -g root -m 644 -o root p10cfgd \ @@ -42,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