chiark / gitweb /
Test example: Files for a simple testing configuration now in test-example/
[secnet.git] / debian / rules
index 75606ee4d1d4993da1fae47a3c41bbeb354036f5..590f484db63e311c3d2b13d79d007d68512b5456 100755 (executable)
@@ -6,9 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=2
-
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -24,7 +21,7 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) realclean
+       -$(MAKE) realclean
 
        dh_clean