From 21d8c11b2858d27308df7c0b59368670b9831f32 Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 5 Mar 2003 01:43:03 +0000 Subject: [PATCH] use debian/compat git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@806 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/compat | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..b8626c4c --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index ee9b9e72..90baf524 100755 --- a/debian/rules +++ b/debian/rules @@ -11,9 +11,6 @@ HTMLDIR=$(ROOT)/var/www/lconline # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=4 - # This has to be exported to make some magic below work. export DH_OPTIONS