[Pkg-haskell-commits] darcs: haskell-gtkglext: Reenable profiling package
Joachim Breitner
mail at joachim-breitner.de
Wed Apr 13 09:07:30 UTC 2011
Wed Apr 13 09:03:35 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Reenable profiling package
Ignore-this: f4dba7948991b5148c5155f3cb175cc4
M ./changelog +1
M ./control -20 +20
Wed Apr 13 09:03:35 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Reenable profiling package
Ignore-this: f4dba7948991b5148c5155f3cb175cc4
diff -rN -u old-haskell-gtkglext/changelog new-haskell-gtkglext/changelog
--- old-haskell-gtkglext/changelog 2011-04-13 09:07:30.594493260 +0000
+++ new-haskell-gtkglext/changelog 2011-04-13 09:07:30.602493680 +0000
@@ -5,6 +5,7 @@
[ Joachim Breitner ]
* New upstream release
+ * Reenable profiling package
-- Joachim Breitner <nomeata at debian.org> Wed, 13 Apr 2011 14:31:04 +0530
diff -rN -u old-haskell-gtkglext/control new-haskell-gtkglext/control
--- old-haskell-gtkglext/control 2011-04-13 09:07:30.594493260 +0000
+++ new-haskell-gtkglext/control 2011-04-13 09:07:30.602493680 +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
, libgtkglext1-dev
, gtk2hs-buildtools
Build-Depends-Indep: ghc-doc
@@ -51,20 +51,20 @@
GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
-# Package: libghc-gtkglext-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-# , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the GTK+ OpenGL Extension; 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.
-# .
-# GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
-# GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
+Package: libghc-gtkglext-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GTK+ OpenGL Extension; 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.
+ .
+ GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
+ GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
Package: libghc-gtkglext-doc
Section: doc
More information about the Pkg-haskell-commits
mailing list