--- wmweather+-2.9.orig/debian/menu +++ wmweather+-2.9/debian/menu @@ -0,0 +1,2 @@ +?package(wmweather+):needs="X11" section="Apps/Tools"\ + title="wmweather+" command="/usr/bin/wmweather+" --- wmweather+-2.9.orig/debian/copyright +++ wmweather+-2.9/debian/copyright @@ -0,0 +1,28 @@ +This package was initially debianized by Martin A. Godisch +, and was adopted on 20 Apr 2003 by Joshua Kwan +. +Adopted Fri, 02 Jan 2004 18:15:07 +0100 by Martin Stigge + +It was downloaded from http://sourceforge.net/projects/wmweatherplus/ +on Jan 2, 2004. + +Upstream Author: Brad Jorsch + +Copyright (c) 2001-2004 Brad Jorsch . + + This program 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 program 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, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL'. --- wmweather+-2.9.orig/debian/compat +++ wmweather+-2.9/debian/compat @@ -0,0 +1 @@ +4 --- wmweather+-2.9.orig/debian/changelog +++ wmweather+-2.9/debian/changelog @@ -0,0 +1,99 @@ +wmweather+ (2.9-3) unstable; urgency=low + + * Applied displaydelay patch from BTS (Closes: #416713) + * Rebuild with new debhelper moves menu file finally to /usr/share/menu + * New FSF address in copyright file + * Standards-Version 3.7.2 -- no changes required. + + -- Martin Stigge Mon, 16 Apr 2007 19:34:12 +0200 + +wmweather+ (2.9-2) unstable; urgency=low + + * New build-dependency on libwraster3-dev, replacing + libwraster2-dev (Closes: #282288) + * Added Martin F. Krafft to Uploaders + + -- Martin Stigge Mon, 22 Nov 2004 13:55:48 +0100 + +wmweather+ (2.9-1) unstable; urgency=low + + * New upstream release (Closes: #263098) + * Added quotes to strings in debian/menu + + -- Martin Stigge Sat, 7 Aug 2004 22:34:27 +0200 + +wmweather+ (2.5-2) unstable; urgency=low + + * Fixed avn-/eta-/mrf-uri in manpage. (Closes: #229238) + + -- Martin Stigge Sat, 24 Jan 2004 00:32:54 +0100 + +wmweather+ (2.5-1) unstable; urgency=low + + * New maintainer. (Closes: #200111) + * New upstream release. (Closes: #225250) + - Multiple instances now possible. (Closes: #200110) + - Added "forget-warning-zones" option to override system default for + warning zones. (Closes: #185651) + * Applied atexit() patch (taken from CVS) + * Standards-Version 3.6.1 -- no changes required. + + -- Martin Stigge Fri, 2 Jan 2004 18:03:33 +0100 + +wmweather+ (2.4-2) unstable; urgency=low + + * Add an empty binary-indep target to comply with policy. + * Clean up debian/rules. + * Standards-Version 3.6.0 -- no changes required. + + -- Joshua Kwan Sun, 17 Aug 2003 02:03:33 -0700 + +wmweather+ (2.4-1) unstable; urgency=low + + * New maintainer. (Closes: #186093) + * New upstream release. + * Converted debian/rules to use debhelper. + * The previously Debian-specific fixes (#184306, #181245) are now + included upstream, just to note. + + -- Joshua Kwan Sun, 20 Apr 2003 00:04:08 -0700 + +wmweather+ (2.3-5) unstable; urgency=low + + * Fixed manual page, closes: #184306. + * Updated standards version. + + -- Martin A. Godisch Tue, 11 Mar 2003 16:31:41 +0100 + +wmweather+ (2.3-4) unstable; urgency=low + + * Fixed postinst and postrm. + * Updated maintainer email address. + + -- Martin A. Godisch Thu, 27 Feb 2003 16:45:51 +0100 + +wmweather+ (2.3-3) unstable; urgency=low + + * Fixed some more unsigned chars. + + -- Martin A. Godisch Mon, 17 Feb 2003 14:25:10 +0100 + +wmweather+ (2.3-2) unstable; urgency=low + + * Fixed char signedness and other compiler warnings, closes: #181245. + * Removed build-dependency on debhelper. + + -- Martin A. Godisch Sun, 16 Feb 2003 23:16:06 +0100 + +wmweather+ (2.3-1) unstable; urgency=low + + * New upstream release. + * Updated debian/control. + + -- Martin A. Godisch Wed, 29 Jan 2003 00:31:50 +0100 + +wmweather+ (2.1-1) unstable; urgency=low + + * Initial release, closes: #177266. + + -- Martin A. Godisch Tue, 21 Jan 2003 22:55:36 +0100 --- wmweather+-2.9.orig/debian/rules +++ wmweather+-2.9/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# debian/rules for the wmweather+ package + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +export CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +clean: + dh_testdir + -rm -f build-stamp config.log + -$(MAKE) -i distclean + dh_clean + +config.status: + + dh_testdir + CFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man \ + --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) + +build: build-stamp + +build-stamp: config.status + + dh_testdir + $(MAKE) + touch build-stamp + +binary: binary-arch + +binary-indep: +# Nothing to be done here. + +binary-arch: build + + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cp -f wmweather+ debian/wmweather+/usr/bin/wmweather+ + + cp -f example.conf debian/wmweather+/etc/wmweather+.conf + dh_installexamples example.conf + + dh_installchangelogs ChangeLog + dh_installman wmweather+.1 + dh_installdocs HINTS + dh_compress + + dh_installmenu + dh_installdeb + dh_strip + dh_fixperms + + dh_md5sums + dh_shlibdeps + dh_gencontrol + dh_builddeb + +.PHONY: clean configure build binary binary-indep binary-arch --- wmweather+-2.9.orig/debian/control +++ wmweather+-2.9/debian/control @@ -0,0 +1,23 @@ +Source: wmweather+ +Section: x11 +Priority: optional +Maintainer: Martin Stigge +Uploaders: martin f. krafft +Build-Depends: libpcre3-dev, libwww-dev, libwraster3-dev, debhelper (>= 4.0.0) +Standards-Version: 3.7.2 + +Package: wmweather+ +Architecture: any +Depends: ${shlibs:Depends} +Suggests: wmaker | x-window-manager, xless +Description: WindowMaker dock app that shows your current weather + wmweather+ provides a monitor on a 64x64 mini window that displays the + current weather conditions, forecast data (US only), and optionally a + radar image. It will also watch for various warnings and display them + using an external command. + . + wmweather+ is designed to work with the WindowMaker dock, but will work + with other window managers as well. Think wmweather with a smaller font, + forecasts, a weather map, and a sky condition display. + . + Homepage: http://sourceforge.net/projects/wmweatherplus/ --- wmweather+-2.9.orig/debian/dirs +++ wmweather+-2.9/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +etc/ --- wmweather+-2.9.orig/metar.c +++ wmweather+-2.9/metar.c @@ -141,6 +141,7 @@ unlink(metar_file); unlink(metar_newfile); reset_current(¤t); + current.last_update = 0; // This was not a real "update", just an init } #undef compile