Debian Package Tracker
Register | Log in
Subscribe

cwm

lightweight and efficient window manager for X11

Choose email to subscribe with

general
  • source: cwm (main)
  • version: 7.1-1
  • maintainer: James McDonald (DMD)
  • arch: any
  • std-ver: 4.6.1.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 5.6-4
  • oldstable: 6.3-1
  • stable: 6.6-2
  • testing: 7.1-1
  • unstable: 7.1-1
versioned links
  • 5.6-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.6-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • cwm
action needed
18 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit d5ec5b18c4a5ec5b8df6287d645855ba5188cb2c
Author: James McDonald <james@jamesmcdonald.com>
Date:   Mon Jul 18 14:30:23 2022 +0200

    Fix lintian issues and update standards version

commit 1892fa5ef9e1ee4cfe906aff5b6d774e629f8e30
Author: James McDonald <james@jamesmcdonald.com>
Date:   Mon Jul 18 13:38:56 2022 +0200

    Update changelog

commit b94375e8541f4048f51f1e745f9ad4a9e8634706
Author: James McDonald <james@jamesmcdonald.com>
Date:   Mon Jul 18 13:38:40 2022 +0200

    Update patches for 7.1

commit a729020cdeb3ef2ca19243ccc69fec0227abc5ae
Author: James McDonald <james@jamesmcdonald.com>
Date:   Mon Jul 18 13:08:54 2022 +0200

    Restore changelog to 6.6-2 changelog

commit 0c907d64b8c34dc26ea526635607f2ca1e6fa6ab
Merge: 2298fb9 c55191f
Author: James McDonald <james@jamesmcdonald.com>
Date:   Mon Jul 18 13:03:11 2022 +0200

    Merge branch 'linux' into debian

commit c55191fdc5a92fd003c5789bbb27dcbb1ff32b1b
Author: Leah Neukirchen <leah@vuxu.org>
Date:   Sat Apr 30 17:11:23 2022 +0200

    README: update

commit 7af3a7b8b6966d7c3b0a2fb2fcdb6be314bfd7c1
Merge: 35b0da9 4e73ce5
Author: okan <okan>
Date:   Sun Feb 27 14:59:55 2022 +0000

    cvsimport
    
    * refs/heads/master:
      cycling fix: when no client is active, warp pointer to last active; from Walter Alejandro Iglesias.
      whitespace
      Fix spelling of some unused MWM hints; from Sean C. Farley.
      Add group-last command that shows only the previously active group; ok okan
      Allow bare numbers for key and mouse bindings; taken from similar support in other parse.y's; from Leon Fischer <lfischer@airmail.cc>.
      sync parse.y changes from base; ok naddy@
      Do not attempt to grab keys without a keycode; this incidentally allows XF86 keys support.

commit 4e73ce533c98c54a83fa24c71105bbb1b40a0803
Author: okan <okan>
Date:   Sun Feb 27 14:59:55 2022 +0000

    cycling fix: when no client is active, warp pointer to last active;
    from Walter Alejandro Iglesias.

commit 496bcc879de1186e62bac6fbeff531dbdc9e871c
Author: okan <okan>
Date:   Sat Feb 26 15:19:18 2022 +0000

    whitespace

commit 5e5221d82d1d0c8679329e5bfb5a913e1b543a29
Author: okan <okan>
Date:   Sat Feb 26 15:03:42 2022 +0000

    Fix spelling of some unused MWM hints; from Sean C. Farley.
    
    While here, flesh out the rest of the MWM hints.

commit 7c22b36a230ea740a0fe2b9d089f3b3340dc182b
Author: op <op>
Date:   Thu Jan 27 18:45:10 2022 +0000

    Add group-last command that shows only the previously active group; ok okan

commit 81a08ddb896dacfe2c7b2e9cad43a8f623fadd24
Author: okan <okan>
Date:   Fri Dec 24 16:00:47 2021 +0000

    Allow bare numbers for key and mouse bindings; taken from similar
    support in other parse.y's; from Leon Fischer <lfischer@airmail.cc>.

commit 35b0da9202fbfd83662a0649313b5c4b8cb97f5e
Author: Leah Neukirchen <leah@vuxu.org>
Date:   Tue Nov 30 16:43:16 2021 +0100

    Makefile: use implicit rule for yacc
    
    Closes #15.

