[Pkg-haskell-commits] darcs: haskell-irc: New upstream version 0.5.1.0.

Clint Adams clint at debian.org
Tue Jan 15 04:01:55 UTC 2013


Tue Jan 15 04:01:44 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.5.1.0.
  Ignore-this: 6a7de74f25a84ba03f6d233b5ec0b552

    M ./changelog +7
    M ./control -10 +25

Tue Jan 15 04:01:44 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.5.1.0.
  Ignore-this: 6a7de74f25a84ba03f6d233b5ec0b552
diff -rN -u old-haskell-irc//changelog new-haskell-irc//changelog
--- old-haskell-irc//changelog	2013-01-15 04:01:54.879720011 +0000
+++ new-haskell-irc//changelog	2013-01-15 04:01:54.883721333 +0000
@@ -1,3 +1,10 @@
+haskell-irc (0.5.1.0-1) experimental; urgency=low
+
+  * New upstream version.
+  * Add profiling libraries.
+
+ -- Clint Adams <clint at debian.org>  Mon, 14 Jan 2013 22:53:23 -0500
+
 haskell-irc (0.5.0.0-2) experimental; urgency=low
 
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
diff -rN -u old-haskell-irc//control new-haskell-irc//control
--- old-haskell-irc//control	2013-01-15 04:01:54.875720313 +0000
+++ new-haskell-irc//control	2013-01-15 04:01:54.887721813 +0000
@@ -3,14 +3,15 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Chris Lamb <lamby at debian.org>
-Build-Depends:
- debhelper (>= 7),
- haskell-devscripts (>= 0.8.13),
- cdbs,
- ghc,
- ghc-doc,
- libghc-parsec3-dev (<= 3.2),
- libghc-parsec3-doc,
+Build-Depends: debhelper (>= 7)
+ , haskell-devscripts (>= 0.8.13)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-parsec3-dev (<= 3.2)
+ , libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-parsec3-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/irc
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-irc
@@ -25,19 +26,33 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC libraries for the Haskell IRC library
+Description: Haskell IRC library
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
  .
  This package contains the libraries compiled for GHC.
 
+Package: libghc-irc-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell IRC library; profiling libraries
+ A set of combinators and types for parsing IRC (Internet Relay Chat)
+ messages.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
 Package: libghc-irc-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: GHC libraries for the Haskell IRC library (documentation)
+Description: Haskell IRC library; documentation
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
  .





More information about the Pkg-haskell-commits mailing list