From 71e508f98a3b8712e1feadce455116e86340bd24 Mon Sep 17 00:00:00 2001 From: roktas Date: Tue, 8 Jan 2008 04:00:35 +0000 Subject: * Debian packaging changes: + Remove the empty 'include' directory in -dev package, which lintian complains about. + Bump Standarts-Version to 3.7.3. + Use new 'Homepage:' field to specify the upstream URL on suggestion of lintian. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1177 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') 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: -- cgit v1.2.3