[Pkg-haskell-commits] darcs: haskell-gloss-rendering: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Tue May 5 21:41:24 UTC 2015
Tue May 5 21:40:51 UTC 2015 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
Tue May 5 21:40:51 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-gloss-rendering/changelog new-haskell-gloss-rendering/changelog
--- old-haskell-gloss-rendering/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/changelog 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1,5 @@
+haskell-gloss-rendering (1.9.3.1-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Tue, 05 May 2015 23:39:17 +0200
diff -rN -u old-haskell-gloss-rendering/compat new-haskell-gloss-rendering/compat
--- old-haskell-gloss-rendering/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/compat 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-gloss-rendering/control new-haskell-gloss-rendering/control
--- old-haskell-gloss-rendering/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/control 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1,71 @@
+Source: haskell-gloss-rendering
+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 (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-glut-dev (>= 2.7),
+ libghc-glut-dev (<< 2.8),
+ libghc-glut-prof,
+ libghc-opengl-dev (>= 2.12),
+ libghc-opengl-dev (<< 2.13),
+ libghc-opengl-prof,
+ libghc-bmp-dev (>= 1.2),
+ libghc-bmp-dev (<< 1.3),
+ libghc-bmp-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-glut-doc,
+ libghc-opengl-doc,
+ libghc-bmp-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/gloss-rendering
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gloss-rendering
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gloss-rendering
+X-Description: Gloss picture data types and rendering functions.
+ The packag provides the gloss picture data types and rendering functions.
+ These functions don't do any window management. If you want gloss to setup
+ your window as well then use the plain gloss package.
+
+Package: libghc-gloss-rendering-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-gloss-rendering-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-gloss-rendering-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-gloss-rendering/copyright new-haskell-gloss-rendering/copyright
--- old-haskell-gloss-rendering/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/copyright 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1,25 @@
+Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gloss-rendering
+Upstream-Contact: elise at jabberwocky.eu benl at ouroborus.net
+Source: https://hackage.haskell.org/package/gloss-rendering
+
+Files: *
+Copyright: 2010-2014 Benjamin Lippmeier
+License: MIT
+
+Files: */debian
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ 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
+ condition:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
diff -rN -u old-haskell-gloss-rendering/rules new-haskell-gloss-rendering/rules
--- old-haskell-gloss-rendering/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/rules 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = gloss-rendering
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-gloss-rendering/source/format new-haskell-gloss-rendering/source/format
--- old-haskell-gloss-rendering/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/source/format 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gloss-rendering/watch new-haskell-gloss-rendering/watch
--- old-haskell-gloss-rendering/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss-rendering/watch 2015-05-05 21:41:24.480832328 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/gloss-rendering/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list