[Pkg-haskell-commits] darcs: haskell-haddock-library: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sun Dec 21 21:22:24 UTC 2014


Sun Dec 21 21:22:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Dec 21 21:22:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-haddock-library/changelog new-haskell-haddock-library/changelog
--- old-haskell-haddock-library/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/changelog	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1,5 @@
+haskell-haddock-library (1.1.1-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Dec 2014 22:18:20 +0100
diff -rN -u old-haskell-haddock-library/compat new-haskell-haddock-library/compat
--- old-haskell-haddock-library/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/compat	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-haddock-library/control new-haskell-haddock-library/control
--- old-haskell-haddock-library/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/control	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1,61 @@
+Source: haskell-haddock-library
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/haddock-library
+X-Description: Library exposing some functionality of Haddock
+ Haddock is a documentation-generation tool for Haskell
+ libraries. These modules expose some functionality of it
+ without pulling in the GHC dependency.
+ .
+ For interacting with Haddock itself, see the ‘haddock’ package.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-haddock-library
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haddock-library
+
+Package: libghc-haddock-library-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-haddock-library-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-haddock-library-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}
diff -rN -u old-haskell-haddock-library/copyright new-haskell-haddock-library/copyright
--- old-haskell-haddock-library/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/copyright	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright:
+ 2002-2010 Simon Marlow
+ 2013-2014 Mateusz Kowalczyk 
+License: BSD3
+
+Files: vendor/attoparsec*
+Copyright:
+ 2007-2014 Bryan O'Sullivan
+ 1999-2001 Daan Leijen
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+
+License: BSD3
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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-haddock-library/rules new-haskell-haddock-library/rules
--- old-haskell-haddock-library/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/rules	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-haddock-library/source/format new-haskell-haddock-library/source/format
--- old-haskell-haddock-library/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/source/format	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-haddock-library/watch new-haskell-haddock-library/watch
--- old-haskell-haddock-library/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-haddock-library/watch	2014-12-21 21:22:24.037632004 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/haddock-library/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list