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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
wmnut (0.66-2) unstable; urgency=medium
[ Arnaud Quette ]
* debian/control: Orphaning of wmnut, update VCS fields
[ Jeremy Sowden ]
* d/gbp.conf: set default branch to debian.
* d/control:
- run wrap-and-sort;
- adopt the package on behalf of the Window Maker packaging team and update
Maintainer and Uploaders fields appropriately (closes: #964583);
- bump Standards-Version to 4.5.1;
- set Rules-Requires-Root to no;
- update VCS URL's.
* d/compat, d/control: remove d/compat and replace debhelper build-dep with
one on debhelper-compat = 13.
* d/patches:
- add patch to remove multiple definitions of file-scope variable and fix
FTBFS with gcc-10 (closes: #957949);
- add patch to fix seg-fault at start-up if no UPS is available.
* d/rules: leave debhelper to handle build-flags.
* d/copyright:
- use HTTPS URL;
- add Source and Upstream-Contact fields.
* d/.gitignore: move .gitignore to debian/ and remove non-Debian files
from it.
* d/changelog: remove trailing whitespace.
* d/patch: add a patch to fix AppStream "metainfo-no-summary" error.
[ Andreas Metzler ]
* Use v4 watch file standard.
* Enable all hardening flags, patch configure.ac [no_override_ldflags.diff]
to respect LDFLAGS.
-- Jeremy Sowden <jeremy@azazel.net> Sun, 27 Dec 2020 15:11:48 +0000
wmnut (0.66-1) unstable; urgency=low
* New upstream release
* debian/rules: add missing dpkg flags
* debian/control: update Standards-Version to 3.9.8
-- Arnaud Quette <aquette@debian.org> Sat, 24 Dec 2016 00:18:40 +0100
wmnut (0.65-1) unstable; urgency=low
* New upstream release (Closes: #728002)
* debian/copyright: update to comply to copyright format 1.0
* debian/control
- update Standards-Version to 3.9.6
- update Homepage
- add Vcs-Browser and Vcs-Git fields
* debian/watch: update URL
* debian/rules: general update and simplification
-- Arnaud Quette <aquette@debian.org> Fri, 23 Dec 2016 22:54:52 +0100
wmnut (0.64-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/control: Adjust libupsclient build-dependency (Closes: #730400)
-- Laurent Bigonville <bigon@debian.org> Sun, 27 Apr 2014 22:18:00 +0200
wmnut (0.64-1) unstable; urgency=low
* New upstream release (Closes: #586956, #671308, #565751)
* debian/control:
- update Standards-Version to 3.9.3
- update debhelper to 9
- remove dpatch, autoconf and automake Build-Depends
* debian/rules:
- fix Lintian warning debian-rules-missing-recommended-target
- remove dpatch targets
* debian/copyright: update GPL-2 reference
* debian/patches/*: removed
* debian/source.lintian-overrides: remove, since it's no longer needed
with format 3.0
* debian/compat: update to 9
* debian/source/format: created, for 3.0 (quilt)
* debian/copyright: update Copyright and download location
* debian/watch: update URL
-- Arnaud Quette <aquette@debian.org> Tue, 05 Jun 2012 18:34:30 +0200
wmnut (0.62-4) unstable; urgency=low
* debian/control:
- add a Build-Depends on pkg-config, dpatch, autoconf and automake,
- bump libupsclient1-dev Build-Depends to >= 2.4.0
- bump the debhelper Build-Depends to (>= 6.0.7~) for dh_lintian
* debian/rules:
- add the needed rules for dpatch application, and call autoreconf to apply
patches and update outdated-autotools-helper-file
- add a call to dh_lintian for source.lintian-overrides
* debian/source.lintian-overrides: added to cope with the lintian warning due
to the dpatch + autoreconf call (patch-system-but-direct-changes-in-diff)
* debian/patches/01_configure_use_pkgconfig.dpatch: created to fix the
configure script not catching the new libupsclient location. The temporary
fix is to only rely on pkg-config while waiting for a proper upstream fix.
* debian/patches/02_upsconn_t.dpatch: move to the new NUT client struct name
-- Arnaud Quette <aquette@debian.org> Wed, 18 Mar 2009 11:03:55 +0100
wmnut (0.62-3) unstable; urgency=low
* debian/control:
- update Standards-Version to 3.8.0
- update the Build-Depends on nut-dev to libupsclient1-dev (Closes:
#490425)
- update the Build-Depends on x-dev to x11proto-core-dev
-- Arnaud Quette <aquette@debian.org> Sun, 13 Jul 2008 14:36:05 +0200
wmnut (0.62-2) unstable; urgency=low
* debian/control:
- update Build-Depends for nut to 2.2.1 (Closes: #443003)
- update Standards-Version to 3.7.3
- move the Homepage from Description to the official field and update it
* debian/watch: update to URL (Closes: #449946)
* debian/rules:
- fix debian-rules-ignores-make-clean-error
- remove DH_COMPAT
* debian/compat: created to complete the above fix
-- Arnaud Quette <aquette@debian.org> Thu, 24 Jan 2008 15:15:44 +0100
wmnut (0.62-1) unstable; urgency=low
* New upstream release
* Remove the libxi-dev build-depends as the XBell() calls have been disabled
upstream. Recall the ignored bug close (closes: #346981)
-- Arnaud Quette <aquette@debian.org> Fri, 13 Jan 2006 14:54:13 +0100
wmnut (0.61-2) unstable; urgency=low
* debian/control:
- update build-depends for Xorg transition, and add libxi-dev for
the XBell calls (closes: #346981)
- update standard version to fix a lintian warning
- update debhelper build-depends to >= 5.0.0
* debian/rules: upgrade DH_COMPAT to 5
-- Arnaud Quette <aquette@debian.org> Mon, 9 Jan 2006 10:00:01 +0200
wmnut (0.61-1) unstable; urgency=low
* New upstream release (closes: #291225)
* debian/control: update Build-Depends for nut (2.0.1 release)
-- Arnaud Quette <aquette@debian.org> Mon, 14 Mar 2005 12:53:47 +0100
wmnut (0.60-4) unstable; urgency=low
* debian/control: change Build-Depends from nut to nut-dev (closes:
Bug#271120)
* debian/watch: update
- to new format,
- URL/Homepage and
- NUT URL
- Standards-Version
* debian/copyright: updates and typo fix
-- Arnaud Quette <aquette@debian.org> Sat, 11 Sep 2004 21:48:22 +0200
wmnut (0.60-3) unstable; urgency=low
* debian/control: upgrade nut deps to avoid nut {pre,post}inst errors
-- Arnaud Quette <aquette@debian.org> Sat, 15 Nov 2003 22:26:20 +0100
wmnut (0.60-2) unstable; urgency=low
* debian/control: upgrade nut deps to have the missing parseconf.h (closes: Bug#220630)
* debian/control: change a bit main description
-- Arnaud Quette <aquette@debian.org> Fri, 14 Nov 2003 17:26:20 +0100
wmnut (0.60-1) unstable; urgency=low
* New upstream release
* use the new libupsclient and autodetection for nut-1.4.1-pre3 (closes: Bug#216745)
-- Arnaud Quette <aquette@debian.org> Mon, 10 Nov 2003 13:26:20 +0100
wmnut (0.59-1) unstable; urgency=low
* New upstream release
* debian/control: changed Arnaud Quette address to the good Debian one
* debian/control: update required version of nut
* debian/control: add Homepage to Description
-- Arnaud Quette <aquette@debian.org> Sat, 18 Oct 2003 21:48:00 +0200
wmnut (0.58-1) unstable; urgency=low
* New upstream release
-- Arnaud Quette <arnaud.quette@free.fr> Mon, 14 Jul 2003 15:13:21 +0200
wmnut (0.55-1) unstable; urgency=low
* New upstream release (closes: Bug#182558)
-- Arnaud Quette <arnaud.quette@free.fr> Sat, 22 Mar 2003 22:47:44 +0100
wmnut (0.51-1) unstable; urgency=low
* New upstream release
* Corrected debian/control: switched to autoconf/automake
* Corrected debian/control: updated Standards-Version to 3.5.8
* Corrected debian/control: updated Build-Depends for nut to
(>> 1.1.3) due to upsclient needs
* Suppressed debian/dirs (not more needed with autoconf)
* Modified debian/docs: include wmnutrc configuration file
* Added debian/watch file
-- Arnaud Quette <arnaud.quette@free.fr> Tue, 12 Feb 2003 10:32:32 -0800
wmnut (0.10-2) unstable; urgency=low
* applied -0.20-preHoneymoon patch ... will rev to 0.20 once 0.20 is
released officially (closes: Bug#166273)
-- Luca Filipozzi <lfilipoz@debian.org> Tue, 19 Nov 2002 10:32:32 -0800
wmnut (0.10-1) unstable; urgency=low
* New upstream release
-- Luca Filipozzi <lfilipoz@debian.org> Sun, 2 Jun 2002 21:03:35 -0700
wmnut (0.09-1) unstable; urgency=low
* New upstream release
-- Luca Filipozzi <lfilipoz@Debian.org> Sat, 23 Mar 2002 19:52:46 -0800
wmnut (0.08-1) unstable; urgency=low
* Initial Release.
-- Luca Filipozzi <lfilipoz@debian.org> Sun, 24 Feb 2002 15:36:56 -0800
|