[Pkg-haskell-commits] [SCM] haskell-testpack branch, master,	updated. upstream/1.0.2-7-g3f4b894
    Iain Lane 
    laney at ubuntu.com
       
    Thu Mar 11 17:38:28 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit 3f4b89491011d43e5e339b9fe3a8c2830e0bbd19
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Mar 11 17:37:56 2010 +0000
    Add missing conflicts/replaces on old doc package name
diff --git a/debian/control b/debian/control
index 026d948..70616b8 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,8 @@ Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
+Conflicts: haskell-testpack-doc
+Replaces: haskell-testpack-doc
 Description: Documentation for Haskell Test Utility Pack
  testpack provides utilities for both HUnit and QuickCheck.  These include
  tools for running QuickCheck properties as HUnit test cases, allowing you to
-- 
haskell-testpack
    
    
More information about the Pkg-haskell-commits
mailing list