[Pkg-haskell-commits] darcs: threadscope: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:23:40 UTC 2011
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 51ebe8d747a5906e6132ab6af8cff13e
M ./changelog +6
M ./control -7 +7
M ./rules -1 +1
M ./threadscope.install -1 +1
Sat Jan 15 15:06:21 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 51ebe8d747a5906e6132ab6af8cff13e
diff -rN -u old-threadscope/changelog new-threadscope/changelog
--- old-threadscope/changelog 2011-01-15 16:23:40.820739636 +0000
+++ new-threadscope/changelog 2011-01-15 16:23:40.824739847 +0000
@@ -1,3 +1,9 @@
+threadscope (0.1.2-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:40 -0200
+
threadscope (0.1.2-1) unstable; urgency=low
* Initial release (Closes: 587483).
diff -rN -u old-threadscope/control new-threadscope/control
--- old-threadscope/control 2011-01-15 16:23:40.820739636 +0000
+++ new-threadscope/control 2011-01-15 16:23:40.824739847 +0000
@@ -4,13 +4,13 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6,
- libghc6-mtl-dev,
- libghc6-binary-dev,
- libghc6-ghc-events-dev,
- libghc6-cairo-dev,
- libghc6-gtk-dev,
- libghc6-glade-dev
+ ghc,
+ libghc-mtl-dev,
+ libghc-binary-dev,
+ libghc-ghc-events-dev,
+ libghc-cairo-dev,
+ libghc-gtk-dev,
+ libghc-glade-dev
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/threadscope
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-threadscope
diff -rN -u old-threadscope/rules new-threadscope/rules
--- old-threadscope/rules 2011-01-15 16:23:40.820739636 +0000
+++ new-threadscope/rules 2011-01-15 16:23:40.824739847 +0000
@@ -3,5 +3,5 @@
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
diff -rN -u old-threadscope/threadscope.install new-threadscope/threadscope.install
--- old-threadscope/threadscope.install 2011-01-15 16:23:40.820739636 +0000
+++ new-threadscope/threadscope.install 2011-01-15 16:23:40.824739847 +0000
@@ -1,4 +1,4 @@
-dist-ghc6/build/threadscope/threadscope usr/bin/
+dist-ghc/build/threadscope/threadscope usr/bin/
threadscope.glade usr/share/threadscope-0.1.2/
threadscope.png usr/share/threadscope-0.1.2/
debian/threadscope.xpm usr/share/threadscope-0.1.2/
More information about the Pkg-haskell-commits
mailing list