summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-05-11 13:08:36 +0200
committerJonas Smedegaard <dr@jones.dk>2012-05-11 13:12:59 +0200
commitf52521b907b48d1d26fd8e1cad55a72ff1666b5d (patch)
treeafe9a2b038699d4976efc8842a24adad0133e817 /debian/control.in
parent3a1f030b9a21a4962161bf0668b24158b8e64d12 (diff)
Update package relations: Fix include ${haskell:Extra-Depends}. See bug#645530. Sort package releations.
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in20
1 files changed, 9 insertions, 11 deletions
diff --git a/debian/control.in b/debian/control.in
index ccb572a9b..8d68ef209 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -46,8 +46,8 @@ DM-Upload-Allowed: yes
Package: pandoc
Section: text
Architecture: any
-Depends: ${shlibs:Depends}
- , ${misc:Depends}
+Depends: ${misc:Depends}
+ , ${shlibs:Depends}
Suggests: ${cdbs:Suggests}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to
@@ -83,13 +83,13 @@ Package: libghc-pandoc-dev
Section: haskell
Priority: extra
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${cdbs:Depends}
+Depends: ${cdbs:Depends}
+ , ${haskell:Depends}
+ , ${haskell:Extra-Depends}
, ${misc:Depends}
+ , ${shlibs: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
@@ -122,10 +122,9 @@ Section: doc
Priority: extra
Architecture: all
Depends: ${haskell:Depends}
+ , ${haskell:Extra-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
@@ -157,10 +156,9 @@ Section: haskell
Priority: extra
Architecture: any
Depends: ${haskell:Depends}
+ , ${haskell:Extra-Depends}
, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
- , ${cdbs:Suggests}
+Suggests: ${cdbs:Suggests}
Provides: ${haskell:Provides}
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format to