[Pkg-haskell-commits] darcs: haskell-gtk: Lets be optimistic and re-enable -prof package
Joachim Breitner
mail at joachim-breitner.de
Tue Mar 29 18:24:02 UTC 2011
Tue Mar 29 17:54:02 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Lets be optimistic and re-enable -prof package
Ignore-this: e17ee5442b31356e86ab936cca9d3ca5
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
Ignore-this: e17ee5442b31356e86ab936cca9d3ca5
diff -rN -u old-haskell-gtk/changelog new-haskell-gtk/changelog
--- old-haskell-gtk/changelog 2011-03-29 18:24:02.453662442 +0000
+++ new-haskell-gtk/changelog 2011-03-29 18:24:02.461662864 +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-gtk/control new-haskell-gtk/control
--- old-haskell-gtk/control 2011-03-29 18:24:02.453662442 +0000
+++ new-haskell-gtk/control 2011-03-29 18:24:02.457662653 +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