[Pkg-haskell-commits] darcs: haskell-chart: Build with gtk support

Joachim Breitner mail at joachim-breitner.de
Sat Sep 17 15:06:52 UTC 2011


Sat Sep 17 15:04:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build with gtk support 
  Ignore-this: 3e0fc816c8483058de1e30abc3c295b1

    M ./changelog +6
    M ./control +3
    M ./rules +2

Sat Sep 17 15:04:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build with gtk support 
  Ignore-this: 3e0fc816c8483058de1e30abc3c295b1
diff -rN -u old-haskell-chart//changelog new-haskell-chart//changelog
--- old-haskell-chart//changelog	2011-09-17 15:06:52.679828406 +0000
+++ new-haskell-chart//changelog	2011-09-17 15:06:52.695828752 +0000
@@ -1,3 +1,9 @@
+haskell-chart (0.14-2) UNRELEASED; urgency=low
+
+  * Build with gtk support 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 17 Sep 2011 17:02:07 +0200
+
 haskell-chart (0.14-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-chart//control new-haskell-chart//control
--- old-haskell-chart//control	2011-09-17 15:06:52.667828437 +0000
+++ new-haskell-chart//control	2011-09-17 15:06:52.683829056 +0000
@@ -16,11 +16,14 @@
   , libghc-data-accessor-prof
   , libghc-data-accessor-template-dev
   , libghc-data-accessor-template-prof
+  , libghc-gtk-dev (>= 0.9.11)
+  , libghc-gtk-prof
 Build-Depends-Indep: ghc-doc
   , libghc-cairo-doc
   , libghc-colour-doc
   , libghc-data-accessor-doc
   , libghc-data-accessor-template-doc
+  , libghc-gtk-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/chart
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chart
diff -rN -u old-haskell-chart//rules new-haskell-chart//rules
--- old-haskell-chart//rules	2011-09-17 15:06:52.667828437 +0000
+++ new-haskell-chart//rules	2011-09-17 15:06:52.683829056 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_SETUP_GHC_CONFIGURE_ARGS=-fgtk
+
 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