libshout (2.2.2-2) unstable; urgency=low [ Jonas Smedegaard ] * Add Svn and Browser fields to debian/control. * Move Homepage to own field (from pseudo-field in long description). [ Romain Beauxis ] * Patched shout.pc to avoid static link flags from appearing for dynamic linking. Closes: #395185 * Updated standards to 3.7.3 (no changes) * Updated control to use ${binary:Version}, added new team members as uploaders. * Updated debian/copyright to the new format described at: http://wiki.debian.org/Proposals/CopyrightFormat * Added config.log to excluded files for automatic copyright check. Closes: #424539 -- Romain Beauxis Tue, 11 Dec 2007 14:44:08 +0100 libshout (2.2.2-1) unstable; urgency=medium * New upstream release. Closes: bug#376063 (thanks to Frederic Briere ). + Fixes memory leaks. Closes: bug#345926 (thanks to Rakotomandimby Mihamina for noticing the newer release, and to Ying-Chun Liu for tracking the memory leak bug). * Bump watch file to version 3 (no other changes - let's see if that magically makes qa.debian.org work again, or it perhaps needs a simpler regex.) * Bump standards-version to 3.7.2 (no changes needed). * Update local cdbs snippet copyright-check.mk: + Make egrep options configurable. + Ignore auto-tools files. * Add diffs of local tweaked d-shlibs to source (filed as bug#378331). * Setting urgency=medium due to possibly security-related memory leak fixes. -- Jonas Smedegaard Sat, 15 Jul 2006 12:07:32 +0200 libshout (2.2-2) unstable; urgency=low * Add patch 1002 to link against libspeex. Closes: bug#368018 (thanks to Christian T. Steigies and Julien Cristau ). * Use local hacked d-shlibs supporting libspeex1-dev -> libsppex-dev. -- Jonas Smedegaard Thu, 4 May 2006 23:29:10 +0200 libshout (2.2-1) unstable; urgency=low * New upstream release. Closes bug#345926 (thanks to Rakotomandimby Mihamina ). * ARRRGH - upstream now includes a debian subdir (despite my request long ago to avoid that). Patch around it. * Build-depend on libspeex-dev to include new Speex support. * Update local cdbs snippet auto-update.mk: + Drop unneeded buildcore.mk inclusion. + Avoid problematic build-essential build-dependency. * Update local cdbs snippet copyright-check.mk: + Support changing the scope of files found. + Treat all found files as non-binary. * Semi-auto-update debian/rules. * Update debian/copyright_hints (no changes to debian/copyright). * Indent Homepage in long descriptions. * Bump to standards-version 3.7.1 (no changes needed). -- Jonas Smedegaard Thu, 4 May 2006 21:46:26 +0200 libshout (2.1-5) unstable; urgency=low * This package is now team-maintained! + Debian Icecast team maintains the package, with me as uploader. + If you want to help improve the package or want other Icecast- related packages maintained here then drop an email to the above mailinglist! * Move auto-update of debian/control out in reusable cdbs snippet. * Add local cdbs snippet copyright-check.mk. * Minor update to existing cdbs snippet buildinfo (better namespace). * Add to debian/copyright copyright some differing licensing info: + src/avl/ (BSD-like) + src/thread/ (LGPL) + src/net/ (LGPL) + src/htpp/ and src/timing/ (LGPL) * Mention homepage (not website) in long descriptions. * Auto-update debian/control, and manually strip build-essential from build-dependencies to not upset ftp-masters. -- Jonas Smedegaard Sat, 17 Dec 2005 23:05:17 +0100 libshout (2.1-4) unstable; urgency=low * Raise to standards version 3.6.2 (no changes needed). * Only use cdbs debian/control auto-build when environment includes DEB_BUILD_OPTIONS=update. * Auto-update build-dependencies (and manually rip out build-essential buggily sneaking in). * Fix watch file by simplifying it (seems uscan wrongly parse it as a newer version format). -- Jonas Smedegaard Wed, 13 Jul 2005 18:19:18 +0200 libshout (2.1-3) unstable; urgency=high * Fix package dependency calculation to get done *before* library is moved around (and file bug against d-shlibs for not failing hard on stupid errors like this). Closes: bug#306160 (thanks to Andreas Jochens and Roland Stigge for reporting, and to Steve Langasek for enlightenment). * Set urgency=high to get this into sarge, as it causes FTBFS of other packages. -- Jonas Smedegaard Mon, 25 Apr 2005 13:20:46 +0200 libshout (2.1-2) unstable; urgency=low * Build-depend on recent enough libtheora (now that it has entered sarge). -- Jonas Smedegaard Mon, 11 Apr 2005 19:16:53 +0200 libshout (2.1-1) unstable; urgency=low * New upstream release. Closes: bug#297780 (thanks to Andre Tomt ). * Update upstream source location in copyright and watch file. Closes: bug#297932 (thanks to Frederic Briere ). * Drop upstream debian/ subdir, and add note about it to copyright. * Use cdbs auto-update feature. * Use local cdbs snippet for dh-buildinfo. * Calculate dependencies in common-binary-post-install-arch (it is used not only on -dev package!). * Build-depend on libtheora-dev. -- Jonas Smedegaard Sat, 26 Mar 2005 11:55:05 +0100 libshout (2.0-9) unstable; urgency=low * Add website URL to long descriptions. -- Jonas Smedegaard Mon, 6 Sep 2004 13:05:16 +0200 libshout (2.0-8) unstable; urgency=low * Take over maintainership (too long for Keegan to become Debian developer). * Clean up debian/rules: + Make targets a bit more generic. + include copyright info. + Declare example file here (not in separate file). * Use d-shlibmove to intelligently install shared library. * Have -dev package provide and conflict with virtual libshout-dev (thanks to d-shlibmove). * Clean up debian/copyright: + Replace info contained in changelog with note on "GNU systems". + Mention "licensing info" together with copyright. + Quote copyright and licensing info verbatim (from shout.c). + Clarify that it is on Debian systems the license is located outside the source, and the full name of the license. * Update watch file: + Add comment about usage of the file. + Make regexp more generic. * Standards-version 3.6.1 (no changes needed). -- Jonas Smedegaard Sun, 5 Sep 2004 21:22:47 +0200 libshout (2.0-7.1) unstable; urgency=low * NMU by sponsor. -- Jonas Smedegaard Sun, 17 Aug 2003 10:33:23 +0200 libshout (2.0-7) unstable; urgency=low * Removed cdbs/autotools-vars.mk, from cdbs CVS, because a new release was made. -- Keegan Quinn Sat, 2 Aug 2003 20:17:23 -0700 libshout (2.0-6) unstable; urgency=low * Now uses d-shlibs to automatically generate dependancies for the development package. Added a Build-Dependancy to d-shlibs. Thanks to Junichi Uekawa for quickly updating d-shlibs to support libvorbis-dev. * Added a 'watch' file to automate tracking of updates. * Updated long descriptions with slightly more accurate text. * Now uses dh-buildinfo to store information about the package build environment. Added a Build-Dependancy to dh-buildinfo. * Thanks to Jonas Smedegaard for sponsoring this package, and providing many good suggestions. -- Keegan Quinn Thu, 31 Jul 2003 06:09:05 +0000 libshout (2.0-5) unstable; urgency=low * Another sponsored upload... * Use autotools-vars.mk from CVS to avoid cross-compiling on same host. -- Jonas Smedegaard Sun, 20 Jul 2003 13:07:33 +0200 libshout (2.0-4) unstable; urgency=low * Configured debian/rules to use cdbs, and added the appropriate Build-Dependancy. -- Keegan Quinn Sat, 19 Jul 2003 00:23:25 -0700 libshout (2.0-3) unstable; urgency=low * Rebuild with -sa to forcefully include source. Also, this (still) closes: Bug#185644. -- Jonas Smedegaard Fri, 18 Jul 2003 15:15:27 +0200 libshout (2.0-2) unstable; urgency=low * Sponsored upload on behalf of keegan (splendid packaging - looking forward to see you in Debian soon!). * Keep Maintainer field, but add myself as uploader. * Bump up standards-version to 3.6.0 (no changes needed). * Only provide --host to configure if different from --build, to avoid cross-compiling on same arch (as recommended by autotools-dev README-Debian). * Include shout.m4 and example.c in -dev package. -- Jonas Smedegaard Fri, 18 Jul 2003 14:37:39 +0200 libshout (2.0-1) unstable; urgency=low * Added pkg-config Dependancy and Build-Dependancy, fixing an FTBFS error which made the -dev package unusable. * This version should be fully suitable for entering Debian. (Closes: #185644) -- Keegan Quinn Mon, 14 Jul 2003 16:36:50 -0700 libshout (2.0-0.1) unstable; urgency=low * Final upstream release! -- Keegan Quinn Mon, 14 Jul 2003 15:00:13 -0700 libshout (1.9+2.0alphacvs030704-0.1) unstable; urgency=low * Constructed a build script to completely automate the construction of the 'pristine' tarball from CVS. This doesn't really effect the contents of the package, just makes it easier for me to rebuild. * New CVS source. * Included /usr/lib/pkgconfig/shout.pc for pkg-config support, newly added upstream. -- Keegan Quinn Fri, 4 Jul 2003 02:42:54 -0700 libshout (0.00.cvs030403-0.1) unstable; urgency=low * New CVS source. -- Keegan Quinn Thu, 3 Apr 2003 16:11:46 -0800 libshout (0.00.cvs030401-0.1) unstable; urgency=low * New CVS source. * Updated section to comply with new Debian main sections. -- Keegan Quinn Tue, 1 Apr 2003 10:17:27 -0800 libshout (0.00.cvs030327-0.1) unstable; urgency=low * New CVS source. * Added shared library symlink to the packaging, per a suggestion from Timothy A Nowaczyk . * Updated copyright file and control description, per suggestions from Jack Moffitt . -- Keegan Quinn Thu, 27 Mar 2003 11:43:32 -0800 libshout (0.00.cvs030320-0.1) unstable; urgency=low * New CVS source. * Automated CVS original source creation. * Fixed a bug regarding shared library symlinks being packaged. -- Keegan Quinn Thu, 20 Mar 2003 11:46:48 -0800 libshout (0.00.cvs030315-0.4) unstable; urgency=low * Renamed development package according to library packinging guide, general restructuring. -- Keegan Quinn Sun, 16 Mar 2003 01:49:53 -0800 libshout (0.00.cvs030315-0.3) unstable; urgency=low * Second attempt at correcting shared library dependancies. -- Keegan Quinn Sun, 16 Mar 2003 00:50:35 -0800 libshout (0.00.cvs030315-0.2) unstable; urgency=low * Corrected shared library dependancies. -- Keegan Quinn Sun, 16 Mar 2003 00:24:22 -0800 libshout (0.00.cvs030315-0.1) unstable; urgency=low * Initial Release. -- Keegan Quinn Sat, 15 Mar 2003 00:13:34 -0800