[Pkg-haskell-commits] darcs: haskell-sdl-gfx: Initial commit.

Erik de Castro Lopo erikd at mega-nerd.com
Mon Mar 1 22:21:46 UTC 2010


Mon Mar  1 22:19:56 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: 7ef123d854c9c60bdbcad2b7d119a562

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

Mon Mar  1 22:19:56 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: 7ef123d854c9c60bdbcad2b7d119a562
diff -rN -u old-haskell-sdl-gfx/changelog new-haskell-sdl-gfx/changelog
--- old-haskell-sdl-gfx/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/changelog	2010-03-01 22:21:46.131113506 +0000
@@ -0,0 +1,18 @@
+haskell-sdl-gfx (0.5.3-1) unstable; urgency=low
+
+  [ Miriam Ruiz ]
+  * Initial release. Closes: #572037.
+    Based on a package by Christoph Korn <christoph.korn at getdeb.net>
+
+  [ Erik de Castro Lopo ]
+  * Use debian/compat 7.
+  * debian/source/format: Use 3.0 (quilt).
+  * debian/control
+    - Standards version 3.8.4.
+    - Use Build-Depends-Indep.
+    - Use Vcs-Browser.
+    - Use more synthetic Vcs-Darcs.
+    - Use all haskell variables.
+    - Maintainer is Debian Haskell Group, Miriam Ruiz moved to Uploaders.
+
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Mon,  1 Mar 2010 19:55:12 +1100
diff -rN -u old-haskell-sdl-gfx/compat new-haskell-sdl-gfx/compat
--- old-haskell-sdl-gfx/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/compat	2010-03-01 22:21:46.131113506 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-sdl-gfx/control new-haskell-sdl-gfx/control
--- old-haskell-sdl-gfx/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/control	2010-03-01 22:21:46.131113506 +0000
@@ -0,0 +1,64 @@
+Source: haskell-sdl-gfx
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Standards-Version: 3.8.4
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc6,
+ ghc6-prof,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libx11-dev,
+ alex,
+ c2hs,
+ cpphs,
+ pkg-config,
+ libsdl1.2-dev,
+ libsdl-gfx1.2-dev,
+ libghc6-sdl-dev,
+ libghc6-sdl-prof
+Build-Depends-Indep: ghc6-doc
+Homepage: http://hackage.haskell.org/package/SDL-gfx
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sdl-gfx
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sdl-gfx
+
+Package: libghc6-sdl-gfx-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell SDL gfx binding for GHC
+ This package provides the SDL gfx library bindings for the Haskell
+ programming language. SDL gfx is an extension to the SDL library which
+ provides basic antialiased drawing routines such as lines, circles or
+ polygons, an interpolating rotozoomer for SDL surfaces, framerate control
+ and MMX image filters.
+
+Package: libghc6-sdl-gfx-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell SDL gfx binding for GHC - profiling libraries
+ This package provides the SDL gfx library bindings for the Haskell
+ programming language, compiled for profiling. SDL gfx is an extension
+ to the SDL library which provides basic antialiased drawing routines
+ such as lines, circles or polygons, an interpolating rotozoomer for SDL
+ surfaces, framerate control and MMX image filters.
+
+Package: libghc6-sdl-gfx-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell SDL gfx binding for GHC - documentation
+ This package provides the documentation for the SDL gfx library bindings
+ for the Haskell programming language. SDL gfx is an extension to the SDL
+ library which provides basic antialiased drawing routines such as lines,
+ circles or polygons, an interpolating rotozoomer for SDL surfaces,
+ framerate control and MMX image filters.
diff -rN -u old-haskell-sdl-gfx/copyright new-haskell-sdl-gfx/copyright
--- old-haskell-sdl-gfx/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/copyright	2010-03-01 22:21:46.131113506 +0000
@@ -0,0 +1,56 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source: http://hackage.haskell.org/package/SDL-gfx
+Upstream-Maintainer: David Himmelstrup
+Debianized-By: Miriam Ruiz <little_miry at yahoo.es>
+Debianized-Date: Sat, 30 Jan 2010 19:15:17 +0100
+
+Files: *
+Copyright: Copyright (c) 2004-2006, David Himmelstrup
+License: BSD
+    Redistribution and use in source and binary forms,
+    with or without modification, are permitted provided
+    that the following conditions are met:
+        * Redistributions of source code must retain
+          the above copyright notice, this list of
+          conditions and the following disclaimer.
+        * 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.
+        * Neither the name of David Himmelstrup nor the
+          names of other 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.
+
+Files: debian/*
+Copyright:
+ Copyright (C) 2010, Miriam Ruiz <little_miry at yahoo.es>
+ Copyright (C) 2010, Christoph Korn <christoph.korn at getdeb.net>
+Licence: GPL-3+
+
+Licence: 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 systems, the complete text of the latest version of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL'.
+ .
+ The complete text of version 3 of the GNU General Public License can be
+ found in `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-sdl-gfx/rules new-haskell-sdl-gfx/rules
--- old-haskell-sdl-gfx/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/rules	2010-03-01 22:21:46.131113506 +0000
@@ -0,0 +1,6 @@
+#!/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-sdl-gfx/watch new-haskell-sdl-gfx/watch
--- old-haskell-sdl-gfx/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-gfx/watch	2010-03-01 22:21:46.127113296 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|SDL-gfx-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/SDL-gfx \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list