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

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


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

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

Tue Jun  8 23:14:27 UTC 2010  Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.
  Ignore-this: 9103808544e8708876eb5e66742092c7
diff -rN -u old-haskell-gtksourceview2/changelog new-haskell-gtksourceview2/changelog
--- old-haskell-gtksourceview2/changelog	2010-06-09 02:51:31.067048669 +0000
+++ new-haskell-gtksourceview2/changelog	2010-06-09 02:51:31.067048669 +0000
@@ -1,3 +1,9 @@
+haskell-gtksourceview2 (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:14:27 -0300
+
 haskell-gtksourceview2 (0.11.0-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-gtksourceview2/control new-haskell-gtksourceview2/control
--- old-haskell-gtksourceview2/control	2010-06-09 02:51:31.067048669 +0000
+++ new-haskell-gtksourceview2/control	2010-06-09 02:51:31.067048669 +0000
@@ -7,15 +7,15 @@
   , 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-gtk-dev (>= 0.11)
   , libghc6-gtk-dev (<< 0.12)
-  , libghc6-gtk-prof
+#  , libghc6-gtk-prof
   , libgtksourceview2.0-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc6-doc
@@ -46,21 +46,21 @@
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
  other features typical of a source editor.
 
-Package: libghc6-gtksourceview2-prof
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Binding to the GtkSourceView 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.
- .
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
- GtkTextView. It improves GtkTextView by implementing syntax highlighting and
- other features typical of a source editor.
+# Package: libghc6-gtksourceview2-prof
+# Architecture: any
+# Depends: ${haskell:Depends}
+#   , ${misc:Depends}
+# Recommends: ${haskell:Recommends}
+# Suggests: ${haskell:Suggests}
+# Provides: ${haskell:Provides}
+# Description: Binding to the GtkSourceView 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.
+#  .
+#  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+#  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
+#  other features typical of a source editor.
 
 Package: libghc6-gtksourceview2-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list