--- libfishsound-0.9.1.orig/debian/libfishsound1-dev.examples +++ libfishsound-0.9.1/debian/libfishsound1-dev.examples @@ -0,0 +1 @@ +src/examples/*.c --- libfishsound-0.9.1.orig/debian/copyright +++ libfishsound-0.9.1/debian/copyright @@ -0,0 +1,40 @@ +This package was debianised by Jamie Wilkinson on +Mon 11 Apr 2005 23:55:03 +1100 + +It was downloaded from http://annodex.net/software/ + +Upstream authors: + Andrew Nesbit + Conrad Parker + Silvia Pfeiffer + +Copyright from the file COPYING in the source tarball: + + Copyright (C) 2003 CSIRO Australia + + 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 the CSIRO nor the names of its + 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 ORGANISATION 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. --- libfishsound-0.9.1.orig/debian/changelog +++ libfishsound-0.9.1/debian/changelog @@ -0,0 +1,63 @@ +libfishsound (0.9.1-3) unstable; urgency=low + + * Moved to section sound + * Closing bug fixed upstream some time ago (Closes: #475732) + + -- John Ferlito Fri, 19 Sep 2008 21:23:44 +1000 + +libfishsound (0.9.1-2) unstable; urgency=low + + * CVE-2008-1686 code execution via crafted header containing negative + offsets, should have been closed in 0.9.1-1 (Closes: #475152) + * Add DM-Upload-Allowed: yes to debian/control + * Update standards version to 3.8.0 (no changes) + + -- John Ferlito Wed, 16 Jul 2008 20:23:53 +1000 + +libfishsound (0.9.1-1) unstable; urgency=low + + * New upstream. + * New maintainer. + * Update for new standards vesion 3.7.3 + * Check debian/watch is up to date. closes: #450064 + * Build with libflac support + + -- John Ferlito Sat, 09 Feb 2008 22:37:58 +1100 + +libfishsound (0.7.0-2.1) unstable; urgency=low + + * Porter NMU. + * Re-libtoolize (Closes: #306790). + * Add libc-dev as an alternative to libc6-dev. + + -- Aurelien Jarno Sun, 11 Mar 2007 20:08:09 +0100 + +libfishsound (0.7.0-2) unstable; urgency=low + + * Updated -dev package dependencies, per recommendations in the Library + Packaging Guide. + * Dump config.log if there's an error in configure. + + -- Jamie Wilkinson Mon, 3 Apr 2006 22:16:56 +1000 + +libfishsound (0.7.0-1) unstable; urgency=low + + * New upstream release. + * Updated files lists due to DSO filename change. + * Bumped standards version to 3.6.2 (no other changes required). + * Added examples from src/examples in libfishsound1-dev. (Closes: #338988) + + -- Jamie Wilkinson Mon, 3 Apr 2006 14:54:52 +1000 + +libfishsound (0.6.3-2) unstable; urgency=low + + * Fix package descriptions and copyright. + + -- Jamie Wilkinson Thu, 14 Apr 2005 09:09:34 +1000 + +libfishsound (0.6.3-1) unstable; urgency=low + + * Initial packaging. Initial upload into Debian. (Closes: #304270) + + -- Jamie Wilkinson Tue, 5 Apr 2005 08:26:16 +1000 + --- libfishsound-0.9.1.orig/debian/compat +++ libfishsound-0.9.1/debian/compat @@ -0,0 +1 @@ +4 --- libfishsound-0.9.1.orig/debian/libfishsound1-dev.files +++ libfishsound-0.9.1/debian/libfishsound1-dev.files @@ -0,0 +1,4 @@ +usr/include/fishsound/*.h +usr/lib/libfishsound.a +usr/lib/libfishsound.so +usr/lib/pkgconfig/fishsound.pc --- libfishsound-0.9.1.orig/debian/libfishsound1.files +++ libfishsound-0.9.1/debian/libfishsound1.files @@ -0,0 +1,2 @@ +usr/lib/libfishsound.so.1 +usr/lib/libfishsound.so.1.3.0 --- libfishsound-0.9.1.orig/debian/rules +++ libfishsound-0.9.1/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif + +config.status: configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --disable-flac \ + || cat config.log + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + $(MAKE) check + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f doc/manpage.refs doc/manpage.links + rm -f doc/libfishsound/html/*.html + rm -f doc/libfishsound/html/*.gif + rm -f doc/libfishsound/html/doxygen.png + rm -f doc/libfishsound/latex/doxygen.sty + rm -f doc/libfishsound/latex/*.tex + rm -f doc/fishsound-validate.1 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + +binary-indep: build install + dh_testdir + dh_testroot + dh_movefiles -i + dh_installdocs -i -X.svn + dh_installexamples -i + dh_installman -i + dh_installchangelogs -i ChangeLog + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles -a + dh_installdocs -a -X.svn + dh_installexamples -a + dh_installman -a + dh_installchangelogs -a ChangeLog + dh_link -a + dh_strip -a --keep-debug --dbg-package=libfishsound1 + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a -ldebian/libfishsound1/usr/lib + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure + --- libfishsound-0.9.1.orig/debian/watch +++ libfishsound-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://annodex.net/software/libfishsound/download/ libfishsound-([\d\.]+)\.tar\.gz debian uupdate --- libfishsound-0.9.1.orig/debian/control +++ libfishsound-0.9.1/debian/control @@ -0,0 +1,52 @@ +Source: libfishsound +Section: sound +Priority: optional +Maintainer: John Ferlito +DM-Upload-Allowed: yes +Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev +Standards-Version: 3.8.0 + +Package: libfishsound1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: simple API that wraps Xiph.Org audio codecs + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + +Package: libfishsound1-dev +Section: libdevel +Architecture: any +Depends: libfishsound1 (= ${binary:Version}), libc6-dev | libc-dev, libspeex-dev, libvorbis-dev +Provides: libfishsound-dev +Conflicts: libfishsound-dev +Description: simple API that wraps Xiph.Org audio codecs (development files) + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + . + This package contains the header files and static libraries required for + developing applications that use libfishsound. + +Package: libfishsound1-dbg +Section: libdevel +Architecture: any +Depends: libfishsound1 (= ${binary:Version}) +Priority: extra +Description: simple API that wraps Xiph.Org audio codecs (debugging information) + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + . + This package contains debugging symbols useful for tracing bugs in the + libfishsound1 package.