2009
sdlperl (2.2.5-1) unstable; urgency=low
* New upstream release
-- Ryan Niebur <ryan@debian.org> Fri, 06 Nov 2009 15:10:26 -0800
sdlperl (2.2.3.1-1) unstable; urgency=low
* update my email address
* New upstream version
* remove 001_kfreebsd.diff, 020_fixexamples.diff,
030_opengl_fixes.diff, 040_sprintf.diff, 050_pod2man_fixes.diff, and
060_fix_example.diff ... all applied upstream
-- Ryan Niebur <ryan@debian.org> Wed, 30 Sep 2009 15:34:31 -0700
sdlperl (2.2.2.11-1) unstable; urgency=low
* Add myself to Uploaders
* add watch file
* new upstream release
- refresh patches
* convert to dh7
* change conflicts back to how it was in unstable, frozen-bubble works
now
* update upstream URL, use Homepage field
* standards version 3.8.3
* add Vcs-* fields
* add ${misc:Depends} to Depends:
* add patch to fix pod2man errors
* upload to unstable,
close bugs already fixed in experimental (Closes: 519605, 362974)
* add 060_fix_example.diff, thanks to Daniel Burr (Closes: #518444)
* this version does not segfault on exit (closes: 496792)
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 02 Sep 2009 00:30:51 -0700
2008
sdlperl (2.1.2-2) experimental; urgency=low
* debian/patches/040_sprintf.diff:
+ fix problematic use of sprintf when -D_FORTIFY_SOURCE=2 is used.
* debian/README.source:
+ New file.
* debian/control:
+ Bumped Standards-Version to 3.8.0.
-- Aurelien Jarno <aurel32@debian.org> Wed, 31 Dec 2008 19:25:22 +0100
2006
sdlperl (2.1.2-1) experimental; urgency=low
* New upstream version targetted to experimental (Closes: #362974). * debian/control: + Bumped Standards-Version to 3.7.2 (no changes). + Build-depend on libmodule-build-perl. + Build-depend on libtest-simple-perl. + Removed build-depend on libsdl-console-dev. + Conflict with frozen-bubble as it is known it has to be ported first. * debian/rules: + Modified to the use the new build system. * debian/patches/001_kfreebsd.diff: + Updated for new version. * debian/patches/010_fontpath.diff: + Rediffed. * debian/patches/020_fixexamples.diff: + Old patch: stripped merged part. * debian/patches/030_backwards_compatibility.diff: + Removed (anyway this version breaks the ABI). * debian/patches/030_glu_nurbs.diff: + Rediffed. * debian/patches/030_opengl_fixes.diff: + Rediffed. * debian/patches/030_sdl_console.diff: + Removed.
-- Aurelien Jarno <aurel32@debian.org> Sat, 27 May 2006 03:11:41 +0200
sdlperl (1.20.3-4) unstable; urgency=low
* Moved development to the pkg-sdl Alioth project.
* debian/rules:
+ Use quilt for patch management.
* debian/control:
+ Build-depend on quilt.
+ Set the SDL team as the maintainer and added its members to the
uploaders field.
+ Build-depend on libsdl-gfx1.2-dev (>= 2.0.13-1) to make libsdl-perl
installable again (Closes: #343624).
+ Build-depend on debhelper (>= 4.0).
* debian/compat:
+ Set compat level to 4.
* debian/patches/001_kfreebsd.diff:
+ Old patch: kFreeBSD support.
* debian/patches/010_fontpath.diff:
+ Old patch: fix font paths in examples.
* debian/patches/020_fixexamples.diff:
+ Old patch: fix examples so that they match the latest API.
* debian/patches/030_backwards_compatibility.diff:
+ Old patch: backwards compatibility fix so as not to break frozen-bubble.
* debian/patches/030_glu_nurbs.diff:
+ Old patch: activate NURBS support.
* debian/patches/030_opengl_fixes.diff:
+ Old patch by Geoffrey Broadwell for erroneous use of SvNOK and an
off-by-one error.
* debian/patches/030_sdl_console.diff:
+ Old patch for SDL_console support.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 1 Mar 2006 20:31:21 +0100
2005
sdlperl (1.20.3-3) unstable; urgency=low
* Makefile.PL:
+ Fixed wrongly applied patch (Closes: #319955).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 5 Oct 2005 17:33:53 +0200
sdlperl (1.20.3-2) unstable; urgency=low
* Acknowledge NMU by Graham Wilson (Closes: #320548, #322435). Thank you. * debian/control: + Set policy to 3.6.2.1. + Build-depend on libpng12-dev (Closes: #303703). * debian/copyright: + Updated the FSF address. * Makefile.PL: + Support for GNU/kFreeBSD, thanks to Aurélien Jarno (Closes: #319955). * OpenGL.xs: + Applied patch by Geoffrey Broadwell for erroneous use of SvNOK and an off-by-one error (Closes: #275769). + Re-enabled GLU NURBS (Closes: #297532). * test/OpenGL/tutorial: + Brought OpenGL tutorial samples in sync with the API (Closes: #297533).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 5 Oct 2005 10:37:08 +0200
sdlperl (1.20.3-1.1) unstable; urgency=medium
* NMU with maintainer permission. * Rebuild for the C++ transition. (closes: #320548)
-- Graham Wilson <graham@debian.org> Wed, 10 Aug 2005 04:18:42 +0000
2004
sdlperl (1.20.3-1) unstable; urgency=low
* New upstream release (Closes: #243850). * debian/control: + Conflict with old versions of frozen-bubble which blindly poke into our internal structures.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 1 Jun 2004 21:44:39 +0200
2003
sdlperl (1.20.0-12) unstable; urgency=low
* Rebuilt against latest libpng to get versioned symbols.
* debian/control:
+ Updated libpng3-dev build-dependency to (>= 1.2.5.0-4).
+ Set policy to 3.6.0. No changes required.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 17 Jul 2003 12:19:12 +0200
sdlperl (1.20.0-11) unstable; urgency=low
* debian/control:
+ We build-depend on libsdl-console-dev (>= 1.3-2.2) because previous
versions did not have an soname. SDL::Console* works at last.
+ Removed the additional dependency on libsdl-console because the new
libsdl-console-dev has proper shlib information.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 10 Jun 2003 05:59:04 +0200
sdlperl (1.20.0-10) unstable; urgency=low
* Removed hardcoded "gcc-3.2" in debian/rules.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 30 May 2003 18:16:52 +0200
sdlperl (1.20.0-9) unstable; urgency=low
* Updated the dependency on libsdl-console because older versions do not
provide the .so.1 link (Closes: #194047, #194009).
* Updated policy to 3.5.10.0.
-- Samuel Hocevar <sam@zoy.org> Tue, 20 May 2003 19:24:46 +0200
sdlperl (1.20.0-8) unstable; urgency=low
* Changed the section to perl.
* Fixed our monthly frozen-bubble breakage by forcing final linking with
g++ to avoid undefined libstdc++ symbols (Closes: #192071).
-- Samuel Hocevar <sam@zoy.org> Tue, 6 May 2003 03:18:30 +0200
sdlperl (1.20.0-7) unstable; urgency=low
* Fucked up upload.
-- Samuel Hocevar <sam@zoy.org> Tue, 6 May 2003 03:18:30 +0200
sdlperl (1.20.0-6) unstable; urgency=low
* Activated linking against xlibmesa-glu-dev.
-- Samuel Hocevar <sam@zoy.org> Tue, 18 Mar 2003 03:28:17 +0100
sdlperl (1.20.0-5) unstable; urgency=low
* Updated build dependency on libsdl-mixer1.2-dev so that we depend on the
correct libvorbis.
-- Samuel Hocevar <sam@zoy.org> Mon, 17 Mar 2003 20:52:55 +0100
sdlperl (1.20.0-4) unstable; urgency=low
* Updated standards-version.
* Changed build dependency on libgl-dev to xlibmesa-gl-dev to make the
autobuilder happy.
-- Samuel Hocevar <sam@zoy.org> Sat, 15 Mar 2003 15:25:21 +0100
sdlperl (1.20.0-3) unstable; urgency=low
* Added a dependency on libsdl-console (Closes: #184429, #184497).
-- Samuel Hocevar <sam@zoy.org> Fri, 14 Mar 2003 17:34:02 +0100
sdlperl (1.20.0-2) unstable; urgency=low
* Activated SDL::Console. * Rebuilt against libsdl-gfx to activate SDL::GraphicTool. * Rebuilt against libsdl-ttf 2.0. * Checked all test scripts. * Applied a patch preventing crashes in SDL::Delay.
-- Samuel Hocevar <sam@zoy.org> Tue, 11 Feb 2003 15:20:42 +0100
sdlperl (1.20.0-1) unstable; urgency=low
* New upstream release (Closes: #179607). * Acknowledged -3.4 NMU (Closes: #159921).
-- Samuel Hocevar <sam@zoy.org> Sat, 8 Feb 2003 03:52:07 +0100
2002
sdlperl (1.16-3.4) unstable; urgency=low
* NMU * HPPA needs -ffunction-sections before it can build -3.3. Closes: #159921
-- LaMont Jones <lamont@debian.org> Sun, 13 Oct 2002 18:23:00 -0600
sdlperl (1.16-3.3) unstable; urgency=low
* NMU for perl 5.8. No changes excpet build-dep on perl >= 5.8
-- Joey Hess <joeyh@debian.org> Wed, 31 Jul 2002 05:52:50 +0000
sdlperl (1.16-3) unstable; urgency=low
* Changed libpng-dev build dependency to libpng3-dev.
-- Samuel Hocevar <sam@zoy.org> Wed, 24 Jul 2002 00:33:23 +0200
sdlperl (1.16-2) unstable; urgency=low
* Built against libpng-dev (Closes: #153813).
-- Samuel Hocevar <sam@zoy.org> Wed, 24 Jul 2002 00:33:23 +0200
sdlperl (1.16-1) unstable; urgency=low
* New upstream release. * Includes fix for SDL_TEXTWIDTH segfault (Closes: #138908). * Added sdl::sdl_display_format and sdl::sdl_free_surface for backwards compatibility so that frozen-bubble still works. * Included example programs (Closes: #140120).
-- Samuel Hocevar <sam@zoy.org> Mon, 8 Apr 2002 01:54:55 +0200
sdlperl (1.12-1) unstable; urgency=low
* Initial Release (Closes: #132876).
-- Samuel Hocevar <sam@zoy.org> Mon, 4 Feb 2002 19:43:01 +0100