1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
wmforecast (1.4-2) unstable; urgency=medium
* debian/tests/control
- Add Restrictions: superficial (Closes: #969881).
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 17 Sep 2020 07:29:51 -0400
wmforecast (1.4-1) unstable; urgency=medium
* New upstream release.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 06 Jun 2020 18:00:55 -0400
wmforecast (1.3-1) unstable; urgency=medium
* New upstream release.
* debian/compat
- Removing; not necessary now that we use debhelper-compat in
Build-Depends.
* debian/control
- Switch Priority from extra to optional.
- Switch from debhelper to debhelper-compat in Build-Depends;
use compatibility level 13.
- Drop dh-autoreconf from Build-Depends; default since debhelper 10.
- Drop Build-Depends on libcurl4-gnutls-dev and libxml2-dev in
favor of libgweather-3-dev and libgweather-3-dev.
- Bump Standards-Version to 4.5.0.
- Use https for Homepage.
- Update Vcs-* after migration to Salsa.
- Add Rules-Requires-Root field.
- Update Description. In particular, the weather information is
now obtained via libgweather instead of directly from Yahoo.
* debian/copyright:
- Update Format in d/copyright to https.
* debian/docs
- Docs are now .md files.
* debian/rules
- Drop explicit call to dh_autoreconf; default since debhelper 10.
- Remove get-orig-source target.
* debian/salsa-ci.yml
- Add configuration file for Salsa CI pipelines.
* debian/tests/control
- Add simple smoke test for autopkgtest.
* debian/watch
- Bump to uscan v4 and use special strings.
* debian/upstream/metadata
- Add upstream metadata file.
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 14 May 2020 23:26:37 -0400
wmforecast (0.11-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Remove help2man from Build-Depends; no longer necessary.
- Fix Homepage.
* debian/copyright
- Update copyright years.
-- Doug Torrance <dtorrance@piedmont.edu> Fri, 01 Apr 2016 18:42:11 -0400
wmforecast (0.10-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Bump Standards-Version to 3.9.7.
- Update Vcs-Browser to use https protocol.
- Update Homepage field.
* debian/rules
- Enable all hardening flags.
-- Doug Torrance <dtorrance@piedmont.edu> Sat, 26 Mar 2016 19:07:16 -0400
wmforecast (0.9-1) unstable; urgency=medium
* New upstream release.
* debian/upstream/signing-key.asc
- New file; my public key.
* debian/watch
- Add pgpsigurlmangle option to verify signature.
-- Doug Torrance <dtorrance@piedmont.edu> Sun, 17 Jan 2016 18:26:48 -0500
wmforecast (0.8-3) unstable; urgency=medium
* debian/menu
- Remove file since desktop file also exists.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 21 Oct 2015 07:39:09 -0400
wmforecast (0.8-2) unstable; urgency=medium
* debian/control
- Tidy up using wrap-and-sort.
- Update Vcs-* fields.
- Set Debian Window Maker Team as Maintainer; move myself to
Uploaders with updated email address.
* debian/copyright
- Update email address.
-- Doug Torrance <dtorrance@piedmont.edu> Wed, 19 Aug 2015 22:52:33 -0400
wmforecast (0.8-1) unstable; urgency=medium
* New upstream release.
- Update license information in icons/wmforecast.svg (Closes: #766208).
* debian/control
- Update Homepage and Vcs-*.
- Bump Standards-Version to 3.9.6, no changes required.
- Add dh-autoreconf to Build-Depends.
* debian/copyright
- Update Source.
* debian/docs
- New file.
* debian/rules
- Remove "export DH_VERBOSE=1".
- Add get-orig-source target.
- Use dh-autoreconf.
* debian/watch
- Update with new location.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Tue, 21 Oct 2014 11:47:31 -0500
wmforecast (0.7-1) unstable; urgency=low
* Initial release. (Closes: #750926)
-- Doug Torrance <dtorrance@monmouthcollege.edu> Thu, 17 Jul 2014 18:51:16 -0500
|