[Pkg-haskell-commits] darcs: haskell-gloss: Intial check-in

Joachim Breitner mail at joachim-breitner.de
Fri May 17 20:03:17 UTC 2013


Fri May 17 20:03:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Intial check-in
  Ignore-this: e0032c72906c6d2ed69dd014582ec913

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

Fri May 17 20:03:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Intial check-in
  Ignore-this: e0032c72906c6d2ed69dd014582ec913
diff -rN -u old-haskell-gloss//changelog new-haskell-gloss//changelog
--- old-haskell-gloss//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//changelog	2013-05-17 20:03:17.211036756 +0000
@@ -0,0 +1,5 @@
+haskell-gloss (1.7.8.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-gloss//compat new-haskell-gloss//compat
--- old-haskell-gloss//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//compat	2013-05-17 20:03:17.211036756 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gloss//control new-haskell-gloss//control
--- old-haskell-gloss//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//control	2013-05-17 20:03:17.211036756 +0000
@@ -0,0 +1,68 @@
+Source: haskell-gloss
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-opengl-dev (>= 2.6)
+  , libghc-opengl-dev (<< 2.7)
+  , libghc-opengl-prof
+  , libghc-glut-dev (>= 2.3)
+  , libghc-glut-dev (<< 2.4)
+  , libghc-glut-prof
+  , libghc-bmp-dev (>= 1.2)
+  , libghc-bmp-dev (<< 1.3)
+  , libghc-bmp-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-opengl-doc
+  , libghc-glut-doc
+  , libghc-bmp-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/gloss
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gloss
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gloss
+X-Description: Painless 2D vector graphics, animations and simulations.
+ Gloss hides the pain of drawing simple vector graphics behind a nice data type
+ and a few display functions. Gloss comes for with support for animations and
+ simulations as well, and allows to create simple interactive games.  Gloss
+ uses OpenGL under the hood, but you won't need to worry about any of that. 
+
+Package: libghc-gloss-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gloss-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gloss-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-gloss//copyright new-haskell-gloss//copyright
--- old-haskell-gloss//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//copyright	2013-05-17 20:03:17.215037462 +0000
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gloss
+Upstream-Contact: Ben Lippmeier <benl at ouroborus.net>
+Source: http://hackage.haskell.org/package/gloss
+
+Files: *
+Copyright: 2010-2012 Benjamin Lippmeier
+License: MIT/X11
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: MIT/X11
+
+License: MIT/X11
+ 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//rules new-haskell-gloss//rules
--- old-haskell-gloss//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//rules	2013-05-17 20:03:17.215037462 +0000
@@ -0,0 +1,4 @@
+#!/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-gloss//source/format new-haskell-gloss//source/format
--- old-haskell-gloss//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//source/format	2013-05-17 20:03:17.215037462 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gloss//watch new-haskell-gloss//watch
--- old-haskell-gloss//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gloss//watch	2013-05-17 20:03:17.215037462 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gloss-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gloss \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list