tags 460352 + patch
thanks

Hi,

Attached is the diff for my haddock 0.8-2.1 NMU.
diff -u haddock-0.8/debian/changelog haddock-0.8/debian/changelog
--- haddock-0.8/debian/changelog
+++ haddock-0.8/debian/changelog
@@ -1,3 +1,11 @@
+haddock (0.8-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * haddock.cabal: Add directory, process, containers, array, pretty to
+    build-depends. (Closes: #460352)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 14:45:46 +0200
+
 haddock (0.8-2) unstable; urgency=low
 
   * Make .haddock files portable. We always serialise Int with 64 bits,
only in patch2:
unchanged:
--- haddock-0.8.orig/haddock.cabal
+++ haddock-0.8/haddock.cabal
@@ -9,7 +9,7 @@
 stability: stable
 homepage: http://www.haskell.org/haddock/
 synopsis: Haddock is a documentation-generation tool for Haskell libraries
-build-depends: base>=1.0, haskell98>=1.0
+build-depends: base>=1.0, haskell98>=1.0, directory, process, containers, array, pretty
 data-files:
 	html/haddock-DEBUG.css
 	html/haddock.css

Reply via email to