[Pkg-haskell-commits] darcs: haskell-gtk3: control: Remove -prof package.

Marco Túlio Gontijo e Silva marcot at marcot.eti.br
Sun Apr 6 08:42:02 UTC 2014


Tue Jun  8 21:48:33 UTC 2010  Marco T[_<U+00FA>_]lio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.

    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.
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-04-06 08:42:02.880198510 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:02.916198508 +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-gtk3/control new-haskell-gtk3/control
--- old-haskell-gtk3/control	2014-04-06 08:42:02.880198510 +0000
+++ new-haskell-gtk3/control	2014-04-06 08:42:02.916198508 +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