freshen package using new upstream version
[debian/p10cfgd] / debian / rules
index 3e4ad5dabb7ad56bbe5b9bc8c2c42d510eb82004..824ef82cdf833e1496bfc4ea7686343c1ea3ae11 100755 (executable)
@@ -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