[Pkg-haskell-commits] darcs: haskell-gluraw: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Sat Feb 9 21:49:03 UTC 2013
Sat Feb 9 21:48:51 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
Ignore-this: 71ad286efb043515940de1dc43030bba
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sat Feb 9 21:48:51 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
Ignore-this: 71ad286efb043515940de1dc43030bba
diff -rN -u old-haskell-gluraw//changelog new-haskell-gluraw//changelog
--- old-haskell-gluraw//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//changelog 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1,5 @@
+haskell-gluraw (1.3.0.0-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-gluraw//compat new-haskell-gluraw//compat
--- old-haskell-gluraw//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//compat 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gluraw//control new-haskell-gluraw//control
--- old-haskell-gluraw//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//control 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1,67 @@
+Source: haskell-gluraw
+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.13)
+ , ghc
+ , ghc-prof
+ , libghc-openglraw-dev (>= 1.3)
+ , libghc-openglraw-dev (<< 1.4)
+ , libghc-openglraw-prof
+ , libglu1-mesa-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-bar-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/gluraw
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gluraw
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gluraw
+
+Package: libghc-gluraw-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libglu1-mesa-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Raw binding for the OpenGL graphics system
+ GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
+ basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
+ interface.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-gluraw-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Raw binding for the OpenGL graphics system; profiling libraries
+ GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
+ basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
+ interface.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-gluraw-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Raw binding for the OpenGL graphics system; documentation
+ GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
+ basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
+ interface.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-gluraw//copyright new-haskell-gluraw//copyright
--- old-haskell-gluraw//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//copyright 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GLURaw
+Upstream-Contact: Sven Panne <sven.panne at aedion.de>
+Source: http://hackage.haskell.org/package/GLURaw
+
+Files: *
+Copyright: 2009, Sven Panne
+License: GLURaw license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: GLURaw license
+
+License: GLURaw license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of its contributors may be
+ used to endorse or promote products derived from this software 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-gluraw//rules new-haskell-gluraw//rules
--- old-haskell-gluraw//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//rules 2013-02-09 21:49:03.891982199 +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-gluraw//source/format new-haskell-gluraw//source/format
--- old-haskell-gluraw//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//source/format 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gluraw//watch new-haskell-gluraw//watch
--- old-haskell-gluraw//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gluraw//watch 2013-02-09 21:49:03.891982199 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|GLURaw-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/GLURaw \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list