X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=5c8f9b798399a60cdacc97c6cfa9c6becb82ddde;hp=3cb75fad08b19e585ec57de4c981376c1d092f7b;hb=0bb6e94fe87664e102d9e68cb3cb12ea7aac4caf;hpb=66ea66e79deb183258d4b26b32c7bea48f5013c6 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