[Pkg-haskell-commits] darcs: haskell-vte: Reenable profiling package

Joachim Breitner mail at joachim-breitner.de
Wed Apr 13 08:14:31 UTC 2011


Wed Apr 13 07:56:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 65b89cab1cd3cfa9a02841f5725d14e0

    M ./changelog +1
    M ./control -21 +21

Wed Apr 13 07:56:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 65b89cab1cd3cfa9a02841f5725d14e0
diff -rN -u old-haskell-vte/changelog new-haskell-vte/changelog
--- old-haskell-vte/changelog	2011-04-13 08:14:30.699647285 +0000
+++ new-haskell-vte/changelog	2011-04-13 08:14:30.707647705 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Reenable profiling package
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 13 Apr 2011 13:21:15 +0530
 
diff -rN -u old-haskell-vte/control new-haskell-vte/control
--- old-haskell-vte/control	2011-04-13 08:14:30.699647285 +0000
+++ new-haskell-vte/control	2011-04-13 08:14:30.707647705 +0000
@@ -7,18 +7,18 @@
   , cdbs
   , haskell-devscripts (>= 0.7)
   , ghc
-#  , ghc-prof
+  , ghc-prof
   , libghc-mtl-dev
-#  , libghc-mtl-prof
+  , libghc-mtl-prof
   , libghc-glib-dev (>= 0.11)
   , libghc-glib-dev (<< 0.12)
-#  , libghc-glib-prof
+  , libghc-glib-prof
   , libghc-pango-dev (>= 0.11)
   , libghc-pango-dev (<< 0.12)
-#  , libghc-pango-prof
+  , libghc-pango-prof
   , libghc-gtk-dev (>= 0.11)
   , libghc-gtk-dev (<< 0.12)
-#  , libghc-gtk-prof
+  , libghc-gtk-prof
   , libvte-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
@@ -49,22 +49,22 @@
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
 
-# Package: libghc-vte-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the VTE library; profiling libraries
-#  This package provides a library for the Haskell programming language,
-#  compiled for profiling.
-#  See http://www.haskell.org/ for more information on Haskell.
-#  .
-#  The VTE library inserts terminal capability strings into a trie, and then uses
-#  it to determine if data received from a pseudo-terminal is a control sequence
-#  or just random data. The sample program interpret illustrates more or less
-#  what the widget sees after it filters incoming data.
+Package: libghc-vte-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the VTE library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ The VTE library inserts terminal capability strings into a trie, and then uses
+ it to determine if data received from a pseudo-terminal is a control sequence
+ or just random data. The sample program interpret illustrates more or less
+ what the widget sees after it filters incoming data.
 
 Package: libghc-vte-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list