[Pkg-haskell-commits] darcs: haskell-ghc-events: releasing version 0.4.0.0-1
Joachim Breitner
mail at joachim-breitner.de
Sat Mar 10 15:26:31 UTC 2012
Sat Mar 10 15:26:18 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.4.0.0-1
Ignore-this: f19417d84581fb97cef43b7e8997f902
M ./changelog -2 +2
M ./control -3 +7
M ./libghc-ghc-events-dev.install -1 +1
M ./rules +8
Sat Mar 10 15:26:18 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.4.0.0-1
Ignore-this: f19417d84581fb97cef43b7e8997f902
diff -rN -u old-haskell-ghc-events//changelog new-haskell-ghc-events//changelog
--- old-haskell-ghc-events//changelog 2012-03-10 15:26:31.427432852 +0000
+++ new-haskell-ghc-events//changelog 2012-03-10 15:26:31.435311419 +0000
@@ -1,8 +1,8 @@
-haskell-ghc-events (0.4.0.0-1) UNRELEASED; urgency=low
+haskell-ghc-events (0.4.0.0-1) unstable; urgency=low
* New upstream release
- -- Joachim Breitner <nomeata at debian.org> Sat, 10 Mar 2012 15:45:34 +0100
+ -- Joachim Breitner <nomeata at debian.org> Sat, 10 Mar 2012 16:01:31 +0100
haskell-ghc-events (0.2.0.1-2) unstable; urgency=low
diff -rN -u old-haskell-ghc-events//control new-haskell-ghc-events//control
--- old-haskell-ghc-events//control 2012-03-10 15:26:31.399448404 +0000
+++ new-haskell-ghc-events//control 2012-03-10 15:26:31.435311419 +0000
@@ -5,10 +5,14 @@
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
ghc, ghc-prof,
- libghc-mtl-dev, libghc-mtl-prof,
- libghc-binary-dev, libghc-binary-prof
+ libghc-mtl-dev (>= 1.1),
+ libghc-mtl-dev (<< 2.1),
+ libghc-mtl-prof,
+ libghc-binary-dev,
+ libghc-binary-prof
Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc, libghc-binary-doc
+ libghc-mtl-doc,
+ libghc-binary-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/ghc-events
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghc-events
diff -rN -u old-haskell-ghc-events//libghc-ghc-events-dev.install new-haskell-ghc-events//libghc-ghc-events-dev.install
--- old-haskell-ghc-events//libghc-ghc-events-dev.install 2012-03-10 15:26:31.399448404 +0000
+++ new-haskell-ghc-events//libghc-ghc-events-dev.install 2012-03-10 15:26:31.439461882 +0000
@@ -1 +1 @@
-dist-ghc/build/show-ghc-events/show-ghc-events /usr/bin
+dist-ghc/build/ghc-events/ghc-events /usr/bin
diff -rN -u old-haskell-ghc-events//rules new-haskell-ghc-events//rules
--- old-haskell-ghc-events//rules 2012-03-10 15:26:31.395447272 +0000
+++ new-haskell-ghc-events//rules 2012-03-10 15:26:31.439461882 +0000
@@ -1,6 +1,14 @@
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
+DEB_ENABLE_TESTS = yes
+
+# Work around bug in "Setup haddock", which does not find the header file at
+# this location.
+build/libghc-ghc-events-doc:: dist-ghc/build/EventLogFormat.h
+
+dist-ghc/build/EventLogFormat.h: GHC/RTS/EventLogFormat.h
+ cp $< $@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list