diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 13:53:38 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 13:53:38 -0800 |
commit | b1a9b1a696a48fcd21133fef451db2fd28efb1c5 (patch) | |
tree | 55efc1f6fad07d2bd17bed5d5c67066ab8a1b88d /deb | |
parent | 8dfc372278d26c551e2a7374b7223c7e07c8270b (diff) | |
download | pandoc-b1a9b1a696a48fcd21133fef451db2fd28efb1c5.tar.gz |
Improved make_deb.sh.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/control.in b/deb/control.in index 26962220f..85136edf8 100644 --- a/deb/control.in +++ b/deb/control.in @@ -3,7 +3,7 @@ Version: VERSION Section: text Priority: optional Architecture: all -Depends: +Depends: libc6 (>= 2.11), libgmp10, zlib1g (>= 1:1.1.4) Maintainer: John MacFarlane <jgm@berkeley.edu> Description: general markup converter Pandoc is a Haskell library for converting from one markup |