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

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


Wed Jun  9 02:23:01 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.
  Ignore-this: 16c027e682a4868ab2bfd65a1c782204

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

Wed Jun  9 02:23:01 UTC 2010  Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
  * control: Remove -prof package.
  Ignore-this: 16c027e682a4868ab2bfd65a1c782204
diff -rN -u old-haskell-vte/changelog new-haskell-vte/changelog
--- old-haskell-vte/changelog	2010-06-09 02:52:35.358438330 +0000
+++ new-haskell-vte/changelog	2010-06-09 02:52:35.362438541 +0000
@@ -1,3 +1,9 @@
+haskell-vte (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 23:23:01 -0300
+
 haskell-vte (0.11.0-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-vte/control new-haskell-vte/control
--- old-haskell-vte/control	2010-06-09 02:52:35.358438330 +0000
+++ new-haskell-vte/control	2010-06-09 02:52:35.362438541 +0000
@@ -7,18 +7,18 @@
   , 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-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
   , libvte-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc6-doc
@@ -49,22 +49,22 @@
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
 
-Package: libghc6-vte-prof
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Binding to the VTE 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.
- .
- The VTE library inserts terminal capability strings into a trie, and then uses
- it to determine if data received from a pseudo-terminal is a control sequence
- or just random data. The sample program interpret illustrates more or less
- what the widget sees after it filters incoming data.
+# Package: libghc6-vte-prof
+# Architecture: any
+# Depends: ${haskell:Depends}
+#   , ${misc:Depends}
+# Recommends: ${haskell:Recommends}
+# Suggests: ${haskell:Suggests}
+# Provides: ${haskell:Provides}
+# Description: Binding to the VTE 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.
+#  .
+#  The VTE library inserts terminal capability strings into a trie, and then uses
+#  it to determine if data received from a pseudo-terminal is a control sequence
+#  or just random data. The sample program interpret illustrates more or less
+#  what the widget sees after it filters incoming data.
 
 Package: libghc6-vte-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list