aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8e3dc240f..a9fe650bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,8 @@ install: build
dh_haskell -a
+ # Remove empty directories, which lintian complains about.
+ find debian/libghc6-$(THIS)-dev -type d -name 'include' -empty -delete
# Hack! Cabal builds executables while building libraries. Move these
# files to top dir where the Makefile install target expects to find.
# See "BUGS" section at the following document: