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

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


Wed Apr 13 08:21:55 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 97bdcff54983b3d0c4f71fe920e3fecf

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

Wed Apr 13 08:21:55 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 97bdcff54983b3d0c4f71fe920e3fecf
diff -rN -u old-haskell-gtksourceview2/changelog new-haskell-gtksourceview2/changelog
--- old-haskell-gtksourceview2/changelog	2011-04-13 08:28:43.852414595 +0000
+++ new-haskell-gtksourceview2/changelog	2011-04-13 08:28:43.860415015 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Reenable profiling package
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 13 Apr 2011 13:22:49 +0530
 
diff -rN -u old-haskell-gtksourceview2/control new-haskell-gtksourceview2/control
--- old-haskell-gtksourceview2/control	2011-04-13 08:28:43.852414595 +0000
+++ new-haskell-gtksourceview2/control	2011-04-13 08:28:43.860415015 +0000
@@ -7,15 +7,15 @@
   , 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-gtk-dev (>= 0.11)
   , libghc-gtk-dev (<< 0.12)
-#  , libghc-gtk-prof
+  , libghc-gtk-prof
   , libgtksourceview2.0-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
@@ -46,21 +46,21 @@
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
  other features typical of a source editor.
 
-# Package: libghc-gtksourceview2-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the GtkSourceView 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.
-#  .
-#  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
-#  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
-#  other features typical of a source editor.
+Package: libghc-gtksourceview2-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GtkSourceView 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.
+ .
+ GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkTextView. It improves GtkTextView by implementing syntax highlighting and
+ other features typical of a source editor.
 
 Package: libghc-gtksourceview2-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list