Control: tags 817479 +patch On Wed, 9 Mar 2016 21:55:49 +0000 Niels Thykier <ni...@thykier.net> wrote: > Norbert Veber: > > Feel free to do an NMU if you have the time. > If you have a tested patch, I do can find a sponsor for you.
Here is a minimal patch that works for me. I am not even sure whether the dh_clean -k -> dh_prep change is really necessary for the bump to dh 9, but dh_clean was complaining about deprecated options, so why not. Package builds without further warnings and a quick test in gkrellm shows no issues. Cheers, Roland
diff --git a/gkrellweather-2.0.8/debian/compat b/gkrellweather-2.0.8/debian/compat index b8626c4..ec63514 100644 --- a/gkrellweather-2.0.8/debian/compat +++ b/gkrellweather-2.0.8/debian/compat @@ -1 +1 @@ -4 +9 diff --git a/gkrellweather-2.0.8/debian/control b/gkrellweather-2.0.8/debian/control index 84ab4f0..05db77e 100644 --- a/gkrellweather-2.0.8/debian/control +++ b/gkrellweather-2.0.8/debian/control @@ -1,7 +1,7 @@ Source: gkrellweather Section: x11 Priority: optional -Build-Depends: debhelper (>= 4), gkrellm (>= 2.1.4), libglib2.0-dev, libgtk2.0-dev +Build-Depends: debhelper (>= 9), gkrellm (>= 2.1.4), libglib2.0-dev, libgtk2.0-dev Maintainer: Norbert Veber <nve...@debian.org> Standards-Version: 3.8.0 diff --git a/gkrellweather-2.0.8/debian/rules b/gkrellweather-2.0.8/debian/rules index 4401f78..738a3fb 100755 --- a/gkrellweather-2.0.8/debian/rules +++ b/gkrellweather-2.0.8/debian/rules @@ -23,7 +23,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs install -D -s -m 755 gkrellweather.so $(CURDIR)/debian/gkrellweather/usr/lib/gkrellm2/plugins/gkrellweather.so