[Pkg-haskell-commits] darcs: darcs: Use terminfo for better console output

Iain Lane laney at debian.org
Sat Apr 28 00:06:27 UTC 2012


Mon Apr  2 18:32:39 UTC 2012  Iain Lane <laney at debian.org>
  * Use terminfo for better console output
  Ignore-this: d74b23fd54eb16c922968b28184fc1aa

    M ./changelog -1 +3
    M ./control -1 +2
    M ./rules -1 +1

Mon Apr  2 18:32:39 UTC 2012  Iain Lane <laney at debian.org>
  * Use terminfo for better console output
  Ignore-this: d74b23fd54eb16c922968b28184fc1aa
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2012-04-28 00:06:26.855248122 +0000
+++ new-darcs//changelog	2012-04-28 00:06:27.263248987 +0000
@@ -4,7 +4,9 @@
   * debian/control: Update BDs for this release 
   * Add -fforce-char8-encoding flag for proper filename encoding support on
     GHC 7.4 
-  * Build with curl support 
+  * Enable some flags
+    + Build with curl support  
+    + Use terminfo for better console output
 
  -- Iain Lane <laney at debian.org>  Mon, 02 Apr 2012 19:11:22 +0100
 
diff -rN -u old-darcs//control new-darcs//control
--- old-darcs//control	2012-04-28 00:06:26.855248122 +0000
+++ new-darcs//control	2012-04-28 00:06:27.263248987 +0000
@@ -30,7 +30,8 @@
  libghc-regex-compat-dev (>= 0.95.1),
  libghc-tar-dev (>= 0.3),
  libghc-tar-dev (<< 0.4),
- libghc-terminfo-dev,
+ libghc-terminfo-dev (>= 0.3),
+ libghc-terminfo-dev (<< 0.4),
  libghc-text-dev (>= 0.11.0.6),
  libghc-text-dev (<< 0.12.0.0),
  libghc-unix-dev (>= 1.0),
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2012-04-28 00:06:26.847249475 +0000
+++ new-darcs//rules	2012-04-28 00:06:27.263248987 +0000
@@ -5,7 +5,7 @@
 
 DEB_INSTALL_CHANGELOGS_ALL=NEWS
 
-DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl --ghc-options="+RTS -V0 -RTS"
+DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl -fterminfo --ghc-options="+RTS -V0 -RTS"
 
 common-binary-post-install-arch::
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))





More information about the Pkg-haskell-commits mailing list