[Pkg-haskell-commits] darcs: haskell-gtk: control: Remove -prof package.
Marco Túlio Gontijo e Silva
marcot at marcot.eti.br
Wed Jun 9 02:49:23 UTC 2010
Tue Jun 8 21:48:33 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: 98e329299d15f3c7e47e7897dff2c0a1
M ./changelog +6
M ./control -21 +21
Tue Jun 8 21:48:33 UTC 2010 Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: 98e329299d15f3c7e47e7897dff2c0a1
diff -rN -u old-haskell-gtk/changelog new-haskell-gtk/changelog
--- old-haskell-gtk/changelog 2010-06-09 02:49:23.024299574 +0000
+++ new-haskell-gtk/changelog 2010-06-09 02:49:23.032299995 +0000
@@ -1,3 +1,9 @@
+haskell-gtk (0.11.0-3) UNRELEASED; urgency=low
+
+ * control: Remove -prof package.
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org> Tue, 08 Jun 2010 18:48:29 -0300
+
haskell-gtk (0.11.0-2) unstable; urgency=low
* control: Include Build-Depends: in gio, to enable Cabal flag.
diff -rN -u old-haskell-gtk/control new-haskell-gtk/control
--- old-haskell-gtk/control 2010-06-09 02:49:23.024299574 +0000
+++ new-haskell-gtk/control 2010-06-09 02:49:23.032299995 +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-gio-dev (>= 0.11)
, libghc6-gio-dev (<< 0.12)
- , libghc6-gio-prof
+# , libghc6-gio-prof
, libgtk2.0-dev
, gtk2hs-buildtools
Build-Depends-Indep: ghc6-doc
@@ -52,21 +52,21 @@
Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
graphical user interfaces.
-Package: libghc6-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: libghc6-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: libghc6-gtk-doc
Section: doc
More information about the Pkg-haskell-commits
mailing list