Bump Debian compat version to 12, using debhelper-compat approach
[grml-network.git] / debian / rules
index ecc272e..db8fe62 100755 (executable)
@@ -21,12 +21,12 @@ clean:
        dh_testroot
        ( cd docs && $(MAKE) clean )
        rm -f build-stamp
-       dh_clean 
+       dh_prep
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs usr/sbin etc/grml
 
        install -m 755 sbin/*        debian/grml-network/usr/sbin/
@@ -36,11 +36,11 @@ install: build
        ( cd docs && $(MAKE) install DESTDIR=../debian/grml-network )
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs