tags 524211 + patch thankyou Hi,
attached is a patch that fixes the /usr/local problem and also adjusts the build dependencies (libxaw7 is not necessary at all, and libglib1.2-dev should be replaced by libglib2.0-dev). A debhelper upgrade might be in order, too, but I didn't want to be too invasive. ;) Regards, Jan
diff -u gkrellweather-2.0.8/debian/control gkrellweather-2.0.8/debian/control --- gkrellweather-2.0.8/debian/control +++ gkrellweather-2.0.8/debian/control @@ -1,7 +1,7 @@ Source: gkrellweather Section: x11 Priority: optional -Build-Depends: debhelper (>= 4), gkrellm (>= 2.1.4), libglib1.2-dev, libgtk2.0-dev, libxaw7-dev, libxaw7-dev +Build-Depends: debhelper (>= 4), gkrellm (>= 2.1.4), libglib2.0-dev, libgtk2.0-dev Maintainer: Norbert Veber <[email protected]> Standards-Version: 3.8.0 diff -u gkrellweather-2.0.8/debian/rules gkrellweather-2.0.8/debian/rules --- gkrellweather-2.0.8/debian/rules +++ gkrellweather-2.0.8/debian/rules @@ -7,7 +7,7 @@ build-stamp: dh_testdir - $(MAKE) + $(MAKE) PREFIX= touch build-stamp clean:
signature.asc
Description: Digital signature

