debian/0000755000000000000000000000000012147643117007174 5ustar debian/watch0000644000000000000000000000034012036251510010207 0ustar 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)/ debian/control0000644000000000000000000000324412147625422010601 0ustar Source: haskell-sfml-audio Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libopenal-dev , libsndfile1-dev Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 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${haskell:ShortBlurb} This package provides minimal Haskell bindings to the audio module of SFML. . ${haskell:Blurb} 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${haskell:ShortBlurb} This package provides minimal Haskell bindings to the audio module of SFML. . ${haskell:Blurb} 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${haskell:ShortBlurb} This package provides minimal Haskell bindings to the audio module of SFML. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251510010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/patches/0000755000000000000000000000000012036251510010610 5ustar debian/patches/series0000644000000000000000000000002012036251510012015 0ustar AL-include-path debian/patches/AL-include-path0000644000000000000000000000050412036251510013401 0ustar Description: Fix AL include path Author: Joachim Breitner --- haskell-sfml-audio-0.2.1816.0.orig/sfml-audio.cabal +++ haskell-sfml-audio-0.2.1816.0/sfml-audio.cabal @@ -54,6 +54,9 @@ Library frameworks: OpenAL + include-dirs: + /usr/include/AL + includes: al.h sndfile.h debian/changelog0000644000000000000000000000216312147643117011050 0ustar haskell-sfml-audio (0.7.0.1816-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:59 +0200 haskell-sfml-audio (0.7.0.1816-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:00 +0200 haskell-sfml-audio (0.7.0.1816-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 05 Aug 2012 16:12:34 +0200 haskell-sfml-audio (0.4.0.1816-1) unstable; urgency=low * New upstream release -- Joachim Breitner Tue, 20 Mar 2012 22:04:12 +0100 haskell-sfml-audio (0.2.1816.0-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Iain Lane Wed, 08 Feb 2012 10:57:01 +0000 haskell-sfml-audio (0.2.1816.0-1) unstable; urgency=low * Initial release. -- Joachim Breitner Thu, 13 Oct 2011 21:57:59 +0200 debian/source/0000755000000000000000000000000012036251510010461 5ustar debian/source/format0000644000000000000000000000001412036251510011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616320010366 0ustar 9 debian/copyright0000644000000000000000000000254112036251510011116 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Upstream-Name: sfml-audio Upstream-Contact: Sönke Hahn Source: http://hackage.haskell.org/package/sfml-audio Comment: This package ship contains a convenience copy of sfml-audio. Because it uses a not-yet released development version, we use it in Debian, until it is properly released an packaged. Copyright: 2011 Sönke Hahn 2007-2009 Laurent Gomila - laurent.gom@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.