From: Kevin Rosenberg Date: Sun, 9 Sep 2007 00:54:09 +0000 (-0600) Subject: Automated commit for debian release 0.8.1-1 X-Git-Tag: debian-0.8.1-1^0 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=0bb6e94fe87664e102d9e68cb3cb12ea7aac4caf Automated commit for debian release 0.8.1-1 --- 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