diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-02 07:11:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-02 07:12:14 -0700 |
commit | 48bb7abb2aa344cd653b5f53de7c1cfab4cb2e61 (patch) | |
tree | b4a00a27f651346aea3aba53c0caf271cd7157e4 | |
parent | b8afec05e0ce85ab811bf55d4948be768ad363e2 (diff) | |
download | pandoc-48bb7abb2aa344cd653b5f53de7c1cfab4cb2e61.tar.gz |
linux/control.in: add Replaces:...
so existing pandoc-citeproc and pandoc-data packages will be
uninstalled; this package provides both.
Closes #3822.
-rw-r--r-- | linux/control.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/control.in b/linux/control.in index 9c9f90be8..2bd61caff 100644 --- a/linux/control.in +++ b/linux/control.in @@ -5,6 +5,7 @@ Priority: optional Architecture: ARCHITECTURE Installed-Size: INSTALLED_SIZE Depends: libc6 (>= 2.13), libgmp10, zlib1g (>= 1:1.1.4) +Replaces: pandoc-data, pandoc-citeproc Suggests: texlive-latex-recommended, texlive-xetex, texlive-fonts-recommended Maintainer: John MacFarlane <jgm@berkeley.edu> |