commit a9eeb04606b8002d41b2ad5bc715ec7253f2e77a
Author: okan <okan>
Date:   Mon Nov 22 00:51:54 2021 +0000

    sync parse.y changes from base; ok naddy@
    
    original from naddy@:
    > Don't declare variables as "unsigned char *" that are passed to
    > functions that take "char *" arguments.  Where such chars are
    > assigned to int or passed to ctype functions, explicitly cast them
    > to unsigned char.
    >
    > For OpenBSD's clang, -Wpointer-sign has been disabled by default,
    > but when the parse.y code was built elsewhere, the compiler would
    > complain.
    >
    > With help from millert@
    > ok benno@ deraadt@

commit 055b84f4d47e05031ba03044dfa111d28e52a31d
Author: okan <okan>
Date:   Fri Nov 19 19:13:14 2021 +0000

    Do not attempt to grab keys without a keycode; this incidentally allows
    XF86 keys support.
    
    found and fix by Luis Henriques <henrix@camandro.org>

commit ce65ff30c7ad249349ccc657565cdbf34c29fa61
Author: Leah Neukirchen <leah@vuxu.org>
Date:   Fri May 21 10:12:43 2021 +0200

    README: update IRC channel

commit d46f34f01eba56f989af90e277fc0c673ad3684f
Author: kn <kn>
Date:   Thu Apr 22 10:02:55 2021 +0000

    Keep pointer within window on maximize/fullscreen toggle
    
    Spawn a window, maximize it in any way, move the cursor to a window border
    that is not on the screen's edge and unmaximize again:  While the window
    goes back the cursor stays at the screen's edge, i.e.  focus is lost to the
    underlaying window.
    
    Moving, resizing, tiling or snapping windows in any way always moves the
    cursor along iff needed, e.g. using MS-[hjkl] to move a small window from
    the center to the edge keeps the cursor within window borders -- no matter
    what you do with the keyboard, focus stays on that window.
    
    Make CM-f, CM-m, CM-equal and CMS-equal (default bindings) for toggling
    full-screen mode, maximization, vertical maximization and horizontal
    maximization of the current window drag the cursor along if needed as well.
    
    OK okan kmos dv

commit f24dd4751770e387ab39c2c64d7c52bed533ed7e
Merge: 9fb725f d46f34f
Author: kn <kn>
Date:   Thu Apr 22 10:02:55 2021 +0000

    cvsimport
    
    * refs/heads/master:
      Keep pointer within window on maximize/fullscreen toggle
Created: 2020-06-15 Last update: 2023-03-28 21:02
debian/patches: 3 patches to forward upstream low

Among the 3 debian patches available in version 7.1-1 of the package, we noticed the following issues:

  • 3 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2023-02-26 15:54
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.6.1.0).
Created: 2022-12-17 Last update: 2022-12-17 19:17
news
[rss feed]
  • [2022-07-24] cwm 7.1-1 MIGRATED to testing (Debian testing watch)
  • [2022-07-18] Accepted cwm 7.1-1 (source) into unstable (James McDonald) (signed by: Adam Borowski)
  • [2020-06-20] cwm 6.6-2 MIGRATED to testing (Debian testing watch)
  • [2020-06-14] Accepted cwm 6.6-2 (source) into unstable (James McDonald) (signed by: Adam Borowski)
  • [2020-05-16] cwm 6.6-1 MIGRATED to testing (Debian testing watch)
  • [2020-05-11] Accepted cwm 6.6-1 (source) into unstable (James McDonald) (signed by: Adam Borowski)
  • [2018-11-30] cwm 6.3-1 MIGRATED to testing (Debian testing watch)
  • [2018-11-19] Accepted cwm 6.3-1 (source) into unstable (James McDonald) (signed by: Adam Borowski)
  • [2015-05-10] Accepted cwm 5.5-1+deb8u1 (source) into proposed-updates->stable-new, proposed-updates (James McDonald) (signed by: Jakub Wilk)
  • [2015-05-09] cwm 5.6-4 MIGRATED to testing (Britney)
  • [2015-04-28] Accepted cwm 5.6-4 (source) into unstable (James McDonald) (signed by: Jakub Wilk)
  • [2015-04-23] Accepted cwm 5.6-3 (source) into experimental (James McDonald) (signed by: Jakub Wilk)
  • [2015-04-19] Accepted cwm 5.6-2 (source) into experimental (James McDonald) (signed by: Jakub Wilk)
  • [2015-04-11] Accepted cwm 5.6-1 (source) into experimental (James McDonald) (signed by: Jakub Wilk)
  • [2014-06-03] cwm 5.5-1 MIGRATED to testing (Debian testing watch)
  • [2014-05-23] Accepted cwm 5.5-1 (source i386) (James McDonald) (signed by: Jakub Wilk)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 7.1-1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing