summaryrefslogtreecommitdiff
path: root/p/haskell-pandoc-citeproc/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-01-08 15:56:40 +0400
committerColin Watson <cjwatson@debian.org>2014-01-08 15:56:40 +0400
commitc0aeb29ef371352d5d1d4b7f84978ca4d3ade65a (patch)
tree174263f5a8f2261b51838a136707e1bc0608fbb0 /p/haskell-pandoc-citeproc/debian/rules
parentb5cff80bc55ca63046ad51e7b4fe24713dfde0c8 (diff)
downloadDHG_packages-c0aeb29ef371352d5d1d4b7f84978ca4d3ade65a.tar.gz
haskell-pandoc-citeproc: * Fix data file handling (closes: #734155):
- Install chicago-author-date.csl in libghc-pandoc-citeproc-data. - Make libghc-pandoc-citeproc-dev and pandoc-citeproc depend on libghc-pandoc-citeproc-data. - Fix paths of locale files to match what Text.CSL.Data expects.
Diffstat (limited to 'p/haskell-pandoc-citeproc/debian/rules')
-rwxr-xr-xp/haskell-pandoc-citeproc/debian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/p/haskell-pandoc-citeproc/debian/rules b/p/haskell-pandoc-citeproc/debian/rules
index 245a8a3c7..3927557c4 100755
--- a/p/haskell-pandoc-citeproc/debian/rules
+++ b/p/haskell-pandoc-citeproc/debian/rules
@@ -12,7 +12,9 @@ DEB_SETUP_GHC_CONFIGURE_ARGS = -fbibutils -funicode_collation
check-ghc-stamp: export LC_ALL := C.UTF-8
install/libghc-pandoc-citeproc-data:: debian/tmp-inst-ghc
- cp -a debian/tmp-inst-ghc/usr/share/pandoc-citeproc/locales debian/libghc-pandoc-citeproc-data/usr/share/pandoc-citeproc
+ cp -a debian/tmp-inst-ghc/usr/share/pandoc-citeproc/chicago-author-date.csl \
+ debian/tmp-inst-ghc/usr/share/pandoc-citeproc/locales \
+ debian/libghc-pandoc-citeproc-data/usr/share/pandoc-citeproc/
install/pandoc-citeproc:: debian/tmp-inst-ghc
cp debian/tmp-inst-ghc/usr/bin/* debian/pandoc-citeproc/usr/bin