[Pkg-haskell-commits] darcs: haskell-citeproc-hs: Installing data files.

Giovanni Mascellani gio at debian.org
Sat Aug 13 18:47:39 UTC 2011


Wed May 25 10:36:04 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Installing data files.
  Ignore-this: a72b348e2228bfcc88ee3ca140fef824

    M ./control -1 +23
    M ./rules +4

Wed May 25 10:36:04 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Installing data files.
  Ignore-this: a72b348e2228bfcc88ee3ca140fef824
diff -rN -u old-haskell-citeproc-hs//control new-haskell-citeproc-hs//control
--- old-haskell-citeproc-hs//control	2011-08-13 18:47:39.261030059 +0000
+++ new-haskell-citeproc-hs//control	2011-08-13 18:47:39.286055804 +0000
@@ -48,7 +48,8 @@
 Depends:
  ${haskell:Depends},
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libghc-citeproc-hs-data (== ${source:Version})
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
@@ -109,3 +110,24 @@
  style files in commercial products like Endnote or Reference Manager.
  .
  This package contains the library documentation.
+
+Package: libghc-citeproc-hs-data
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell support for Citation Style Language - data files
+ citeproc-hs is a Haskell implementation of the Citation Style Language
+ (CSL).
+ .
+ citeproc-hs adds to pandoc, the famous Haskell text processing tool, a
+ Bibtex like citation and bibliographic formatting and generation
+ facility.
+ .
+ CSL is an XML language for specifying citation and bibliographic
+ formatting, similar in principle to BibTeX .bst files or the binary
+ style files in commercial products like Endnote or Reference Manager.
+ .
+ This package contains the data files needed to use the library.
diff -rN -u old-haskell-citeproc-hs//rules new-haskell-citeproc-hs//rules
--- old-haskell-citeproc-hs//rules	2011-08-13 18:47:39.261030059 +0000
+++ new-haskell-citeproc-hs//rules	2011-08-13 18:47:39.282054157 +0000
@@ -2,3 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/libghc-citeproc-hs-data:: debian/tmp-inst-ghc
+	mv debian/tmp-inst-ghc/usr/share/citeproc-hs-$(CABAL_VERSION) debian/libghc-citeproc-hs-data/usr/share
+





More information about the Pkg-haskell-commits mailing list