debian/0000755000000000000000000000000012225504535007171 5ustar debian/changelog0000644000000000000000000000216612225504535011050 0ustar sidplayfp (1.1.0.1-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Thu, 10 Oct 2013 11:01:42 +0000 sidplayfp (1.0.3-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Mon, 08 Jul 2013 22:18:30 +0200 sidplayfp (1.0.2-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sat, 04 May 2013 09:20:31 +0200 sidplayfp (1.0.1-1) unstable; urgency=low * New upstream release. -- Laszlo Boszormenyi (GCS) Sat, 06 Apr 2013 14:18:21 +0200 sidplayfp (1.0.0-1) unstable; urgency=low * New upstream release. [ Bart Martens ] * Update watch file. -- Laszlo Boszormenyi (GCS) Wed, 30 Jan 2013 10:30:17 +0100 sidplayfp (0.3.3-1) unstable; urgency=low * New upstream release. * Add watch file. -- Laszlo Boszormenyi (GCS) Sat, 15 Dec 2012 01:25:24 +0100 sidplayfp (0.3.1-1) unstable; urgency=low * Initial release (closes: #678699). -- Laszlo Boszormenyi (GCS) Sat, 23 Jun 2012 10:04:57 +0200 debian/compat0000644000000000000000000000000211771274220010367 0ustar 8 debian/control0000644000000000000000000000130212225504517010570 0ustar Source: sidplayfp Section: sound Priority: extra Maintainer: Laszlo Boszormenyi (GCS) Standards-Version: 3.9.4 Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), libsidplayfp-dev (>= 1.1.0), libasound2-dev [linux-any], libao-dev, libpulse-dev Homepage: http://bel.fi/~alankila/c64-sw/index-cpp.html Package: sidplayfp Section: sound Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Fork of sidplay2, a C64 and C128 music player sidplayfp is a fork of sidplay2, a C64 music player which integrates the reSID SID chip emulation into a cycle-based emulator environment, started with primary purpose to improve emulation of the C64 system and the SID chips. debian/copyright0000644000000000000000000000225512141133365011124 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: sidplayfp Source: http://sourceforge.net/projects/sidplay-residfp/files/sidplayfp/ Files: * Copyright: Copyright (c) 2000 Simon White, Copyright (c) 2007-2010 Antti Lankila, Copyright (c) 2010-2012 Leandro Nini License: GPL-2.0+ Files: debian/* Copyright: 2012 Laszlo Boszormenyi (GCS) License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/patches/0000755000000000000000000000000012225505266010622 5ustar debian/patches/fix_missing_header.patch0000644000000000000000000000062412225505266015474 0ustar Description: getenv function needs cstdlib header Include cstdlib header to prevent compilation failure due to getenv() usage. Author: Laszlo Boszormenyi (GCS) Last-Update: 2013-01-30 --- --- sidplayfp-1.0.0.orig/src/player.cpp +++ sidplayfp-1.0.0/src/player.cpp @@ -21,6 +21,7 @@ #include "player.h" +#include #include #include #include debian/patches/series0000644000000000000000000000003112102165572012025 0ustar fix_missing_header.patch debian/rules0000755000000000000000000000065312102400564010244 0ustar #! /usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) EXTRA_CONFIGURE_OPTS += --enable-debug endif #export DH_OPTIONS += --dbg-package=sidplayfp-dbg export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ override_dh_clean: dh_clean rm -f config.log debian/source/0000755000000000000000000000000011771274243010476 5ustar debian/source/format0000644000000000000000000000001411771274242011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000031312102402021010174 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ http://qa.debian.org/watch/sf.php/sidplay-residfp/sidplayfp-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))