diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2011-03-31 17:32:04 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2011-03-31 17:32:04 +0400 |
commit | b9e39a7dfea253a26144806b25cdd709faab5704 (patch) | |
tree | 21fe8f6d0463a30e0058abed720d04bb1cbe213a /p/haskell-zlib | |
parent | 1e8a081dc666b4590406466bd1aee40f5f92ec08 (diff) | |
download | DHG_packages-b9e39a7dfea253a26144806b25cdd709faab5704.tar.gz |
haskell-zlib: Use standard location for documentation (Closes #620183)
Diffstat (limited to 'p/haskell-zlib')
-rw-r--r-- | p/haskell-zlib/debian/changelog | 6 | ||||
-rwxr-xr-x | p/haskell-zlib/debian/rules | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/p/haskell-zlib/debian/changelog b/p/haskell-zlib/debian/changelog index 89f846b18..58875fc11 100644 --- a/p/haskell-zlib/debian/changelog +++ b/p/haskell-zlib/debian/changelog @@ -1,3 +1,9 @@ +haskell-zlib (0.5.3.1-2) UNRELEASED; urgency=low + + * Use standard location for documentation (Closes: #620183) + + -- Joachim Breitner <nomeata@debian.org> Thu, 31 Mar 2011 18:48:31 +0530 + haskell-zlib (0.5.3.1-1) unstable; urgency=low [ Marco Silva ] diff --git a/p/haskell-zlib/debian/rules b/p/haskell-zlib/debian/rules index 3ce13cbf0..f2277cb16 100755 --- a/p/haskell-zlib/debian/rules +++ b/p/haskell-zlib/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 |