[Pkg-haskell-commits] darcs: haskell-glade: control: Remove -prof package.
Marco Túlio Gontijo e Silva
marcot at marcot.eti.br
Wed Jun 9 02:49:46 UTC 2010
Tue Jun 8 23:10:30 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: 7a84d21a520a83bae679f2488efca9d7
M ./changelog +6
M ./control -21 +21
Tue Jun 8 23:10:30 UTC 2010 Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
* control: Remove -prof package.
Ignore-this: 7a84d21a520a83bae679f2488efca9d7
diff -rN -u old-haskell-glade/changelog new-haskell-glade/changelog
--- old-haskell-glade/changelog 2010-06-09 02:49:46.009510943 +0000
+++ new-haskell-glade/changelog 2010-06-09 02:49:46.013511154 +0000
@@ -1,3 +1,9 @@
+haskell-glade (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:10:12 -0300
+
haskell-glade (0.11.0-1) unstable; urgency=low
* Initial release. (Closes: #583236)
diff -rN -u old-haskell-glade/control new-haskell-glade/control
--- old-haskell-glade/control 2010-06-09 02:49:46.009510943 +0000
+++ new-haskell-glade/control 2010-06-09 02:49:46.013511154 +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
, libglade2-dev
, gtk2hs-buildtools
Build-Depends-Indep: ghc6-doc
@@ -52,21 +52,21 @@
programs. This allows alteration of the interface without recompilation of the
program.
-Package: libghc6-glade-prof
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: Binding to the glade 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 library allows to load externally stored user interfaces into
- programs. This allows alteration of the interface without recompilation of the
- program.
+# Package: libghc6-glade-prof
+# Architecture: any
+# Depends: ${haskell:Depends}
+# , ${misc:Depends}
+# Recommends: ${haskell:Recommends}
+# Suggests: ${haskell:Suggests}
+# Provides: ${haskell:Provides}
+# Description: Binding to the glade 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 library allows to load externally stored user interfaces into
+# programs. This allows alteration of the interface without recompilation of the
+# program.
Package: libghc6-glade-doc
Section: doc
More information about the Pkg-haskell-commits
mailing list