[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.11.0-1-2-g6512081

Joachim Breitner nomeata at debian.org
Wed Sep 14 21:51:03 UTC 2011


The following commit has been merged in the master branch:
commit 6a71e5ed9c8abcef080a5c11aeb9463507b7e6cc
Author: Joachim Breitner <nomeata at debian.org>
Date:   Wed Sep 14 23:47:00 2011 +0200

    Add necessary haskell subst variables

diff --git a/debian/changelog b/debian/changelog
index 921207c..26513f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-convertible (1.0.11.0-2) UNRELEASED; urgency=low
+
+  * Add necessary haskell subst variables 
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 14 Sep 2011 23:46:39 +0200
+
 haskell-convertible (1.0.11.0-1) unstable; urgency=low
 
   * New upstream version, relicensed.
diff --git a/debian/control b/debian/control
index 7c536d5..8632615 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,8 @@ Package: libghc-convertible-dev
 Architecture: any
 Depends: ${misc:Depends},  ${haskell:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
 Description: Typeclasses and instances for converting between types, GHC package
  convertible provides a typeclass with a single function
  that is designed to help convert between different types: numeric
@@ -54,6 +56,9 @@ Description: Typeclasses and instances for converting between types, GHC package
 Package: libghc-convertible-prof
 Architecture: any
 Depends:  ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
 Description: Typeclasses and instances for converting between types, GHC profiling package
  convertible provides a typeclass with a single function
  that is designed to help convert between different types: numeric

-- 
Data type conversions



More information about the Pkg-haskell-commits mailing list