[Pkg-haskell-commits] darcs: haskell-leksah: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:00:56 UTC 2011


Sat Jan 15 15:06:03 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 394aef21d1e483342b6067036baa4c2b

    M ./changelog +6
    M ./control -20 +20
    M ./rules -3 +3

Sat Jan 15 15:06:03 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 394aef21d1e483342b6067036baa4c2b
diff -rN -u old-haskell-leksah/changelog new-haskell-leksah/changelog
--- old-haskell-leksah/changelog	2011-01-15 16:00:56.712847188 +0000
+++ new-haskell-leksah/changelog	2011-01-15 16:00:56.724847821 +0000
@@ -1,3 +1,9 @@
+haskell-leksah (0.8.0.6-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:16 -0200
+
 haskell-leksah (0.8.0.6-2) unstable; urgency=low
 
   * Depend on leksah-server
diff -rN -u old-haskell-leksah/control new-haskell-leksah/control
--- old-haskell-leksah/control	2011-01-15 16:00:56.708846978 +0000
+++ new-haskell-leksah/control	2011-01-15 16:00:56.724847821 +0000
@@ -6,26 +6,26 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , libghc6-binary-shared-dev (>= 0.8)
-  , libghc6-glib-dev (>= 0.10)
-  , libghc6-gtk-dev (>= 0.10)
-  , libghc6-gtksourceview2-dev (>= 0.10)
-  , libghc6-ltk-dev (>= 0.8)
-  , libghc6-ltk-dev (<< 0.9)
-  , libghc6-mtl-dev (>= 1.0.1.0)
-  , libghc6-parsec2-dev (>= 2.1.0.1)
-  , libghc6-deepseq-dev (>= 1.1)
-  , libghc6-network-dev (>= 2.2)
-  , libghc6-network-dev (<< 3)
-  , libghc6-haddock-dev (>= 2.7.2)
-  , libghc6-hslogger-dev (>= 1.0.7)
-  , libghc6-regex-base-dev (>= 0.93)
-  , libghc6-regex-base-dev (<< 0.94)
-  , libghc6-regex-tdfa-dev (>= 1.1)
-  , libghc6-regex-tdfa-dev (<< 1.2)
-  , libghc6-leksah-server-dev (>= 0.8)
-  , libghc6-leksah-server-dev (<< 0.9)
+  , ghc
+  , libghc-binary-shared-dev (>= 0.8)
+  , libghc-glib-dev (>= 0.10)
+  , libghc-gtk-dev (>= 0.10)
+  , libghc-gtksourceview2-dev (>= 0.10)
+  , libghc-ltk-dev (>= 0.8)
+  , libghc-ltk-dev (<< 0.9)
+  , libghc-mtl-dev (>= 1.0.1.0)
+  , libghc-parsec2-dev (>= 2.1.0.1)
+  , libghc-deepseq-dev (>= 1.1)
+  , libghc-network-dev (>= 2.2)
+  , libghc-network-dev (<< 3)
+  , libghc-haddock-dev (>= 2.7.2)
+  , libghc-hslogger-dev (>= 1.0.7)
+  , libghc-regex-base-dev (>= 0.93)
+  , libghc-regex-base-dev (<< 0.94)
+  , libghc-regex-tdfa-dev (>= 1.1)
+  , libghc-regex-tdfa-dev (<< 1.2)
+  , libghc-leksah-server-dev (>= 0.8)
+  , libghc-leksah-server-dev (<< 0.9)
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/leksah
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah
diff -rN -u old-haskell-leksah/rules new-haskell-leksah/rules
--- old-haskell-leksah/rules	2011-01-15 16:00:56.708846978 +0000
+++ new-haskell-leksah/rules	2011-01-15 16:00:56.716847399 +0000
@@ -7,10 +7,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-build/leksah:: build-ghc6-stamp
+build/leksah:: build-ghc-stamp
 
-install/leksah:: debian/tmp-inst-ghc6
-	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc6 --destdir=debian/$(CABAL_PACKAGE) 
+install/leksah:: debian/tmp-inst-ghc
+	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc --destdir=debian/$(CABAL_PACKAGE) 
 	rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc
 	rm -rf debian/$(CABAL_PACKAGE)/usr/share/$(CABAL_PACKAGE)/data/LICENSE
 	rm -rf debian/$(CABAL_PACKAGE)/usr/share/$(CABAL_PACKAGE)/LICENSE





More information about the Pkg-haskell-commits mailing list