--- haskell-citeproc-hs-0.3.2.orig/debian/changelog +++ haskell-citeproc-hs-0.3.2/debian/changelog @@ -0,0 +1,31 @@ +haskell-citeproc-hs (0.3.2-1~ppa5) maverick; urgency=low + + * Add *all* of the -prof packages we have -dev packages in Build-Deps + for. Maybe *this* will solve it? + + -- Adam Buchbinder Fri, 25 Mar 2011 12:02:06 -0400 + +haskell-citeproc-hs (0.3.2-1~ppa4) maverick; urgency=low + + * Add libghc6-parsec-prof to build-deps. Maybe that'll finally + let it build? + + -- Adam Buchbinder Fri, 25 Mar 2011 11:50:15 -0400 + +haskell-citeproc-hs (0.3.2-1~ppa3) maverick; urgency=low + + * Add *one last* relevant build dependency; this should work. + + -- Adam Buchbinder Fri, 25 Mar 2011 11:26:34 -0400 + +haskell-citeproc-hs (0.3.2-1~ppa2) maverick; urgency=low + + * Add the relevant build dependencies; see if this works. + + -- Adam Buchbinder Fri, 25 Mar 2011 11:04:46 -0400 + +haskell-citeproc-hs (0.3.2-1~ppa1) maverick; urgency=low + + * Initial release. + + -- Adam Buchbinder Fri, 25 Mar 2011 10:47:45 -0400 --- haskell-citeproc-hs-0.3.2.orig/debian/watch +++ haskell-citeproc-hs-0.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/packages/archive/citeproc-hs/([\d\.]+)/citeproc-hs-([\d\.]+).tar.gz --- haskell-citeproc-hs-0.3.2.orig/debian/rules +++ haskell-citeproc-hs-0.3.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-citeproc-hs-0.3.2.orig/debian/compat +++ haskell-citeproc-hs-0.3.2/debian/compat @@ -0,0 +1 @@ +5 --- haskell-citeproc-hs-0.3.2.orig/debian/control +++ haskell-citeproc-hs-0.3.2/debian/control @@ -0,0 +1,44 @@ +Source: haskell-citeproc-hs +Section: libdevel +Priority: optional +Maintainer: Adam Buchbinder +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 5), cdbs, dpatch, haskell-devscripts (>= 0.6.15+nmu1), ghc6, ghc6-prof, libghc6-json-dev, libghc6-mtl-dev, libghc6-parsec-dev, libghc6-xml-dev, libghc6-pandoc-types-dev, libghc6-parsec-prof, libghc6-pandoc-types-prof, libghc6-xml-prof, libghc6-mtl-prof, libghc6-json-prof +Build-Depends-Indep: ghc6-doc, haddock, hscolour +Homepage: http://hackage.haskell.org/cgi-bin/citeproc-hs/package/citeproc-hs + +Package: libghc6-citeproc-hs-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: libghc6-citeproc-hs-doc (= ${binary:Version}), libghc6-citeproc-hs-prof (= ${binary:Version}) +Description: The citeproc-hs package + This package provides a library for the Haskell programming language. + . + See http://www.haskell.org/ for more information on Haskell. + . + citeproc-hs is 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: libghc6-citeproc-hs-prof +Architecture: any +Depends: libghc6-citeproc-hs-dev (= ${binary:Version}), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: The citeproc-hs package; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + . + See http://www.haskell.org/ for more information on Haskell. + . + citeproc-hs is 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: libghc6-citeproc-hs-doc +Section: doc +Architecture: all +Depends: +Recommends: ghc6-doc (>= 6.8.2) +Suggests: libghc6-citeproc-hs-dev (= ${binary:Version}) +Description: The citeproc-hs package; documentation + This package provides the documentation for a library for the Haskell + programming language. + . + See http://www.haskell.org/ for more information on Haskell. + . + citeproc-hs is 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/.