--- pysol-sound-server-3.01.orig/debian/dirs +++ pysol-sound-server-3.01/debian/dirs @@ -0,0 +1 @@ +usr/lib/python2.5/site-packages --- pysol-sound-server-3.01.orig/debian/docs +++ pysol-sound-server-3.01/debian/docs @@ -0,0 +1,2 @@ +README +NEWS --- pysol-sound-server-3.01.orig/debian/rules +++ pysol-sound-server-3.01/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +#export DH_COMPAT=2 + +build: build-stamp +build-stamp: + dh_testdir + cd src && ./configure +# $(MAKE) -C src PYTHON=python2.4 + cd src && /usr/bin/python2.5 setup.py build + touch build-stamp + +clean: + dh_testdir + dh_testroot +# -$(MAKE) -C src distclean +# rm -f src/Setup.in + cd src && rm -rf build + cd src && rm -f *.pyc *.pyo */*.pyc */*.pyo setup.py + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + cd src && /usr/bin/python2.5 setup.py install --root=`pwd`/../debian/pysol-sound-server + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- pysol-sound-server-3.01.orig/debian/control +++ pysol-sound-server-3.01/debian/control @@ -0,0 +1,16 @@ +Source: pysol-sound-server +Section: games +Priority: optional +Build-Depends: debhelper, python2.5-dev, libsdl1.2-dev, libsmpeg-dev +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alexander Nofftz +Uploaders: Erich Schubert +Standards-Version: 3.6.2 + +Package: pysol-sound-server +Architecture: any +Depends: ${shlibs:Depends} +Recommends: pysol (>= 4.82-1), pysol-sounds +Description: Sound server for PySol + When installed along with the pysol-sounds package, + allows PySol to play sounds and background music. --- pysol-sound-server-3.01.orig/debian/changelog +++ pysol-sound-server-3.01/debian/changelog @@ -0,0 +1,91 @@ +pysol-sound-server (3.01-1ubuntu2) intrepid; urgency=low + + * debian/control: + - Update Maintainer field as per spec (LP: #230350). + + -- Luca Falavigna Thu, 22 May 2008 16:10:20 +0000 + +pysol-sound-server (3.01-1ubuntu1) gutsy; urgency=low + + * Rebuild for python 2.5 (LP: #144104) + + -- Chuck Short Sat, 22 Sep 2007 19:33:01 -0400 + +pysol-sound-server (3.01-1) unstable; urgency=low + + * New upstream release (fixes some 64-bit issues) + + -- Alexander Nofftz Wed, 2 Nov 2005 15:43:20 +0100 + +pysol-sound-server (3.00-3) unstable; urgency=low + + [ Alexander Nofftz ] + * Rebuild for Python 2.4 + + [ Erich Schubert ] + * Sponsored upload + * Added myself to uploaders + * This is also a rebuild to update to current libsmpeg + + -- Erich Schubert Tue, 6 Sep 2005 02:24:53 +0200 + +pysol-sound-server (3.00-2) unstable; urgency=low + + * Linked against Python 2.3 + + -- Alexander Nofftz Tue, 30 Sep 2003 23:10:45 +0200 + +pysol-sound-server (3.00-1) unstable; urgency=low + + * New maintainer + * New upstream version (closes: #164999). + * Linked against Python 2.2 + * Maintainer upload (closes: #104498, #119868, #134032). + + -- Alexander Nofftz Sat, 15 Mar 2003 16:45:20 +0100 + +pysol-sound-server (2.50-1.1) unstable; urgency=low + + * Tighten build dependency to python2.1 (>= 2.1-5). Closes: #119868. + * Already fixed with 2.30-1.1 (closes: #104498). + + -- Matthias Klose Mon, 24 Dec 2001 15:42:07 +0100 + +pysol-sound-server (2.50-1) unstable; urgency=low + + * New upstream version + * Linked against Python 2.1 + + -- Adam Klein Fri, 2 Nov 2001 20:43:48 -0800 + +pysol-sound-server (2.30-1.1) unstable; urgency=low + + * Update build-depends, recompile (closes: #104498) + + -- Ryan Murray Sun, 30 Sep 2001 22:02:35 -0700 + +pysol-sound-server (2.30-1) unstable; urgency=low + + * New upstream release + * Only Recommend: pysol-sounds (closes: #82418) + + -- Adam Klein Wed, 24 Jan 2001 11:42:09 -0800 + +pysol-sound-server (2.20-1) unstable; urgency=low + + * New upstream release + * Recompile closes: #65501, #65855 + + -- Adam Klein Sun, 13 Aug 2000 12:25:58 -0700 + +pysol-sound-server (2.10-2) unstable; urgency=low + + * Recompiled with SDL 1.1 + + -- Adam Klein Sat, 10 Jun 2000 10:30:32 -0700 + +pysol-sound-server (2.10-1) unstable; urgency=low + + * Initial Release. + + -- Adam Klein Thu, 16 Mar 2000 20:04:08 -0800 --- pysol-sound-server-3.01.orig/debian/compat +++ pysol-sound-server-3.01/debian/compat @@ -0,0 +1 @@ +4 --- pysol-sound-server-3.01.orig/debian/copyright +++ pysol-sound-server-3.01/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Adam Klein on +Thu, 16 Mar 2000 20:04:08 -0800. + +It was downloaded from http://www.pysol.org/ + +Copyright: + +PySol-Sound-Server is Copyright (C) 1999-2005 +Markus Franz Xaver Johannes Oberhumer + +PySol-Sound-Server is distributed under the terms of the GNU +General Public License (GPL). See the file COPYING. + +BTW, very little code has been actually written by myself - +the majority of code has been adapted from from the SDL_mixer +library 1.0.5 and the MikMod sound library 3.1.9. + +On Debian systems, the GPL can be found in the file +/usr/share/common-licenses/GPL.