[Pkg-haskell-commits] r834 - in /packages/haskell-devscripts/trunk: debian/changelog debian/copyright dh_haskell_buildinst

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Dec 30 18:10:05 UTC 2007


Author: arjan
Date: Sun Dec 30 18:10:05 2007
New Revision: 834

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=834
Log:
[project @ typos and spell checking]

Original author: Arjan Oosting <arjanoosting at home.nl>
Date: 2006-10-06 23:28:54+00:00

Modified:
    packages/haskell-devscripts/trunk/debian/changelog
    packages/haskell-devscripts/trunk/debian/copyright
    packages/haskell-devscripts/trunk/dh_haskell_buildinst

Modified: packages/haskell-devscripts/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/changelog?rev=834&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/changelog (original)
+++ packages/haskell-devscripts/trunk/debian/changelog Sun Dec 30 18:10:05 2007
@@ -5,7 +5,7 @@
     bashims.
   * Replace dh_haskell_buildinst with simple shell script to decrease code
     duplicity. 
-  * Introduce separate perl module which contains the code shared between
+  * Introduce separate Perl module which contains the code shared between
     the different dh_haskell tools.
 
  -- Arjan Oosting <arjanoosting at home.nl>  Fri,  6 Oct 2006 22:30:10 +0200

Modified: packages/haskell-devscripts/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/debian/copyright?rev=834&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/debian/copyright (original)
+++ packages/haskell-devscripts/trunk/debian/copyright Sun Dec 30 18:10:05 2007
@@ -3,7 +3,7 @@
 
 Copyright: Copyright (C) 2004 John Goerzen
 
-Upstream Author(s): John Goerzen <jgoerzen at complete.org>
+Upstream Author: John Goerzen <jgoerzen at complete.org>
 
 License:
 

Modified: packages/haskell-devscripts/trunk/dh_haskell_buildinst
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-devscripts/trunk/dh_haskell_buildinst?rev=834&op=diff
==============================================================================
--- packages/haskell-devscripts/trunk/dh_haskell_buildinst (original)
+++ packages/haskell-devscripts/trunk/dh_haskell_buildinst Sun Dec 30 18:10:05 2007
@@ -22,5 +22,4 @@
 for p in `dh_listpackages "$OPTIONS"` ; do
     dh_haskell_build --package=$p $FILTERED_OPTIONS
     dh_haskell_install  --package=$p $FILTERED_OPTIONS
-done	
-
+done




More information about the Pkg-haskell-commits mailing list