From 0bb6e94fe87664e102d9e68cb3cb12ea7aac4caf Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 8 Sep 2007 18:54:09 -0600 Subject: [PATCH] Automated commit for debian release 0.8.1-1 --- debian/compat | 1 + debian/rules | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index 3cb75fa..5c8f9b7 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.34.1