clean up debian/rules
This commit is contained in:
parent
4a14768db8
commit
b7554180ef
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue