summaryrefslogtreecommitdiff
path: root/p/haskelldb/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-05-20 00:40:36 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-05-20 00:40:36 +0400
commite6881fbbef2c0d8b1619ab5532288fbbdad073d8 (patch)
treeedcad428ea518d0182096f02ff076d9b87edebbc /p/haskelldb/debian
parentf244e930189d2554c25f77fd6adcae6b222b999f (diff)
downloadDHG_packages-e6881fbbef2c0d8b1619ab5532288fbbdad073d8.tar.gz
haskelldb: Use standard docs directory, avoids upgrade problems.
Diffstat (limited to 'p/haskelldb/debian')
-rw-r--r--p/haskelldb/debian/changelog6
-rwxr-xr-xp/haskelldb/debian/rules1
2 files changed, 6 insertions, 1 deletions
diff --git a/p/haskelldb/debian/changelog b/p/haskelldb/debian/changelog
index 6899d7174..e1f0cbed3 100644
--- a/p/haskelldb/debian/changelog
+++ b/p/haskelldb/debian/changelog
@@ -1,3 +1,9 @@
+haskelldb (2.1.1-5) UNRELEASED; urgency=low
+
+ * Use standard docs directory, avoids upgrade problems.
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 19 May 2012 22:40:33 +0200
+
haskelldb (2.1.1-4) unstable; urgency=low
* Bump mtl dependency also in debian/control
diff --git a/p/haskelldb/debian/rules b/p/haskelldb/debian/rules
index 3ce13cbf0..f2277cb16 100755
--- a/p/haskelldb/debian/rules
+++ b/p/haskelldb/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
-DEB_HADDOCK_HTML_DIR = /usr/share/doc/haskell-$(CABAL_PACKAGE)-doc/html/
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk