[Pkg-haskell-commits] darcs: haskell-sfml-audio: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu Oct 13 19:56:48 UTC 2011


Thu Oct 13 19:56:37 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: a444ececcb076a7dc7bceb888ebc9631

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

Thu Oct 13 19:56:37 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: a444ececcb076a7dc7bceb888ebc9631
diff -rN -u old-haskell-sfml-audio//changelog new-haskell-sfml-audio//changelog
--- old-haskell-sfml-audio//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//changelog	2011-10-13 19:56:48.676147874 +0000
@@ -0,0 +1,5 @@
+haskell-sfml-audio (0.2.1816.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-sfml-audio//compat new-haskell-sfml-audio//compat
--- old-haskell-sfml-audio//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//compat	2011-10-13 19:56:48.676147874 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-sfml-audio//control new-haskell-sfml-audio//control
--- old-haskell-sfml-audio//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//control	2011-10-13 19:56:48.680100109 +0000
@@ -0,0 +1,59 @@
+Source: haskell-sfml-audio
+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)
+  , ghc
+  , ghc-prof
+  , libopenal-dev
+  , libsndfile1-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/sfml-audio
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sfml-audio
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sfml-audio
+
+Package: libghc-sfml-audio-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libopenal-dev
+  , libsndfile1-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: minimal bindings to SFML-Audio
+ This package provides minimal Haskell bindings to the audio module of SFML.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-sfml-audio-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: minimal bindings to SFML-Audio; profiling libraries
+ This package provides minimal Haskell bindings to the audio module of SFML.
+ .
+ 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-sfml-audio-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: minimal bindings to SFML-Audio; documentation
+ This package provides minimal Haskell bindings to the audio module of SFML.
+ .
+ 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-sfml-audio//copyright new-haskell-sfml-audio//copyright
--- old-haskell-sfml-audio//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//copyright	2011-10-13 19:56:48.680100109 +0000
@@ -0,0 +1,28 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: sfml-audio
+Upstream-Contact: Sönke Hahn <shahn at joyridelabs.de>
+Source: http://hackage.haskell.org/package/sfml-audio
+
+Copyright:
+  2011 Sönke Hahn <shahn at joyridelabs.de>
+  2007-2009 Laurent Gomila - laurent.gom at gmail.com
+License: SFML's license
+ 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.
diff -rN -u old-haskell-sfml-audio//rules new-haskell-sfml-audio//rules
--- old-haskell-sfml-audio//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//rules	2011-10-13 19:56:48.680100109 +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-sfml-audio//source/format new-haskell-sfml-audio//source/format
--- old-haskell-sfml-audio//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//source/format	2011-10-13 19:56:48.680100109 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-sfml-audio//watch new-haskell-sfml-audio//watch
--- old-haskell-sfml-audio//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//watch	2011-10-13 19:56:48.684069267 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|sfml-audio-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/sfml-audio \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list