[Pkg-haskell-commits] darcs: haskell-simple-sendfile: New upstream version 0.2.0.

Clint Adams clint at debian.org
Sat Jan 28 23:29:27 UTC 2012


Sat Jan 28 23:29:20 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.2.0.
  Ignore-this: 2618fdc3218b30bca3ee87b95853d2be

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

Sat Jan 28 23:29:20 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.2.0.
  Ignore-this: 2618fdc3218b30bca3ee87b95853d2be
diff -rN -u old-haskell-simple-sendfile//changelog new-haskell-simple-sendfile//changelog
--- old-haskell-simple-sendfile//changelog	2012-01-28 23:29:27.743331180 +0000
+++ new-haskell-simple-sendfile//changelog	2012-01-28 23:29:27.743331180 +0000
@@ -1,3 +1,9 @@
+haskell-simple-sendfile (0.2.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 28 Jan 2012 18:16:47 -0500
+
 haskell-simple-sendfile (0.1.2-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-simple-sendfile//control new-haskell-simple-sendfile//control
--- old-haskell-simple-sendfile//control	2012-01-28 23:29:27.723332913 +0000
+++ new-haskell-simple-sendfile//control	2012-01-28 23:29:27.747333705 +0000
@@ -4,21 +4,15 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>, Clint Adams <clint at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7),
-               cdbs, 
-               haskell-devscripts (>= 0.8), 
-               ghc, 
-               ghc-prof,
-               libghc-enumerator-dev,
-               libghc-enumerator-prof,
-               libghc-network-dev,
-               libghc-network-prof,
-               libghc-transformers-dev,
-               libghc-transformers-prof
-Build-Depends-Indep: ghc-doc, 
-                     libghc-enumerator-doc,
-                     libghc-network-doc,
-                     libghc-transformers-doc
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-network-dev
+  , libghc-network-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-network-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/simple-sendfile
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-simple-sendfile
@@ -31,8 +25,8 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Cross platform library for the sendfile system call
- Cross platform library for the sendfile system call. This library tries to 
- call minimum system calls which are the bottleneck of web servers. 
+ Cross platform library for the sendfile system call. This library tries to
+ call minimum system calls which are the bottleneck of web servers.
  .
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
@@ -44,8 +38,8 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Cross platform library for the sendfile system call; profiling data
- Cross platform library for the sendfile system call. This library tries to 
- call minimum system calls which are the bottleneck of web servers. 
+ Cross platform library for the sendfile system call. This library tries to
+ call minimum system calls which are the bottleneck of web servers.
  .
  This package provides a library for the Haskell programming language, compiled
  for profiling. See http://www.haskell.org/ for more information on Haskell.
@@ -57,8 +51,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Cross platform library for the sendfile system call; documentation
- Cross platform library for the sendfile system call. This library tries to 
- call minimum system calls which are the bottleneck of web servers. 
+ Cross platform library for the sendfile system call. This library tries to
+ call minimum system calls which are the bottleneck of web servers.
  .
  This package provides the documentation for a library for the Haskell
  programming language.





More information about the Pkg-haskell-commits mailing list