[Pkg-haskell-commits] darcs: haskell-safe: New upstream.

Erik de Castro Lopo erikd at mega-nerd.com
Wed May 4 20:35:42 UTC 2011


Tue May  3 09:12:51 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream.
  Ignore-this: a525c9ac93e9a607040cf483d55b4445

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

Tue May  3 09:12:51 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream.
  Ignore-this: a525c9ac93e9a607040cf483d55b4445
diff -rN -u old-haskell-safe/changelog new-haskell-safe/changelog
--- old-haskell-safe/changelog	2011-05-04 20:35:42.004545939 +0000
+++ new-haskell-safe/changelog	2011-05-04 20:35:42.012546362 +0000
@@ -1,12 +1,14 @@
-haskell-safe (0.2-3) UNRELEASED; urgency=low
+haskell-safe (0.3-1) unstable; urgency=low
 
-  [ Marco Túlio Gontijo e Silva ]
-  * debian/source/format: Use 3.0 (quilt).
+  [ Erik de Castro Lopo ]
+  * New upstream
+  * debian/control: Standards-Version 3.9.2 (no changes needed).
 
   [ Marco Silva ]
+  * debian/source/format: Use 3.0 (quilt).
   * Use ghc instead of ghc6
 
- -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:12 -0300
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Tue,  3 May 2011 19:07:51 +1000
 
 haskell-safe (0.2-2) unstable; urgency=low
 
diff -rN -u old-haskell-safe/control new-haskell-safe/control
--- old-haskell-safe/control	2011-05-04 20:35:42.004545939 +0000
+++ new-haskell-safe/control	2011-05-04 20:35:42.008546151 +0000
@@ -3,14 +3,14 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
-Build-Depends: 
+Build-Depends:
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cdbs
- , ghc 
+ , ghc
  , ghc-prof
  , ghc-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/safe
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-saf
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-saf
@@ -28,7 +28,7 @@
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
- reduce the number of unsafe pattern matches in your code. 
+ reduce the number of unsafe pattern matches in your code.
  .
  This package contains the libraries compiled for GHC 6.
 
@@ -45,7 +45,7 @@
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
- reduce the number of unsafe pattern matches in your code. 
+ reduce the number of unsafe pattern matches in your code.
  .
  This package contains the profiling libraries compiled for GHC 6.
 
@@ -60,6 +60,6 @@
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
- reduce the number of unsafe pattern matches in your code. 
+ reduce the number of unsafe pattern matches in your code.
  .
  This package contains the library documentation.





More information about the Pkg-haskell-commits mailing list