[Pkg-haskell-commits] darcs: haskell-glfw: Initial package release.

Ernesto Hernández-Novich (USB) emhn at usb.ve
Fri May 21 22:25:31 UTC 2010


Fri May 21 22:23:04 UTC 2010  Ernesto Hern[_\c3_][_\a1_]ndez-Novich (USB) <emhn at usb.ve>
  * Initial package release.
  Ignore-this: ef2d8818d3250cd339dfa1b7452f274e

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

Fri May 21 22:23:04 UTC 2010  Ernesto Hernández-Novich (USB) <emhn at usb.ve>
  * Initial package release.
  Ignore-this: ef2d8818d3250cd339dfa1b7452f274e
diff -rN -u old-haskell-glfw/changelog new-haskell-glfw/changelog
--- old-haskell-glfw/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/changelog	2010-05-21 22:25:31.758065264 +0000
@@ -0,0 +1,5 @@
+haskell-glfw (0.4.2-1) unstable; urgency=low
+
+  * Initial release (Closes: 582572).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 21 May 2010 17:51:54 -0430
diff -rN -u old-haskell-glfw/compat new-haskell-glfw/compat
--- old-haskell-glfw/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/compat	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-glfw/control new-haskell-glfw/control
--- old-haskell-glfw/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/control	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1,55 @@
+Source: haskell-glfw
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
+ ghc6, ghc6-prof,
+ libghc6-opengl-dev, libghc6-opengl-prof,
+ libglfw-dev, libxrandr-dev
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/GLFW
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glfw
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-glfw
+
+Package: libghc6-glfw-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell GLFW binding for GHC
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides bindings for GLFW, a window system independent
+ toolkit for writing OpenGL programs.
+
+Package: libghc6-glfw-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell GLFW binding for GHC; profiling libraries
+ This package provides a library for the Haskell programming language
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides bindings for GLFW, a window system independent
+ toolkit for writing OpenGL programs.
+
+Package: libghc6-glfw-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell GLFW binding for GHC; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides bindings for GLFW, a window system independent
+ toolkit for writing OpenGL programs.
diff -rN -u old-haskell-glfw/copyright new-haskell-glfw/copyright
--- old-haskell-glfw/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/copyright	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1,45 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: GLFW
+Maintainer: Paul H. Liu <paul at thev.net>
+Source: http://hackage.haskell.org/packages/archive/GLFW
+
+Files: *
+Copyright: 2007-2010, Paul H. Liu <paul at thev.net>
+License: BSD3
+
+Files: glfw/*
+Copyright: 2002-2007, Camilla Berglund <elmindreda at users.sourceforge.net>
+License: BSD3
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: GPL-3+
+
+License: BSD3
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would
+    be appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and must not
+    be misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+    distribution.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by 
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'
diff -rN -u old-haskell-glfw/rules new-haskell-glfw/rules
--- old-haskell-glfw/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/rules	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-glfw/source/format new-haskell-glfw/source/format
--- old-haskell-glfw/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/source/format	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-glfw/watch new-haskell-glfw/watch
--- old-haskell-glfw/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-glfw/watch	2010-05-21 22:25:31.754065052 +0000
@@ -0,0 +1,7 @@
+# See uscan(1) for format
+
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|GLFW-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/GLFW \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list