Automated commit for debian release 0.8.1-1 debian-0.8.1-1
authorKevin Rosenberg <kevin@rosenberg.net>
Sun, 9 Sep 2007 00:54:09 +0000 (18:54 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Sun, 9 Sep 2007 00:54:09 +0000 (18:54 -0600)
debian/compat [new file with mode: 0644]
debian/rules

diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 3cb75fad08b19e585ec57de4c981376c1d092f7b..5c8f9b798399a60cdacc97c6cfa9c6becb82ddde 100755 (executable)
@@ -5,11 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
-
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -46,7 +41,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) clean
+       $(MAKE) clean
 
        dh_clean