wmfrog (0.3.1+git20211013+ds-1) unstable; urgency=medium * New upstream release (git snapshot). * debian/copyright - Exclude wmfrog/dist directory from orig tarball; it contains a compiled copy of the wmfrog binary and a redundant copy of the weather.pl Perl script. - Update path to xutils.c. - Update my email address and copyright years. * debian/docs - Update path to HINTS. - Add README. * debian/patches - Remove patches; applied upstream. * debian/rules - Update sourcedirectory; source is now in wmfrog/Src. - Remove redundant sourcedirectory option from override_dh_auto_build target. * debian/watch - Add +ds suffix for repacking orig tarball. -- Doug Torrance Wed, 13 Oct 2021 14:58:15 -0400 wmfrog (0.3.1+git20161115-4) unstable; urgency=medium * debian/control - Update Maintainer email address to use tracker.d.o. - Bump to debhelper compatibility level 13. - Bump Standards-Version to 4.6.0. - Reformat using wrap-and-sort. * debian/patches/* - Add Forwarded fields. * debian/rules - Drop get-orig-source target. In the future, we will use uscan instead. * debian/salsa-ci.yml - Add Salsa pipeline config file. * debian/upstream/metadata - Add DEP-12 upstream metadata file. * debian/watch - Switch to version 4 format. - Switch to GitHub using git mode; old Bitbucket link was broken. Note that a uscan-generated tarball will have a different directory structure than the orig tarball currently in use. -- Doug Torrance Wed, 13 Oct 2021 05:57:02 -0400 wmfrog (0.3.1+git20161115-3) unstable; urgency=medium * Fix multiple definitions of several variables (closes: #957944). * Bump Standards-Version to 4.5.0. -- Jeremy Sowden Sun, 19 Apr 2020 10:12:35 +0100 wmfrog (0.3.1+git20161115-2) unstable; urgency=medium [ Doug Torrance ] * Update Vcs-* after migration to Salsa. * Update Format in d/copyright to https. [ Jeremy Sowden ] * Bump Standards-Version to 4.4.1. * Bump compat to 12 and replaced d/compat with b-d on debhelper-compat. * Add myself to uploaders. * Prevent -tmp option seg-faulting. * Use Geo::METAR to parse observations. Closes: #897081. * Set rules-requires-root: no. * Add myself to d/copyright. -- Jeremy Sowden Mon, 30 Sep 2019 22:21:43 +0100 wmfrog (0.3.1+git20161115-1) unstable; urgency=medium * New upstream release (git snapshot). - Update METAR data fetching URL (Closes: #843873). * debian/control - Bump Standards-Version to 3.9.8, no changes required. - Use secure URI for Vcs-Browser. * debian/rules - Enable all hardening flags. -- Doug Torrance Thu, 17 Nov 2016 06:17:13 -0500 wmfrog (0.3.1+git20150102-3) unstable; urgency=medium * debian/copyright - Remove X-* fields, update Source. -- Doug Torrance Thu, 22 Oct 2015 00:08:38 -0400 wmfrog (0.3.1+git20150102-2) unstable; urgency=medium * debian/control - Update Vcs-* fields. - Set Debian Window Maker Team as Maintainer; move myself to Uploaders with updated email address. * debian/patches/install_perl_script_in_usr_share.patch - Update email address. -- Doug Torrance Sun, 23 Aug 2015 01:43:57 -0400 wmfrog (0.3.1+git20150102-1) unstable; urgency=medium * New upstream release (git snapshot). * debian/control - Bump Standards-Version to 3.9.6; no changes required. - Remove x11proto-xext-dev from Build-Depends; unnecessary as libxext-dev depends on it. - Remove libxext6 from Depends; already accounted for in ${shlibs:Depends}. - Add ${perl:Depends} to Depends. * debian/docs - New file; adds HINTS to docs. * debian/(manpages|wmfrog.1) - Remove files; manpage added upstream. * debian/patches - (install_perl_script_in_usr_share.patch) Install weather.pl in /usr/share/wmfrog to conform to the Filesystem Hierarchy Standard. * debian/rules - Update override_dh_auto_build target to remove hack that passed CPPFLAGS and LDFLAGS via CFLAGS as upstream Makefile now handles these build flags properly. Use dpkg-buildflags for CFLAGS. -- Doug Torrance Wed, 07 Jan 2015 15:05:36 -0600 wmfrog (0.3.1+git20140909-1) unstable; urgency=medium * New upstream version (git snapshot). - Binary file no longer included in source, so repack no longer needed. Remove debian/README.source and dversionmangle option from debian/watch because of this. * debian/rules - Add get-orig-source target. * debian/patches - Remove directory; patches applied upstream. -- Doug Torrance Tue, 09 Sep 2014 23:29:45 -0500 wmfrog (0.3.1+ds-2) unstable; urgency=low * debian/watch + Correct dversionmangle typo. -- Doug Torrance Mon, 28 Jul 2014 00:17:11 -0500 wmfrog (0.3.1+ds-1) unstable; urgency=low * Repack source tarball to remove Src/wmfrog binary file. + Add debian/README.source to explain this. + Add dversionmangle option to debian/watch. * debian/patches/renamed-wmfrog.c.patch + Update urls printed by --help option. -- Doug Torrance Tue, 22 Jul 2014 17:51:23 -0500 wmfrog (0.3.1-2) unstable; urgency=low * For simplicity, manpage is included rather than built during make. + Delete files debian/pod2man.mk, debian/wmfrog.1.pod. + Add file wmfrog.1, including several spelling fixes. + Remove man target from debian/rules. * debian/control + Update Vcs-* fields. * debian/rules + Simplify by using --sourcedirectory=Src. -- Doug Torrance Mon, 21 Jul 2014 23:52:58 -0500 wmfrog (0.3.1-1) unstable; urgency=low * New maintainer. (Closes: #699766) * New upstream version. (Closes: #642111) + Fix buffer overflow. (Closes: #697977, LP: #556203) + Improve polling mechanism. (Closes: #512187) * debian/control + Bump Standards-Version to 3.9.5, no changes required. + Update Homepage and Vcs-* fields. * debian/patches + Update previous debian patches for new upstream version. + New patch (weather.pl-new-line-skip.patch) fixes bug caused by a small change in weather.noaa.gov's website. + New patch (renamed-wmfrog.c.patch) renames wmFrog.c to wmfrog.c to avoid "source-is-missing" Lintian error. + Update location of the NOAA's Meteorological Station Information Lookup page in documentation. * debian/watch + Update download location. * debian/wmfrog.1 + Delete file, as it is created during make. -- Doug Torrance Tue, 29 Apr 2014 00:04:57 -0500 wmfrog (0.2.0-4) unstable; urgency=low * debian/rules - Enable CPPFLAGS hardened build flags. Patch thanks to Simon Ruderich . (Closes: #668303) -- Jari Aalto Tue, 10 Apr 2012 23:23:34 +0300 wmfrog (0.2.0-3) unstable; urgency=low * debian/control - (Description): Rewrite. Patch thanks to Justin B Rye in followup to bug #612927. * debian/rules - Use DEB_*_MAINT_* variables. -- Jari Aalto Sat, 24 Mar 2012 02:30:33 -0400 wmfrog (0.2.0-2) unstable; urgency=low * debian/compat - Update to 9. * debian/control - (Build-Depends): Update to debhelper 9, remove dpatch. - (Description): Fix typo (Closes: #612927). - (Standards-Version): 3.9.3.1. * debian/copyright - Update to format 1.0. * debian/manpages - New file. * debian/patches - Convert to Quilt. * debian/rules - Update to dh(1). - Use hardened build flags. http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags * debian/source/format - New. Update to format "3.0 (quilt)". * debian/wmfrog.1.pod - Move from manual page from section 1x to 1. -- Jari Aalto Wed, 21 Mar 2012 03:45:02 -0400 wmfrog (0.2.0-1) unstable; urgency=low * Initial release. (Closes: #504786) -- Jari Aalto Fri, 07 Nov 2008 09:57:30 +0000