[Pkg-haskell-commits] darcs: uuagc: Use the installed uuagc again
Joachim Breitner
mail at joachim-breitner.de
Mon Apr 8 08:17:18 UTC 2013
Sat Apr 6 14:38:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use the installed uuagc again
Ignore-this: ee6d6769d96e509a1fb0309c3862aa65
M ./changelog +1
M ./control +1
M ./rules -6 +4
Sat Apr 6 14:38:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use the installed uuagc again
Ignore-this: ee6d6769d96e509a1fb0309c3862aa65
diff -rN -u old-uuagc//changelog new-uuagc//changelog
--- old-uuagc//changelog 2013-04-08 08:17:18.442144262 +0000
+++ new-uuagc//changelog 2013-04-08 08:17:18.530238260 +0000
@@ -1,6 +1,7 @@
uuagc (0.9.42.3-1) UNRELEASED; urgency=low
* New upstream release
+ * Use the installed uuagc again
-- Joachim Breitner <nomeata at debian.org> Sat, 06 Apr 2013 16:34:45 +0200
diff -rN -u old-uuagc//control new-uuagc//control
--- old-uuagc//control 2013-04-08 08:17:18.438240074 +0000
+++ new-uuagc//control 2013-04-08 08:17:18.518104527 +0000
@@ -8,6 +8,7 @@
, haskell-devscripts (>= 0.8.13)
, cdbs
, ghc
+ , uuagc
, libghc-uuagc-cabal-dev (>= 1.0.2.0)
, libghc-mtl-dev (>= 1.1.1.1)
, libghc-src-exts-dev (>= 1.11.1)
diff -rN -u old-uuagc//rules new-uuagc//rules
--- old-uuagc//rules 2013-04-08 08:17:18.438240074 +0000
+++ new-uuagc//rules 2013-04-08 08:17:18.478040271 +0000
@@ -5,11 +5,9 @@
# UUAGC has a strange way of setting the flag: It has to be set via a cpp
# defines when compiling Setup
-#
-# Disabled for now:
-# http://lists.debian.org/debian-haskell/2013/02/msg00026.html
-#$(DEB_SETUP_BIN_NAME):
-# if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!"; exit 1; fi
-# for setup in Setup.lhs Setup.hs; do if test -e $$setup; then ghc -DEXTERNAL_UUAGC --make $$setup -o $(DEB_SETUP_BIN_NAME); exit 0; fi; done
+
+$(DEB_SETUP_BIN_NAME):
+ if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!"; exit 1; fi
+ for setup in Setup.lhs Setup.hs; do if test -e $$setup; then ghc -DEXTERNAL_UUAGC --make $$setup -o $(DEB_SETUP_BIN_NAME); exit 0; fi; done
build/uuagc:: build-ghc-stamp
More information about the Pkg-haskell-commits
mailing list