[Pkg-haskell-commits] darcs: darcs-monitor: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:15:48 UTC 2011
Sat Jan 15 15:05:47 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: a3f67b2dfc59da35e876bfd3c87e4990
M ./changelog +6
M ./control -4 +4
M ./install.in -1 +1
M ./rules -1 +1
Sat Jan 15 15:05:47 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: a3f67b2dfc59da35e876bfd3c87e4990
diff -rN -u old-darcs-monitor/changelog new-darcs-monitor/changelog
--- old-darcs-monitor/changelog 2011-01-15 15:15:48.166070659 +0000
+++ new-darcs-monitor/changelog 2011-01-15 15:15:48.170070870 +0000
@@ -1,3 +1,9 @@
+darcs-monitor (0.4.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:45 -0200
+
darcs-monitor (0.4.0-1) experimental; urgency=low
[ Joachim Breitner ]
diff -rN -u old-darcs-monitor/control new-darcs-monitor/control
--- old-darcs-monitor/control 2011-01-15 15:15:48.162070448 +0000
+++ new-darcs-monitor/control 2011-01-15 15:15:48.170070870 +0000
@@ -6,10 +6,10 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , libghc6-mtl-dev
- , libghc6-haxml-dev (<< 1.14) | libghc6-haxml-dev (>> 1:1)
- , libghc6-haxml-dev (<< 1:1.14)
+ , ghc
+ , libghc-mtl-dev
+ , libghc-haxml-dev (<< 1.14) | libghc-haxml-dev (>> 1:1)
+ , libghc-haxml-dev (<< 1:1.14)
Standards-Version: 3.9.0
Homepage: http://wiki.darcs.net/RelatedSoftware/DarcsMonitor
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/darcs-monitor
diff -rN -u old-darcs-monitor/install.in new-darcs-monitor/install.in
--- old-darcs-monitor/install.in 2011-01-15 15:15:48.162070448 +0000
+++ new-darcs-monitor/install.in 2011-01-15 15:15:48.166070659 +0000
@@ -1,2 +1,2 @@
default-template usr/share/darcs-monitor- at CABAL_VERSION@
-dist-ghc6/build/darcs-monitor/darcs-monitor /usr/bin
+dist-ghc/build/darcs-monitor/darcs-monitor /usr/bin
diff -rN -u old-darcs-monitor/rules new-darcs-monitor/rules
--- old-darcs-monitor/rules 2011-01-15 15:15:48.162070448 +0000
+++ new-darcs-monitor/rules 2011-01-15 15:15:48.170070870 +0000
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-build/$(CABAL_PACKAGE) :: build-ghc6-stamp
+build/$(CABAL_PACKAGE) :: build-ghc-stamp
debian/install: debian/install.in
sed -e "s#@CABAL_VERSION@#$(CABAL_VERSION)#g" < $^ > $@
More information about the Pkg-haskell-commits
mailing list