[Pkg-haskell-commits] darcs: haskell-haskell-docs: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Sat Feb 7 16:07:45 UTC 2015


Sat Feb  7 16:06:20 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./haskell-haskell-docs-utils.install
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Feb  7 16:06:20 UTC 2015  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-haskell-docs/changelog new-haskell-haskell-docs/changelog
--- old-haskell-haskell-docs/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/changelog	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1,5 @@
+haskell-haskell-docs (4.2.2-1) experimental; urgency=low
+
+  * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sat, 07 Feb 2015 09:28:01 -0600
diff -rN -u old-haskell-haskell-docs/compat new-haskell-haskell-docs/compat
--- old-haskell-haskell-docs/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/compat	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-haskell-docs/control new-haskell-haskell-docs/control
--- old-haskell-haskell-docs/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/control	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1,131 @@
+Source: haskell-haskell-docs
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cabal-ghcjs-dev (>= 1.21) | libghc-cabal-dev (<< 1.21),
+ libghc-cabal-ghcjs-prof (>= 1.21) | libghc-cabal-prof (<< 1.21),
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-ghc-paths-dev,
+ libghc-ghc-paths-prof,
+ libghc-haddock-dev,
+ libghc-haddock-prof,
+ libghc-monad-loops-dev,
+ libghc-monad-loops-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-cabal-ghcjs-doc (>= 1.21) | libghc-cabal-doc (<< 1.21),
+ libghc-aeson-doc,
+ libghc-ghc-paths-doc,
+ libghc-haddock-doc,
+ libghc-monad-loops-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/haskell-docs
+X-Description: A program to find and display the docs and type of a name
+ Given a module name and a name, or just a name, it will find and display
+ the documentation of that name.
+ .
+ /EXAMPLE USAGE/
+ .
+ > $ haskell-docs hSetBuffering
+ > Package: base
+ > Module: GHC.IO.Handle
+ > hSetBuffering :: Handle -> BufferMode -> IO ()
+ > Computation hSetBuffering `hdl mode` sets the mode of buffering for
+ >  handle `hdl` on subsequent reads and writes.
+ .
+ /INSTALLATION/
+ .
+ You should ensure that you have
+ .
+ > documentation: True
+ .
+ in your .cabal/config so that the necessary
+ .haddock files are generated.
+ .
+ Haddock is very sensitive to the GHC version. This program tries not to be. If
+ you cannot install this package due to a version problem, open a Github issue.
+ If the versions match up but the build fails, open a Github issue. Neither
+ case should arise.
+ .
+ /USING WITH GHCI/
+ .
+ > > :def doc \input -> return (":!haskell-docs " ++ input)
+ > > :doc getContents
+ > The getContents operation returns all user input as a single string,
+ >  which is read lazily as it is needed
+ >  (same as hGetContents stdin).
+ .
+ Add the above :def to your user .ghci to have it on start-up.
+ .
+ /CONTRIBUTION AND ISSUES/
+ .
+ Issues\/ideas\/contributions please make a Github issue: <http://github.com/chrisdone/haskell-docs/issues>
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-haskell-docs
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haskell-docs
+
+Package: libghc-haskell-docs-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-haskell-docs-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-haskell-docs-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: haskell-haskell-docs-utils
+Architecture: any
+Section: misc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-haskell-docs/copyright new-haskell-haskell-docs/copyright
--- old-haskell-haskell-docs/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/copyright	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: haskell-docs
+Upstream-Contact: Chris Done <chrisdone at gmail.com>
+Source: http://hackage.haskell.org/package/haskell-docs
+
+Files: *
+Copyright: (c) 2012, Chris Done
+License: BSD3
+
+Files: debian/*
+Copyright: (c) 2015, Christopher Reichert <creichert07 at gmail.com>
+License: BSD3
+
+License: BSD3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+ .
+    * 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.
+ .
+    * Neither the name of Chris Done nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
+ OWNER 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.
diff -rN -u old-haskell-haskell-docs/haskell-haskell-docs-utils.install new-haskell-haskell-docs/haskell-haskell-docs-utils.install
--- old-haskell-haskell-docs/haskell-haskell-docs-utils.install	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/haskell-haskell-docs-utils.install	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1 @@
+dist-ghc/build/haskell-docs/haskell-docs usr/bin
diff -rN -u old-haskell-haskell-docs/rules new-haskell-haskell-docs/rules
--- old-haskell-haskell-docs/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/rules	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = haskell-docs
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-haskell-docs-utils:: build-ghc-stamp
+
diff -rN -u old-haskell-haskell-docs/source/format new-haskell-haskell-docs/source/format
--- old-haskell-haskell-docs/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/source/format	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-haskell-docs/watch new-haskell-haskell-docs/watch
--- old-haskell-haskell-docs/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haskell-docs/watch	2015-02-07 16:07:45.638860103 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/haskell-docs/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list