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

Marco Túlio Gontijo e Silva marcot at marcot.eti.br
Wed Jun 9 02:53:10 UTC 2010


Tue Jun  8 23:17:57 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.
  Ignore-this: 9cb47ae99943fa842f8015092d50b7dd

    M ./changelog +6
    M ./control -23 +23

Tue Jun  8 23:17:57 UTC 2010  Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.
  Ignore-this: 9cb47ae99943fa842f8015092d50b7dd
diff -rN -u old-haskell-webkit/changelog new-haskell-webkit/changelog
--- old-haskell-webkit/changelog	2010-06-09 02:53:09.996264794 +0000
+++ new-haskell-webkit/changelog	2010-06-09 02:53:10.000265005 +0000
@@ -1,3 +1,9 @@
+haskell-webkit (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:17:56 -0300
+
 haskell-webkit (0.11.0-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-webkit/control new-haskell-webkit/control
--- old-haskell-webkit/control	2010-06-09 02:53:09.996264794 +0000
+++ new-haskell-webkit/control	2010-06-09 02:53:10.000265005 +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
   , libwebkit-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc6-doc
@@ -54,23 +54,23 @@
  content such as HTML, SVG, XML, and others. It also supports DOM,
  XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
 
-Package: libghc6-webkit-prof
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Binding to the Webkit 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.
- .
- WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
- primarily in Apple's Safari browser. It is made to be embedded in other
- applications, such as mail readers, or web browsers. It is able to display
- content such as HTML, SVG, XML, and others. It also supports DOM,
- XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+# Package: libghc6-webkit-prof
+# Architecture: any
+# Depends: ${haskell:Depends}
+#   , ${misc:Depends}
+# Recommends: ${haskell:Recommends}
+# Suggests: ${haskell:Suggests}
+# Provides: ${haskell:Provides}
+# Description: Binding to the Webkit 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.
+#  .
+#  WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
+#  primarily in Apple's Safari browser. It is made to be embedded in other
+#  applications, such as mail readers, or web browsers. It is able to display
+#  content such as HTML, SVG, XML, and others. It also supports DOM,
+#  XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
 
 Package: libghc6-webkit-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list