[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.6-1-8-g8db61e1

Joachim Breitner nomeata at debian.org
Sat Dec 5 16:53:17 UTC 2009


The following commit has been merged in the master branch:
commit 6817769ef2a70d24a2b6607e3217be6f61a204ef
Author: Joachim Breitner <nomeata at debian.org>
Date:   Sat Dec 5 17:48:32 2009 +0100

    Add ${misc:Depends} and other substvars

diff --git a/debian/changelog b/debian/changelog
index 7f2b063..b43ec26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ haskell-convertible (1.0.6-2) UNRELEASED; urgency=low
   [ Joachim Breitner ]
   * Change priority to extra
   * Put packages in section haskell properly
+  * Add ${misc:Depends} and other subst vars
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Mon, 23 Nov 2009 20:30:55 +1100
 
diff --git a/debian/control b/debian/control
index 666be68..bd01ca8 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-convertible.git;a=summ
 
 Package: libghc6-convertible-dev
 Architecture: any
-Depends: ${msic:Depends},  ${haskell:Depends}
+Depends: ${misc:Depends},  ${haskell:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
 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
@@ -74,7 +75,7 @@ Description: Typeclasses and instances for converting between types, GHC profili
 
 Package: libhugs-convertible
 Architecture: all
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
 Description: Typeclasses and instances for converting between types, Hugs package
  convertible provides a typeclass with a single function
  that is designed to help convert between different types: numeric
@@ -100,7 +101,9 @@ Description: Typeclasses and instances for converting between types, Hugs packag
 Package: haskell-convertible-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Typeclasses and instances for converting between types, documentation
  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