[Pkg-haskell-commits] darcs: haskell-pandoc-citeproc: Initial Check-In

Clint Adams clint at debian.org
Wed Jan 1 23:51:12 UTC 2014


Wed Jan  1 23:51:00 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc-pandoc-citeproc-data.dirs
    A ./pandoc-citeproc.dirs
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Jan  1 23:51:00 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-pandoc-citeproc/changelog new-haskell-pandoc-citeproc/changelog
--- old-haskell-pandoc-citeproc/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/changelog	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,5 @@
+haskell-pandoc-citeproc (0.2-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 01 Jan 2014 16:47:49 -0500
diff -rN -u old-haskell-pandoc-citeproc/compat new-haskell-pandoc-citeproc/compat
--- old-haskell-pandoc-citeproc/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/compat	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-pandoc-citeproc/control new-haskell-pandoc-citeproc/control
--- old-haskell-pandoc-citeproc/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/control	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,133 @@
+Source: haskell-pandoc-citeproc
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-aeson-dev
+  , libghc-aeson-prof
+  , libghc-hs-bibutils-dev (>= 0.3)
+  , libghc-hs-bibutils-prof
+  , libghc-http-dev (>= 1:4000.0.9)
+  , libghc-http-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-network-dev
+  , libghc-network-prof
+  , libghc-pandoc-dev (>= 1.12.1)
+  , libghc-pandoc-prof
+  , libghc-pandoc-types-dev (>= 1.12.3)
+  , libghc-pandoc-types-prof
+  , libghc-split-dev
+  , libghc-split-prof
+  , libghc-tagsoup-dev
+  , libghc-tagsoup-prof
+  , libghc-texmath-dev (>= 0.6.4)
+  , libghc-texmath-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-text-icu-dev
+  , libghc-text-icu-prof
+  , libghc-vector-dev
+  , libghc-vector-prof
+  , libghc-yaml-dev
+  , libghc-yaml-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-aeson-doc
+  , libghc-hs-bibutils-doc
+  , libghc-http-doc
+  , libghc-mtl-doc
+  , libghc-network-doc
+  , libghc-pandoc-doc
+  , libghc-pandoc-types-doc
+  , libghc-split-doc
+  , libghc-tagsoup-doc
+  , libghc-texmath-doc
+  , libghc-text-doc
+  , libghc-text-icu-doc
+  , libghc-vector-doc
+  , libghc-yaml-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/pandoc-citeproc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pandoc-citeproc
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pandoc-citeproc
+X-Description: support for using pandoc with citeproc
+ The pandoc-citeproc library exports functions for using the citeproc
+ system with pandoc. It relies on citeproc-hs, a library for rendering
+ bibliographic reference citations into a variety of styles using a
+ macro language called Citation Style Language (CSL). More details on
+ CSL can be found here: http://citationstyles.org/ .
+
+Package: libghc-pandoc-citeproc-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-pandoc-citeproc-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-pandoc-citeproc-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-pandoc-citeproc-data
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Breaks: pandoc (<< 1.11.1-3)
+Description: Pandoc support for Citation Style Language - data files
+ pandoc-citeproc is a Haskell implementation of the Citation Style Language
+ (CSL).
+ .
+ pandoc-citeproc 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.
+
+Package: pandoc-citeproc
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Pandoc support for Citation Style Language - tools
+ pandoc-citeproc is a Haskell implementation of the Citation Style Language
+ (CSL).
+ .
+ This contains two executables: pandoc-citeproc, which works as a
+ pandoc filter (pandoc >= 1.12), and biblio2yaml, which converts
+ bibliographic databases to a yaml format suitable for inclusion in
+ pandoc YAML metadata.
diff -rN -u old-haskell-pandoc-citeproc/copyright new-haskell-pandoc-citeproc/copyright
--- old-haskell-pandoc-citeproc/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/copyright	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,66 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pandoc-citeproc
+Upstream-Contact: John MacFarlane <jgm at berkeley.edu>
+Source: http://hackage.haskell.org/package/pandoc-citeproc
+
+Files: *
+Copyright: 2013 John MacFarlane
+License: BSD-3-clause
+
+Files: src/Text/CSL/Eval/Common.hs src/Text/CSL/Eval/Date.hs
+ src/Text/CSL/Eval.hs src/Text/CSL/Eval/Names.hs
+ src/Text/CSL/Eval/Output.hs src/Text/CSL.hs
+ src/Text/CSL/Input/Bibutils.hs src/Text/CSL/Output/Pandoc.hs
+ src/Text/CSL/Output/Plain.hs src/Text/CSL/Parser.hs
+ src/Text/CSL/Pickle/Hexpat.hs src/Text/CSL/Pickle/Xml.hs
+ src/Text/CSL/Proc/Collapse.hs src/Text/CSL/Proc/Disamb.hs
+ src/Text/CSL/Proc.hs src/Text/CSL/Reference.hs
+ src/Text/CSL/Style.hs
+Copyright: 2008-2012 Andrea Rossato
+License: BSD-3-clause
+
+Files: src/Text/CSL/Pickle.hs
+Copyright: Uwe Schmidt Andrea Rossato
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 Clint Adams
+License: Expat
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-pandoc-citeproc/libghc-pandoc-citeproc-data.dirs new-haskell-pandoc-citeproc/libghc-pandoc-citeproc-data.dirs
--- old-haskell-pandoc-citeproc/libghc-pandoc-citeproc-data.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/libghc-pandoc-citeproc-data.dirs	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1 @@
+usr/share
diff -rN -u old-haskell-pandoc-citeproc/pandoc-citeproc.dirs new-haskell-pandoc-citeproc/pandoc-citeproc.dirs
--- old-haskell-pandoc-citeproc/pandoc-citeproc.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/pandoc-citeproc.dirs	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
diff -rN -u old-haskell-pandoc-citeproc/rules new-haskell-pandoc-citeproc/rules
--- old-haskell-pandoc-citeproc/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/rules	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+DEB_GHC_EXTRA_PACKAGES := libghc-pandoc-citeproc-data (>= $(CABAL_VERSION))
+
+DEB_SETUP_GHC_CONFIGURE_ARGS = -fbibutils -funicode_collation
+
+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
+
+install/pandoc-citeproc:: debian/tmp-inst-ghc
+	cp debian/tmp-inst-ghc/usr/bin/* debian/pandoc-citeproc/usr/bin
+	cp -a debian/tmp-inst-ghc/usr/share/pandoc-citeproc/man debian/pandoc-citeproc/usr/share
diff -rN -u old-haskell-pandoc-citeproc/source/format new-haskell-pandoc-citeproc/source/format
--- old-haskell-pandoc-citeproc/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/source/format	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-pandoc-citeproc/watch new-haskell-pandoc-citeproc/watch
--- old-haskell-pandoc-citeproc/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pandoc-citeproc/watch	2014-01-01 23:51:12.668017596 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/pandoc-citeproc/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list