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

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


Wed Apr 13 08:23:32 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 38e14f68e068755b58df3db0a1424618

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

Wed Apr 13 08:23:32 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Reenable profiling package
  Ignore-this: 38e14f68e068755b58df3db0a1424618
diff -rN -u old-haskell-webkit/changelog new-haskell-webkit/changelog
--- old-haskell-webkit/changelog	2011-04-13 08:37:42.476675282 +0000
+++ new-haskell-webkit/changelog	2011-04-13 08:37:42.484675702 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Reenable profiling package
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 13 Apr 2011 13:23:08 +0530
 
diff -rN -u old-haskell-webkit/control new-haskell-webkit/control
--- old-haskell-webkit/control	2011-04-13 08:37:42.476675282 +0000
+++ new-haskell-webkit/control	2011-04-13 08:37:42.484675702 +0000
@@ -7,21 +7,21 @@
   , 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-cairo-dev (>= 0.11)
   , libghc-cairo-dev (<< 0.12)
-#  , libghc-cairo-prof
+  , libghc-cairo-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
   , libwebkit-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
@@ -54,23 +54,23 @@
  content such as HTML, SVG, XML, and others. It also supports DOM,
  XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
 
-# Package: libghc-webkit-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the Webkit 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.
-#  .
-#  WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
-#  primarily in Apple's Safari browser. It is made to be embedded in other
-#  applications, such as mail readers, or web browsers. It is able to display
-#  content such as HTML, SVG, XML, and others. It also supports DOM,
-#  XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+Package: libghc-webkit-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Webkit 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.
+ .
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
+ primarily in Apple's Safari browser. It is made to be embedded in other
+ applications, such as mail readers, or web browsers. It is able to display
+ content such as HTML, SVG, XML, and others. It also supports DOM,
+ XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
 
 Package: libghc-webkit-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list