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 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
|
wmii (3.10~20120413+hg2813-11) unstable; urgency=medium
* QA upload
* postint, postrm: start on #!/bin/sh -e (closes: #843294)
-- Ralf Treinen <treinen@debian.org> Sun, 06 Nov 2016 17:53:14 +0100
wmii (3.10~20120413+hg2813-10) unstable; urgency=medium
* Update Vcs-* to point to Dgit.
* Unset myself as the maintainer, the package's been orphaned.
-- Andrew Shadura <andrewsh@debian.org> Fri, 29 Apr 2016 16:07:26 +0200
wmii (3.10~20120413+hg2813-9) unstable; urgency=medium
[ Angel Abad ]
* Add -ldl to fix FTBFS with DSO linking.
[ Andrew Shadura ]
* Unbreak xft support (Closes: #822865):
- Allow overriding path to libXft.so and libX11.so
- Detect where libXft.so and libX11.so are located at build time.
- Depend on libxft2
* Fix bashism (Closes: #772389).
-- Andrew Shadura <andrewsh@debian.org> Fri, 29 Apr 2016 15:18:41 +0200
wmii (3.10~20120413+hg2813-8) unstable; urgency=medium
* Fix Mod4-a combination by doing stat on /keys (thanks to
Thierry Rascle, closes: #713863).
-- Andrew Shadura <andrewsh@debian.org> Mon, 24 Nov 2014 20:34:37 +0100
wmii (3.10~20120413+hg2813-7) unstable; urgency=medium
* Tweaks to the build system.
* Changes from the upstream:
- Work around focus drawing issue in newer Xorg versions.
- Add command to cleanup old screens after monitor disconnect.
- Run wipescreens on Screenchange event in python/wmiirc.
- Treat cloned/subsumed screens as one.
- Keep regexp clients on the same screen when attaching to new view.
-- Andrew Shadura <andrewsh@debian.org> Sun, 03 Aug 2014 00:35:25 +0200
wmii (3.10~20120413+hg2813-6) unstable; urgency=low
* Set WMII_TERM to x-terminal-emulator, not xterm.
* Fix building on m68k (and probably somewhere else).
-- Andrew Shadura <andrewsh@debian.org> Wed, 04 Dec 2013 22:34:00 +0100
wmii (3.10~20120413+hg2813-5) unstable; urgency=low
* Update wmiirc to use new bar file structure (fixes Notice command).
* Patch witray to reposition tray when primary display changes.
-- Andrew Shadura <andrewsh@debian.org> Mon, 02 Dec 2013 23:02:20 +0100
wmii (3.10~20120413+hg2813-4) unstable; urgency=low
* Install libwmii_hack.so under a multiarchified private directory.
* Link properly against libixp.
-- Andrew Shadura <andrewsh@debian.org> Sat, 30 Nov 2013 20:55:07 +0100
wmii (3.10~20120413+hg2813-3) unstable; urgency=low
* Upload to unstable.
* Drop a patch already applied upstream.
-- Andrew Shadura <andrewsh@debian.org> Wed, 08 May 2013 10:20:21 +0200
wmii (3.10~20120413+hg2813-2) experimental; urgency=low
* Provide HOST_NAME_MAX on systems not having it (fixes FTBFS on
kFreeBSD and Hurd).
-- Andrew Shadura <andrewsh@debian.org> Sat, 13 Apr 2013 09:37:36 +0200
wmii (3.10~20120413+hg2813-1) experimental; urgency=low
* New maintainer (Closes: #606084).
* New upstream release.
* Fix the configuration files path in the manpage (Closes: #431942).
* Removed autogenerated files.
* Don't try to remove .hg* files.
* Fix dpkg-shlibdeps warnings.
* Bump Standards-Version to 3.9.4.
* Suggest Python and Ruby.
* Do a ldconfig call in postinst/postrm.
* Add a manpage for wihack(1).
* Fix the path in LD_PRELOAD for wihack.
* Fix some markup in the manpages.
* Build-depend on txt2tags to be able to regenerate manpages.
* Added doc-base registration file.
* Make the Unicode font default (Closes: #598630).
* Remove an alternative dependency on dwm-tools.
* Build-depend on python-all to ensure dh_python2 is available.
-- Andrew Shadura <andrewsh@debian.org> Fri, 12 Apr 2013 21:43:51 +0200
wmii (3.9.2+debian-4) unstable; urgency=low
* QA upload.
* Fix crashes when additional displays are added (backported patch from
upstream, closes: #628575).
-- Andrew O. Shadura <bugzilla@tut.by> Mon, 16 Jul 2012 13:22:40 +0200
wmii (3.9.2+debian-3) unstable; urgency=low
* QA upload.
* Add patch ld-no-add-needed.patch: Fix build failure with
ld --no-add-needed. Thanks to Matthias Klose <doko@ubuntu.com>
for the patch! (closes: #606209)
* Cosmetic changes in debian/rules; put additional files to clean
into debian/clean.
* Patch: manpage-actions-location.patch: fix location of global
action directory in the manpage (closes: #431942)
-- Ralf Treinen <treinen@debian.org> Wed, 06 Jul 2011 10:05:26 +0200
wmii (3.9.2+debian-2) unstable; urgency=low
* QA upload
* Added build-dependencies to fix FTBFS: libxft-dev, libfreetype6-dev,
libxrandr-dev, libxinerama-dev. Thanks to Nobuhiro Iwamatsu for the
patch! Closes: #606070.
-- Ralf Treinen <treinen@debian.org> Mon, 06 Dec 2010 21:11:52 +0100
wmii (3.9.2+debian-1) unstable; urgency=low
* Updating depends on suckless-tools, formerly dwm-tools.
* Merging upstream version 3.9.2+debian.
* Rediffing x-terminal-emulator.patch.
* Rediffing cflags.patch.
* Rediffing font.patch.
* Removing manpage.patch, not required anymore.
* Removing ixp-api.patch, not required anymore.
* Updating rules file to remove useless files.
* Removing another useless file through rules.
* Updating standards version to 3.9.0.
* Switching to source format 3.0 (quilt).
* Updating to debhelper version 8.
* Updating to standards version 3.9.1.
* Removing version from libixp build-depends, not needed anymore.
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Mon, 29 Nov 2010 21:24:05 +0100
wmii (3.6+debian-8) unstable; urgency=low
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
packages and changelog.
* Adding README.source.
* Adding explicit debian source version 1.0 until switch to 3.0.
* Updating year in copyright file.
* Updating to standards 3.8.4.
* Sorting dh call in rules to more common order.
* Updating README.source.
* Making build-depends versioned where needed.
* Moving maintainer homepage from control to copyright.
* Removing mercurial files in clean target of rules.
-- Daniel Baumann <daniel@debian.org> Thu, 08 Apr 2010 06:35:44 +0200
wmii (3.6+debian-7) unstable; urgency=low
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Sorting depends.
* Correcting desktop file location.
-- Daniel Baumann <daniel@debian.org> Thu, 20 Aug 2009 20:31:37 +0200
wmii (3.6+debian-6) unstable; urgency=low
* Updating package to standards version 3.8.2.
* Using correct rfc-2822 date formats in changelog.
* Prefixing debhelper files with package name.
* Updating year in copyright file.
* Adding description field in menu file.
* Using quilt rather than dpatch.
* Minimizing rules file.
-- Daniel Baumann <daniel@debian.org> Tue, 04 Aug 2009 16:09:38 +0200
wmii (3.6+debian-5) unstable; urgency=low
* Applying patch from James Westby <james.westby@canonical.com> to define
IXP_NEEDAPI to 88, which is the required ixp API (Closes: #511954).
-- Daniel Baumann <daniel@debian.org> Sun, 03 May 2009 10:01:00 +0200
wmii (3.6+debian-4) unstable; urgency=low
* Bumped to new policy.
* Updated menu file to new policy.
* Removing empty directories.
* Added patch to complete manpage headers.
-- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 20:52:00 +0100
wmii (3.6+debian-3) unstable; urgency=low
* Replaced not available fixed variant with plain 'fixed' font.
-- Daniel Baumann <daniel@debian.org> Fri, 23 Nov 2007 13:51:00 +0100
wmii (3.6+debian-2) unstable; urgency=low
* Removing -std=c99 from CFLAGS, thanks to Dann Frazier <dannf@debian.org>
(Closes: #452015).
-- Daniel Baumann <daniel@debian.org> Mon, 19 Nov 2007 21:25:00 +0100
wmii (3.6+debian-1) unstable; urgency=low
* New upstream release.
* Rebuild upstream tarball without conflicting debian directory.
-- Daniel Baumann <daniel@debian.org> Sun, 18 Nov 2007 17:39:00 +0100
wmii (3.6~rc2+20070518-3) unstable; urgency=medium
* Added libxext-dev to build-depends.
-- Daniel Baumann <daniel@debian.org> Tue, 04 Sep 2007 23:23:00 +0200
wmii (3.6~rc2+20070518-2) unstable; urgency=medium
[ Don Armstrong ]
* Fix wmiirc and wmiiloop.sh to properly populate keys and the commands
to handle them (Closes: #423521)
-- Daniel Baumann <daniel@debian.org> Thu, 12 Jul 2007 11:37:00 +0200
wmii (3.6~rc2+20070518-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 18 May 2007 09:08:00 +0200
wmii (3.6~rc2+20070501-2) unstable; urgency=low
* Added lintian override.
* Do not compile wmiir statically.
-- Daniel Baumann <daniel@debian.org> Tue, 15 May 2007 14:52:00 +0200
wmii (3.6~rc2+20070501-1) unstable; urgency=low
* New upstream snapshot.
* Minor cleanups.
-- Daniel Baumann <daniel@debian.org> Tue, 01 May 2007 09:10:00 +0200
wmii (3.6~rc2+20070329-3) unstable; urgency=low
* Rebuild against fixed debhelper, see #420158 (Closes: #420119, #420146).
-- Daniel Baumann <daniel@debian.org> Sat, 21 Apr 2007 07:33:00 +0200
wmii (3.6~rc2+20070329-2) unstable; urgency=low
* Fixed ETC in rules (Closes: #418003).
-- Daniel Baumann <daniel@debian.org> Thu, 19 Apr 2007 10:28:00 +0200
wmii (3.6~rc2+20070329-1) unstable; urgency=low
* New upstream snapshot:
- Fixes problem with libixp (Closes: #416170).
- Temporarily using and shipping embedded libixp for this snapshot only,
this is not related to #416170.
* Minor cleanups.
-- Daniel Baumann <daniel@debian.org> Thu, 05 Apr 2007 17:01:00 +0200
wmii (3.6~rc2-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Wed, 07 Feb 2007 13:09:00 +0100
wmii (3.6~rc1-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Tue, 06 Feb 2007 16:47:00 +0100
wmii (3.5.1+20070202-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sat, 03 Feb 2007 10:32:00 +0100
wmii (3.5.1+20070116-1) unstable; urgency=medium
* New upstream snapshot:
- fixes bug with tags.
* Removed libxrand-dev build-depends, xrand patch was not ported to wmii 3.5.
-- Daniel Baumann <daniel@debian.org> Thu, 18 Jan 2007 20:16:00 +0100
wmii (3.5.1-2) unstable; urgency=low
* Triggering rebuild (Closes: #405647).
-- Daniel Baumann <daniel@debian.org> Mon, 15 Jan 2007 18:46:00 +0100
wmii (3.5.1-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Tue, 02 Jan 2007 21:05:00 +0100
wmii (3.1-5) unstable; urgency=medium
* Added patch from Evan Deaubl <evan@warpedview.com> to add support for xrandr
(Closes: #398900).
-- Daniel Baumann <daniel@debian.org> Thu, 16 Nov 2006 17:04:00 +0100
wmii (3.1-4) unstable; urgency=medium
* Updated upstream homepage (Closes: #395005).
-- Daniel Baumann <daniel@debian.org> Sun, 29 Oct 2006 17:05:00 +0200
wmii (3.1-3) unstable; urgency=medium
* Applied patch from Gonzalo Tornaria <tornaria@math.utexas.ed> to fix fontset
problem with UTF (Closes: #394781).
-- Daniel Baumann <daniel@debian.org> Mon, 23 Oct 2006 18:12:00 +0200
wmii (3.1-2) unstable; urgency=low
* New email address.
-- Daniel Baumann <daniel@debian.org> Tue, 04 Jul 2006 23:45:00 +0200
wmii (3.1-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 18 Jun 2006 11:19:00 +0200
wmii (3.0-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Fri, 19 May 2006 00:00:00 -0500
wmii (2.5.2-1) unstable; urgency=low
* New upstream release.
* Adjusted confdir path.
* Adjusted 9base path in examples.
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sat, 21 Jan 2006 01:14:00 +0100
wmii (2.5.1-1) unstable; urgency=low
* New upstream release.
* Removed now obsolete binary-package python2.3-libixp.
* Removed conflict to wmifs, upstream did rename the binary accordingly.
* Added icon and desktop entry for login-session managers (Closes: #345390).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sat, 14 Jan 2006 14:42:00 +0100
wmii (2-2) unstable; urgency=low
* Added temporary conflict to wmifs (Closes: #335446, #338033). I will
rename wmifs in the next revision, this conflict is just a quick fix.
* Modifing default configuration:
- using x-terminal-emulator instead of xterm (Closes: #334017).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Thu, 03 Nov 2005 22:58:00 +0100
wmii (2-1) unstable; urgency=low
* Initial release (Closes: #311567).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Fri, 07 Oct 2005 11:26:13 +0200
|