[Pkg-haskell-commits] darcs: haskell-gtk3: Lets be optimistic and re-enable -prof package

Joachim Breitner mail at joachim-breitner.de
Sun Apr 6 08:42:05 UTC 2014


Tue Mar 29 17:54:02 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Lets be optimistic and re-enable -prof package 

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

Tue Mar 29 17:54:02 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Lets be optimistic and re-enable -prof package 
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-04-06 08:42:05.204198377 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:05.228198375 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Lets be optimistic and re-enable -prof package 
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 29 Mar 2011 23:15:20 +0530
 
diff -rN -u old-haskell-gtk3/control new-haskell-gtk3/control
--- old-haskell-gtk3/control	2014-04-06 08:42:05.204198377 +0000
+++ new-haskell-gtk3/control	2014-04-06 08:42:05.220198376 +0000
@@ -5,23 +5,23 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
 Build-Depends: debhelper (>= 7)
   , cdbs
-  , haskell-devscripts (>= 0.7)
+  , haskell-devscripts (>= 0.8)
   , ghc
-#  , ghc-prof
+  , ghc-prof
   , libghc-mtl-dev
-#  , libghc-mtl-prof
+  , libghc-mtl-prof
   , libghc-glib-dev (>= 0.12)
   , libghc-glib-dev (<< 0.13)
-#  , libghc-glib-prof
+  , libghc-glib-prof
   , libghc-cairo-dev (>= 0.12)
   , libghc-cairo-dev (<< 0.13)
-#  , libghc-cairo-prof
+  , libghc-cairo-prof
   , libghc-pango-dev (>= 0.12)
   , libghc-pango-dev (<< 0.13)
-#  , libghc-pango-prof
+  , libghc-pango-prof
   , libghc-gio-dev (>= 0.12)
   , libghc-gio-dev (<< 0.13)
-#  , libghc-gio-prof
+  , libghc-gio-prof
   , libgtk2.0-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
@@ -52,21 +52,21 @@
  Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
  graphical user interfaces.
 
-# Package: libghc-gtk-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the Gtk+ graphical user interface 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.
-#  .
-#  This is the core library of the Gtk2Hs suite of libraries for Haskell based on
-#  Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
-#  graphical user interfaces.
+Package: libghc-gtk-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Gtk+ graphical user interface 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.
+ .
+ This is the core library of the Gtk2Hs suite of libraries for Haskell based on
+ Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
+ graphical user interfaces.
 
 Package: libghc-gtk-doc
 Section: doc




More information about the Pkg-haskell-commits mailing list