From e2648a3fd771653c6ce0673e3a5a5365383241dd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Apr 2006 20:02:20 +0000 Subject: [PATCH] Move compat --- Makefile.am | 1 - debian/compat | 1 - debian/rules | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/Makefile.am b/Makefile.am index 720a92c..38eb6ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,5 +14,4 @@ dist-hook: cp $(srcdir)/debian/changelog $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian - cp $(srcdir)/debian/compat $(distdir)/debian cp $(srcdir)/debian/*.install $(distdir)/debian diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/rules b/debian/rules index 1de7a48..d81a3c8 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Force compat level four +export DH_COMPAT=4 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- 1.7.10.4