From b7554180ef892e4c275a6e486cc0430300f93491 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 6 Jun 2014 00:40:49 -0400 Subject: [PATCH] clean up debian/rules --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -