--- gkrellm-radio-2.0.4.orig/Makefile +++ gkrellm-radio-2.0.4/Makefile @@ -35,7 +35,7 @@ export PACKAGE LOCALEDIR radio.so: $(OBJS) - $(CC) -shared -Wl -o radio.so $(OBJS) $(LDFLAGS) + $(CC) -shared -o radio.so $(OBJS) $(LDFLAGS) (cd po && ${MAKE} all ) %.o: %.c --- gkrellm-radio-2.0.4.orig/debian/changelog +++ gkrellm-radio-2.0.4/debian/changelog @@ -0,0 +1,106 @@ +gkrellm-radio (2.0.4-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Declare debhelper compat level, bump to 10. Closes: #800309, #817339 + + -- Christoph Biedl Fri, 16 Dec 2016 23:18:39 +0100 + +gkrellm-radio (2.0.4-1.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #667179. + + -- Matthias Klose Thu, 03 May 2012 23:45:31 +0200 + +gkrellm-radio (2.0.4-1) unstable; urgency=low + + * New upstream release + - Only try to reopen the radio on first creation (closes: Bug#211116) + + -- Sjoerd Simons Sat, 20 Sep 2003 12:59:41 +0200 + +gkrellm-radio (2.0.3-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Mon, 20 Jan 2003 17:19:18 +0100 + +gkrellm-radio (2.0.2-1) unstable; urgency=low + + * gkrellm moved to gkrellm 2.x. Moving this to the gkrellm 2 version and + obsoleting gkrellm-radio2 + + -- Sjoerd Simons Mon, 6 Jan 2003 16:36:39 +0100 + +gkrellm-radio (0.3.3.1-3) unstable; urgency=low + + * Backported fixes from gkrellm-radio 2.0.2 + - Be sure the radio isn't muted after opening + - Don't set onoff_state to on if opening the radio failed(closes: bug#172359) + + + -- Sjoerd Simons Mon, 9 Dec 2002 19:45:14 +0000 + +gkrellm-radio (0.3.3.1-2) unstable; urgency=low + + * Update Build-Depends (closes: bug#170140) + + -- Sjoerd Simons Fri, 22 Nov 2002 11:00:14 +0100 + +gkrellm-radio (0.3.3.1-1) unstable; urgency=low + + * New source revision special for debian because i was stupid enough to + upload a debian native package + * Changed build-depends to gdk-imlib1-dev instead of gdk-imlib-dev at + request of Steve M. Robbins + * DH_COMPAT changed from 1 to 3 + * Using standards version 3.5.7 + + -- Sjoerd Simons Tue, 3 Sep 2002 20:54:07 +0200 + +gkrellm-radio (0.3.3-1) unstable; urgency=medium + + * New upstream release (closes: Bug#144101) + + -- Sjoerd Simons Tue, 23 Apr 2002 00:01:42 +0200 + +gkrellm-radio (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Sat, 6 Apr 2002 14:43:50 +0200 + +gkrellm-radio (0.3.1-2) unstable; urgency=low + + * Added missing build-depend (closes: Bug#140729) + + -- Sjoerd Simons Mon, 1 Apr 2002 11:20:31 +0200 + +gkrellm-radio (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Fri, 29 Mar 2002 18:30:08 +0100 + +gkrellm-radio (0.3-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Mon, 24 Dec 2001 17:31:12 +0100 + +gkrellm-radio (0.2.1-2) unstable; urgency=low + + * Close /dev/radio when disabling the plugin (closes: Bug#123952) + + -- Sjoerd Simons Sun, 16 Dec 2001 17:09:28 +0100 + +gkrellm-radio (0.2.1-1) unstable; urgency=low + + * Initial Release. (closes: Bug#108497) + * Patched gkrellm_radio.c to compile cleany and to fix a segv bug + + -- Sjoerd Simons Sun, 12 Aug 2001 16:36:55 +0200 + +Local variables: +mode: debian-changelog +End: --- gkrellm-radio-2.0.4.orig/debian/compat +++ gkrellm-radio-2.0.4/debian/compat @@ -0,0 +1 @@ +10 --- gkrellm-radio-2.0.4.orig/debian/control +++ gkrellm-radio-2.0.4/debian/control @@ -0,0 +1,16 @@ +Source: gkrellm-radio +Section: sound +Priority: optional +Maintainer: Sjoerd Simons +Build-Depends: debhelper (>= 10~), liblircclient-dev, gkrellm (>= 2.0.0), libgtk2.0-dev +Standards-Version: 3.5.7 + +Package: gkrellm-radio +Architecture: any +Replaces: gkrellm-radio2 +Conflicts: gkrellm-radio2 +Depends: gkrellm (>> 2.0.0), ${shlibs:Depends} +Description: FM radio tuner for GKrellM + A gkrellm plugin to control radio tuners on linux. It allows you to define + and jump between a number of radio stations. With a mouse wheel you can dial + tune to any frequency. --- gkrellm-radio-2.0.4.orig/debian/copyright +++ gkrellm-radio-2.0.4/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Sjoerd Simons . + +It was downloaded from: http://gkrellm.luon.net/gkrellm-radio.phtml + +Upstream Author: Sjoerd Simons + +Copyright: + +You are free to distribute this software under the terms of the GNU General +Public License. +On Debian systems, the complete text of the GNU General Public Licence can +be found in the /usr/share/common-licenses/GPL file --- gkrellm-radio-2.0.4.orig/debian/dirs +++ gkrellm-radio-2.0.4/debian/dirs @@ -0,0 +1 @@ +usr/lib/gkrellm2/plugins --- gkrellm-radio-2.0.4.orig/debian/docs +++ gkrellm-radio-2.0.4/debian/docs @@ -0,0 +1,2 @@ +README +lirc.example --- gkrellm-radio-2.0.4.orig/debian/rules +++ gkrellm-radio-2.0.4/debian/rules @@ -0,0 +1,84 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# adapted for gkrellmwireless +# adapted again for gkrellm-radio +# 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=3 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + touch configure-stamp + +build: configure-stamp build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + enable_nls=1 WITH_LIRC=1 $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -enable_nls=1 WITH_LIRC=1 $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + enable_nls=1 WITH_LIRC=1 $(MAKE) install \ + PLUGIN_DIR=$(CURDIR)/debian/gkrellm-radio/usr/lib/gkrellm2/plugins \ + LOCALEDIR=$(CURDIR)/debian/gkrellm-radio/usr/share/locale \ + +# 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_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron +# dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs CHANGES +# dh_link + dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install