[Pkg-haskell-commits] darcs: haskell-svgcairo: Re-enable -prof package

Joachim Breitner mail at joachim-breitner.de
Wed Mar 30 04:32:11 UTC 2011


Wed Mar 30 04:27:13 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Re-enable -prof package 
  Ignore-this: 45582e96cc1eedd3db830afb7322b3ce

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

Wed Mar 30 04:27:13 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Re-enable -prof package 
  Ignore-this: 45582e96cc1eedd3db830afb7322b3ce
diff -rN -u old-haskell-svgcairo/changelog new-haskell-svgcairo/changelog
--- old-haskell-svgcairo/changelog	2011-03-30 04:32:11.348913608 +0000
+++ new-haskell-svgcairo/changelog	2011-03-30 04:32:11.352913819 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Re-enable -prof package 
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 30 Mar 2011 09:55:10 +0530
 
diff -rN -u old-haskell-svgcairo/control new-haskell-svgcairo/control
--- old-haskell-svgcairo/control	2011-03-30 04:32:11.348913608 +0000
+++ new-haskell-svgcairo/control	2011-03-30 04:32:11.356914030 +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-cairo-dev (>= 0.11)
   , libghc-cairo-dev (<< 0.12)
-#  , libghc-cairo-prof
+  , libghc-cairo-prof
   , gtk2hs-buildtools
   , librsvg2-dev
 Build-Depends-Indep: ghc-doc
@@ -42,19 +42,19 @@
  .
  Svgcairo is used to render SVG with cairo.
 
-# Package: libghc-svgcairo-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the libsvg-cairo 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.
-#  .
-#  Svgcairo is used to render SVG with cairo.
+Package: libghc-svgcairo-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the libsvg-cairo 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.
+ .
+ Svgcairo is used to render SVG with cairo.
 
 Package: libghc-svgcairo-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list