aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 04:00:35 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 04:00:35 +0000
commit71e508f98a3b8712e1feadce455116e86340bd24 (patch)
tree27452c4a925c3334747810a50de4448d073cf8dd /debian/rules
parent65e118ec581d544dca069505860024b67d86b2e3 (diff)
downloadpandoc-71e508f98a3b8712e1feadce455116e86340bd24.tar.gz
* 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
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: