[Pkg-haskell-commits] darcs: haskell-prettyclass: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Sun Dec 21 23:52:08 UTC 2014
Sun Dec 21 23:51:52 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 23:51:52 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-prettyclass/changelog new-haskell-prettyclass/changelog
--- old-haskell-prettyclass/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/changelog 2014-12-21 23:52:08.858399076 +0000
@@ -0,0 +1,5 @@
+haskell-prettyclass (1.0.0.0-1) UNRELEASED; urgency=low
+
+ * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org> Mon, 22 Dec 2014 00:48:52 +0100
diff -rN -u old-haskell-prettyclass/compat new-haskell-prettyclass/compat
--- old-haskell-prettyclass/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/compat 2014-12-21 23:52:08.862399077 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-prettyclass/control new-haskell-prettyclass/control
--- old-haskell-prettyclass/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/control 2014-12-21 23:52:08.862399077 +0000
@@ -0,0 +1,59 @@
+Source: haskell-prettyclass
+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.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/prettyclass
+X-Description: Pretty printing class similar to Show.
+ Pretty printing class similar to Show, based on the HughesPJ
+ pretty printing library. Provides the pretty printing class
+ and instances for the Prelude types.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-prettyclass
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-prettyclass
+
+Package: libghc-prettyclass-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-prettyclass-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-prettyclass-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-prettyclass/copyright new-haskell-prettyclass/copyright
--- old-haskell-prettyclass/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/copyright 2014-12-21 23:52:08.862399077 +0000
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: Lennart Augustsson
+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 works must retain the original copyright notice, this
+ list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the original 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 the authrs nor the names of their contributors may be used
+ to endorse or promote products derived from this work 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-prettyclass/rules new-haskell-prettyclass/rules
--- old-haskell-prettyclass/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/rules 2014-12-21 23:52:08.862399077 +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-prettyclass/source/format new-haskell-prettyclass/source/format
--- old-haskell-prettyclass/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/source/format 2014-12-21 23:52:08.862399077 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-prettyclass/watch new-haskell-prettyclass/watch
--- old-haskell-prettyclass/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-prettyclass/watch 2014-12-21 23:52:08.862399077 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/prettyclass/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list