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

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


Mon Mar  1 22:36:01 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: 5e49ae5f0a1d4fadcd71acae55b228d5

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

Mon Mar  1 22:36:01 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: 5e49ae5f0a1d4fadcd71acae55b228d5
diff -rN -u old-haskell-sdl-mixer/changelog new-haskell-sdl-mixer/changelog
--- old-haskell-sdl-mixer/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/changelog	2010-03-01 22:36:59.819197277 +0000
@@ -0,0 +1,18 @@
+haskell-sdl-mixer (0.5.5-1) unstable; urgency=low
+
+  [ Miriam Ruiz ]
+  * Initial release. Closes: #572042.
+    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 21:02:28 +1100
diff -rN -u old-haskell-sdl-mixer/compat new-haskell-sdl-mixer/compat
--- old-haskell-sdl-mixer/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/compat	2010-03-01 22:36:59.819197277 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-sdl-mixer/control new-haskell-sdl-mixer/control
--- old-haskell-sdl-mixer/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/control	2010-03-01 22:36:59.815197066 +0000
@@ -0,0 +1,59 @@
+Source: haskell-sdl-mixer
+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-mixer1.2-dev,
+ libghc6-sdl-dev,
+ libghc6-sdl-prof
+Build-Depends-Indep: ghc6-doc
+Homepage: http://hackage.haskell.org/package/SDL-mixer
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sdl-mixer
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sdl-mixer
+
+
+Package: libghc6-sdl-mixer-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libx11-dev,
+ libsdl1.2-dev, libsdl-mixer1.2-dev, libghc6-sdl-dev
+Suggests: libghc6-sdl-mixer-prof, libghc6-sdl-mixer-doc
+Description: Haskell SDL Mixer binding for GHC
+ This package provides the SDL Mixer library bindings for the Haskell
+ programming language. SDL Mixer is sample multi-channel audio mixer library.
+
+Package: libghc6-sdl-mixer-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libghc6-sdl-mixer-dev (= ${binary:Version}), libghc6-sdl-prof
+Suggests: libghc6-sdl-mixer-doc
+Description: Haskell SDL Mixer binding for GHC - profiling libraries
+ This package provides the SDL Mixer library bindings for the Haskell
+ programming language, compiled for profiling. SDL Mixer is a sample
+ multi-channel audio mixer library.
+
+Package: libghc6-sdl-mixer-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ghc6-doc
+Suggests: libghc6-sdl-mixer-dev, libghc6-sdl-mixer-prof
+Description: Haskell SDL Mixer binding for GHC - documentation
+ This package provides the documentation for the SDL Mixer library bindings
+ for the Haskell programming language. SDL Mixer is a sample multi-channel
+ audio mixer library.
diff -rN -u old-haskell-sdl-mixer/copyright new-haskell-sdl-mixer/copyright
--- old-haskell-sdl-mixer/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/copyright	2010-03-01 22:36:59.815197066 +0000
@@ -0,0 +1,56 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source: http://hackage.haskell.org/package/SDL-mixer
+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-mixer/rules new-haskell-sdl-mixer/rules
--- old-haskell-sdl-mixer/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/rules	2010-03-01 22:36:59.815197066 +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-mixer/source/format new-haskell-sdl-mixer/source/format
--- old-haskell-sdl-mixer/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/source/format	2010-03-01 22:36:59.815197066 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-sdl-mixer/watch new-haskell-sdl-mixer/watch
--- old-haskell-sdl-mixer/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sdl-mixer/watch	2010-03-01 22:36:59.815197066 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|SDL-mixer-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/SDL-mixer \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list