diff --git a/debian/rules b/debian/rules index ec44280..e4c3e0e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # -*- makefile -*- # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +# export DH_VERBOSE=1 export DH_OPTIONS += --dbg-package=libpsl0-dbg %: @@ -24,6 +24,3 @@ override_dh_auto_build: help2man --no-info --no-discard-stderr --output=debian/psl.1 \ --name="Explore the Public Suffix List" tools/psl -#override_dh_auto_clean: -# test ! -f Makefile || dh_auto_clean -