summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-29 16:35:13 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-29 16:35:13 +0200
commit8232d79502fc82c4750e044f5971c91dc266b0ae (patch)
treef377e02dccb5cf3ea9b9edee12e64cae5c9addf4 /debian/control.in
parent8a3e7041789835c7a87f9c4434a7e065c56965e5 (diff)
Update package relations: Add ${haskell:Depends} ${haskell:Recommends} ${haskell:Suggests} and ${haskell:Provides}, and stop explicitly suggesting *-doc packages. Fix depend on ${shlibs:Depends}.
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in26
1 files changed, 20 insertions, 6 deletions
diff --git a/debian/control.in b/debian/control.in
index a46051686..97804beb3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,8 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/pandoc.git;a=summary
Package: pandoc
Section: text
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}
+ , ${misc:Depends}
Suggests: ${cdbs:Suggests}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to
@@ -46,8 +47,14 @@ Package: libghc-pandoc-dev
Section: haskell
Priority: extra
Architecture: any
-Depends: ${haskell:Depends}, ${cdbs:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${cdbs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
+ , ${cdbs:Suggests}
+Provides: ${haskell:Provides}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to
another, and a command-line tool that uses this library. It can read
@@ -76,8 +83,11 @@ Package: libghc-pandoc-doc
Section: doc
Priority: extra
Architecture: all
-Depends: ${misc:Depends}
-Suggests: ${cdbs:Suggests}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+ , ${cdbs:Suggests}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to
another, and a command-line tool that uses this library. It can read
@@ -106,8 +116,12 @@ Package: libghc-pandoc-prof
Section: haskell
Priority: extra
Architecture: any
-Depends: ${misc:Depends}
-Suggests: ${cdbs:Suggests}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+ , ${cdbs:Suggests}
+Provides: ${haskell:Provides}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to
another, and a command-line tool that uses this library. It can read