[Pkg-haskell-commits] darcs: haskell-gtkglext: control: Remove -prof package.
Marco Túlio Gontijo e Silva
marcot at marcot.eti.br
Wed Jun 9 02:51:06 UTC 2010
Tue Jun 8 23:13:57 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: f88812f1c30da23d6ce881620cc283f7
M ./changelog +6
M ./control -20 +20
Tue Jun 8 23:13:57 UTC 2010 Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: f88812f1c30da23d6ce881620cc283f7
diff -rN -u old-haskell-gtkglext/changelog new-haskell-gtkglext/changelog
--- old-haskell-gtkglext/changelog 2010-06-09 02:51:06.869773058 +0000
+++ new-haskell-gtkglext/changelog 2010-06-09 02:51:06.877773480 +0000
@@ -1,3 +1,9 @@
+haskell-gtkglext (0.11.0-2) UNRELEASED; urgency=low
+
+ * control: Remove -prof package.
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org> Tue, 08 Jun 2010 20:13:57 -0300
+
haskell-gtkglext (0.11.0-1) unstable; urgency=low
* Initial release. (Closes: #583272)
diff -rN -u old-haskell-gtkglext/control new-haskell-gtkglext/control
--- old-haskell-gtkglext/control 2010-06-09 02:51:06.869773058 +0000
+++ new-haskell-gtkglext/control 2010-06-09 02:51:06.877773480 +0000
@@ -7,21 +7,21 @@
, cdbs
, haskell-devscripts (>= 0.7)
, ghc6
- , ghc6-prof
+# , ghc6-prof
, libghc6-mtl-dev
- , libghc6-mtl-prof
+# , libghc6-mtl-prof
, libghc6-glib-dev (>= 0.11)
, libghc6-glib-dev (<< 0.12)
- , libghc6-glib-prof
+# , libghc6-glib-prof
, libghc6-cairo-dev (>= 0.11)
, libghc6-cairo-dev (<< 0.12)
- , libghc6-cairo-prof
+# , libghc6-cairo-prof
, libghc6-pango-dev (>= 0.11)
, libghc6-pango-dev (<< 0.12)
- , libghc6-pango-prof
+# , libghc6-pango-prof
, libghc6-gtk-dev (>= 0.11)
, libghc6-gtk-dev (<< 0.12)
- , libghc6-gtk-prof
+# , libghc6-gtk-prof
, libgtkglext1-dev
, gtk2hs-buildtools
Build-Depends-Indep: ghc6-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: libghc6-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: libghc6-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: libghc6-gtkglext-doc
Section: doc
More information about the Pkg-haskell-commits
mailing list