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 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356
|
wmnd (0.4.17-2) unstable; urgency=low
* Add 01-Fix-missing-HOME-crash.patch to fix a crash occurring
when $HOME variable is not defined (closes: #716468).
-- Robert Luberda <robert@debian.org> Sun, 06 Oct 2013 13:31:09 +0200
wmnd (0.4.17-1) unstable; urgency=low
* New maintainer (closes: #691836).
* New upstream version.
* Switch to debhelper v9 and tiny debian/rules file.
* Pass -Wl,--as-needed in LDFLAGS (closes: #641337).
* debian/control:
+ `Suggests: trend' because it can be spawned by middle button click;
+ sort the file with `wrap-and-sort' utility;
+ add VCS fields;
+ bump Standards-Version to 3.9.4.
-- Robert Luberda <robert@debian.org> Tue, 21 May 2013 07:44:15 +0200
wmnd (0.4.16-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b wmnd-0.4.16
gave error exit status 2":
update handling of config.{guess,sub}:
- use autotools-dev's helpers in debian/rules
- make build dependency on autotools-dev versioned
(Closes: #652213)
-- gregor herrmann <gregoa@debian.org> Tue, 13 Mar 2012 19:17:17 +0100
wmnd (0.4.16-1) unstable; urgency=low
* New upstream version.
* Bump standards version to 3.9.1.
-- Gürkan Sengün <gurkan@phys.ethz.ch> Tue, 17 Aug 2010 09:35:54 +0200
wmnd (0.4.15-1) unstable; urgency=low
* New upstream version.
* Switch to dpkg-source format version 3.0 (quilt).
* debian/copyright: Updated years.
* Bump standards version to 3.8.4.
* Added watch file.
* Updated short description for wmnd-snmp.
-- Gürkan Sengün <gurkan@phys.ethz.ch> Wed, 07 Apr 2010 15:41:29 +0200
wmnd (0.4.13-1) unstable; urgency=low
* New maintainer. (Closes: #515440)
* New upstream version.
- Make it a non native package. (Closes: #447123)
- Don't ignore clean/distclean errors. (Closes: #447124)
* Bump debhelper version.
* Bump standards version.
* Updated debian/copyright.
* Updated debian/menu: section part.
* Added homepage field.
-- Gürkan Sengün <gurkan@phys.ethz.ch> Mon, 13 Jul 2009 13:56:59 +0200
wmnd (0.4.12-2.1) unstable; urgency=low
* Non-maintainer upload.
* Build-depend on libnsmp-dev instead of libsnmp10-dev. Closes: #444559.
-- Lucas Nussbaum <lucas@lucas-nussbaum.net> Thu, 18 Oct 2007 09:27:28 +0200
wmnd (0.4.12-2) unstable; urgency=low
* Standards-Version 3.7.1.0 -> 3.7.1.2 without changes
* Build-Dep on libsnmp10-dev instead of libsnmp9-dev to make it installable
again.
-- Arthur Korn <arthur@debian.org> Tue, 01 May 2007 19:35:44 +0200
wmnd (0.4.12-1) unstable; urgency=low
* New upstream release
- upstream fixed #355987
- configure option --with-drivers renamed to --enable-drivers
-- Arthur Korn <arthur@debian.org> Thu, 25 May 2006 10:59:58 +0200
wmnd (0.4.11-5) unstable; urgency=low
* use ppp_defs.h from libc instead of local copy to avoid definition of
_u32, closes: #360935
* Standards-Version 3.6.2.0 -> 3.7.2.0 without changes
-- Arthur Korn <arthur@debian.org> Thu, 25 May 2006 10:23:26 +0200
wmnd (0.4.11-4) unstable; urgency=low
* configure: rebuilt with autoconf 2.59a-7 to fix detection of X11
libraries. closes: #346887, #347752
* control: removed no more needed build-dependency on autoconf and
automake, rules doesn't run them anymore on every build.
-- Arthur Korn <arthur@debian.org> Thu, 25 May 2006 10:19:08 +0200
wmnd (0.4.11-3) unstable; urgency=low
* control: replaced build dependency on xlibs-dev by build-dependency
on libx11-dev, libxext-dev, libxpm-dev as xlibs-split proposed.
closes: #346887
-- Arthur Korn <arthur@debian.org> Mon, 9 Jan 2006 19:29:14 +0100
wmnd (0.4.11-2) unstable; urgency=low
* now builds against libsnmp9, closes: #333943
* Standards-Version 3.6.2 without changes
-- Arthur Korn <arthur@debian.org> Sat, 29 Oct 2005 15:01:52 +0200
wmnd (0.4.11-1) unstable; urgency=low
* New upstream release
* --enable-trend added. See end of README for info on what it is.
-- Arthur Korn <arthur@debian.org> Sat, 23 Oct 2004 16:33:34 +0200
wmnd (0.4.10-1) unstable; urgency=low
* New upstream release:
- Fixed generic_snmp by probing both ifName and ifDescr (required for
interoperation with Debian Sarge, closes: #253109).
- Added a geometry flag (-g).
-- Arthur Korn <arthur@debian.org> Mon, 20 Sep 2004 20:35:53 +0200
wmnd (0.4.9-1) unstable; urgency=low
* New upstream release
* copyright: updated URL of Yuri's site
* control: fixed multiline build-depends field
* Standards Version 3.6.1
* menu: quoted values of "needs" and "section"
-- Arthur Korn <arthur@korn.ch> Wed, 25 Aug 2004 01:13:45 +0200
wmnd (0.4.7-1) unstable; urgency=low
* New upstream release
- new algorithm, current bandwith more precise: closes: #203264
* Small change to the description
* Standards Version 3.6.0
-- Arthur Korn <arthur@korn.ch> Wed, 6 Aug 2003 10:20:38 +0200
wmnd (0.4.5-2) unstable; urgency=low
* Repackaged with debhelper 4
* split into wmnd and wmnd-snmp flavours, closes: #199553
-- Arthur Korn <arthur@korn.ch> Fri, 4 Jul 2003 17:28:02 +0200
wmnd (0.4.5-1) unstable; urgency=low
* New upstream release
- new IF-MIB SNMP driver. Read the README for caveats.
* added libsnmp6-dev to build dependencies, for IF-MIB SNMP driver.
-- Arthur Korn <arthur@korn.ch> Thu, 10 Apr 2003 12:52:52 +0200
wmnd (0.4.4a-1) unstable; urgency=low
* New upstream release
* Build-Dep on automake1.7, autoconf (>= 2.5)
-- Arthur Korn <arthur@korn.ch> Tue, 21 Jan 2003 15:27:35 +0100
wmnd (0.4.4-1) unstable; urgency=low
* New upstream release
- Fixes the current rate digital display, closes: #173591
* --enable-sine-dummy
* --enable-debug
-- Arthur Korn <arthur@korn.ch> Tue, 14 Jan 2003 15:39:45 +0100
wmnd (0.4.3-2) unstable; urgency=low
* Added CONFFLAGS, when DEB_BUILD_OPTIONS has nostrip,
CONFFLAGS=--enable-debug
* setting CFLAGS in ./configure environment instead in $(MAKE) environment
-- Arthur Korn <arthur@korn.ch> Thu, 19 Dec 2002 14:43:19 +0100
wmnd (0.4.3-1) unstable; urgency=low
* New upstream release
* rules: CFLAGS and STRIPARGS now set according to policy 3.5.7.0
* control: Standards-Version: 3.5.8.0
-- Arthur Korn <arthur@korn.ch> Wed, 11 Dec 2002 21:38:27 +0100
wmnd (0.4.2-2) unstable; urgency=low
* Fix for division by 10 of displayed speeds due, thanks to Thomas Ashton
for the patch. closes: #150483
* Some improvements on the manpage (-t option, driver descriptions).
-- Arthur Korn <arthur@korn.ch> Wed, 3 Jul 2002 18:55:45 +0200
wmnd (0.4.2-1) unstable; urgency=low
* New upstream release
- since 0.2.2, closes: #115788, #83375, #78784
- using solaris_fpppd driver, ppp is reset on reconnect,
closes: #87372
- updated manpage to 0.4.1
- patch by Alexandre Dupouy to handle vlan devices integrated,
closes: #145036
* now always building solaris_fpppd driver, for use with /dev/ppp
* updated manpage to 0.4.2 (so Debian still has an edge over upstream ;))
-- Arthur Korn <arthur@korn.ch> Fri, 14 Jun 2002 22:58:15 +0200
wmnd (0.4.1-1) unstable; urgency=low
* New upstream release
- lots of new display modes
- better support for dynamic devices
- autotools build system
* NEW UPSTREAM wavexx@users.sourceforge.net
* the vlan patch introduced in 0.2.2-2 has been removed again.
* Updated the package to policy version 3.5.6.0
* now using dh_install{man,exaples,dirs} and cp for installation
* updated manpage
-- Arthur Korn <arthur@korn.ch> Sat, 8 Jun 2002 00:19:35 +0200
wmnd (0.2.2-2) unstable; urgency=low
* copyright: noted that upstream is MIA
* incorporated patch to make wmnd work with vlan interfaces,
thanks to Alexandre Dupouy for the patch, closes: #145036
-- Arthur Korn <arthur@korn.ch> Fri, 7 Jun 2002 17:35:24 +0200
wmnd (0.2.2-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Tue, 24 Apr 2001 21:28:50 +0200
wmnd (0.2.1-2) unstable; urgency=low
* Added menu hints
-- Arthur Korn <arthur@korn.ch> Sun, 14 Jan 2001 17:02:03 +0100
wmnd (0.2.1-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Sat, 23 Dec 2000 17:43:04 +0100
wmnd (0.2.0-2) unstable; urgency=low
* Fixed upstream release
-- Arthur Korn <arthur@debian.org> Sun, 10 Dec 2000 15:42:25 +0100
wmnd (0.2.0-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@debian.org> Thu, 7 Dec 2000 18:32:29 +0100
wmnd (0.1.0-4) unstable; urgency=low
* Adapted Build-Depends to library changes of last version.
-- Arthur Korn <arthur@debian.org> Sat, 18 Nov 2000 21:44:45 +0100
wmnd (0.1.0-3) unstable; urgency=low
* only rebuild, this time not depending on libc5 libxpm. (Closes Bug#77279)
-- Arthur Korn <arthur@debian.org> Fri, 17 Nov 2000 22:12:45 +0100
wmnd (0.1.0-2) unstable; urgency=low
* control: changed maintainer address to arthur@debian.org.
* This time uploading with full source (first upload to debian.org).
-- Arthur Korn <arthur@korn.ch> Wed, 15 Nov 2000 20:32:39 +0100
wmnd (0.1.0-1) unstable; urgency=low
* New upstream release
* wmnd.1: now in upstream distribution.
* docs: added CREDIT.
* menu: changed section to Apps/System (it's monitoring after all).
-- Arthur Korn <arthur@korn.ch> Tue, 31 Oct 2000 18:03:34 +0100
wmnd (0.0.4-4) unstable; urgency=low
* wmnd.1: wrote it, forwarded to upstream ...
* control: changed section to net.
-- Arthur Korn <arthur@korn.ch> Sun, 8 Oct 2000 10:42:34 +0200
wmnd (0.0.4-3) unstable; urgency=low
* rules: now evaluating DEB_BUILD_OPTIONS.
* rules: installing into /usr/bin, not /usr/X11R6/bin.
* undocumented: changed section from 1x to 1.
* menu: /usr/bin/X11/wmfsm -> /usr/bin/wmfsm.
-- Arthur Korn <arthur@korn.ch> Wed, 4 Oct 2000 13:29:00 +0200
wmnd (0.0.4-2) unstable; urgency=low
* Fixed up the makefiles, now wmnd is built policy conformant
-- Arthur Korn <arthur@korn.ch> Sat, 29 Jul 2000 12:10:48 +0200
wmnd (0.0.4-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Sat, 29 Jul 2000 12:10:26 +0200
wmnd (0.0.3b-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Fri, 28 Jul 2000 21:16:45 +0200
wmnd (0.0.3-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Wed, 26 Jul 2000 22:12:53 +0200
wmnd (0.0.2-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Tue, 25 Jul 2000 19:22:24 +0200
wmnd (0.0.1-1) unstable; urgency=low
* Initial Release.
-- Arthur Korn <arthur@korn.ch> Wed, 12 Jul 2000 22:26:22 +0200
|