[Pkg-haskell-commits] darcs: haskell-feed: Depend on libghc-utf8-string-dev

Joachim Breitner mail at joachim-breitner.de
Fri Apr 8 09:40:35 UTC 2011


Fri Apr  8 09:40:24 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on libghc-utf8-string-dev
  Ignore-this: 5ca857858610a9740824793932836243

    M ./changelog +3
    M ./control -5 +8

Fri Apr  8 09:40:24 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on libghc-utf8-string-dev
  Ignore-this: 5ca857858610a9740824793932836243
diff -rN -u old-haskell-feed/changelog new-haskell-feed/changelog
--- old-haskell-feed/changelog	2011-04-08 09:40:35.141746794 +0000
+++ new-haskell-feed/changelog	2011-04-08 09:40:35.145747005 +0000
@@ -6,6 +6,9 @@
   [ Giovanni Mascellani ]
   * Updated my email address.
 
+  [ Joachim Breitner ]
+  * Depend on libghc-utf8-string-dev
+
  -- Giovanni Mascellani <gio at debian.org>  Sun, 16 Jan 2011 10:27:16 +0100
 
 haskell-feed (0.3.7-4) unstable; urgency=low
diff -rN -u old-haskell-feed/control new-haskell-feed/control
--- old-haskell-feed/control	2011-04-08 09:40:35.141746794 +0000
+++ new-haskell-feed/control	2011-04-08 09:40:35.145747005 +0000
@@ -12,7 +12,10 @@
  ghc-doc,
  libghc-xml-dev (>= 1.3.7),
  libghc-xml-prof,
- libghc-xml-doc
+ libghc-xml-doc,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+ libghc-utf8-string-doc,
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/feed
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-feed
@@ -27,11 +30,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to RSS and Atom feeds - GHC 6 libraries
+Description: Haskell interface to RSS and Atom feeds - GHC libraries
  This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
  feeds, allowing both importing and exporting them.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
 Package: libghc-feed-prof
 Architecture: any
@@ -41,11 +44,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to RSS and Atom feeds - GHC 6 profiling libraries
+Description: Haskell interface to RSS and Atom feeds - GHC profiling libraries
  This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
  feeds, allowing both importing and exporting them.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
 Package: libghc-feed-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list