dwm 6.5-1 source package in Ubuntu

Changelog

dwm (6.5-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Update Build-Depends libfreetype6-dev to libfreetype-dev and sort list
      in alphabetical order.
    - Bump Standards-Version to 4.7.0.
    - Change homepage URL to plain HTTP.
  * debian/copyright:
    - Change Source URL to plain HTTP.
    - Update copyright for new upstream release.
  * debian/desktop/dwm.desktop:
    - Add new entries for xdg-desktop-portal 1.17.x. Thanks to Nicholas Bamber
      <email address hidden> for the patch, closes: #1051002.
  * debian/dwm.install:
    - Install dwm-portals.conf in /usr/share/xdg-desktop-portal, for
      xdg-desktop-portal 1.17.x.
  * debian/dwm.lintian-overrides:
    - Add desktop-entry-lacks-keywords-entry and spare-manual-page overrides.
    - Remove unused menu-command-not-in-package override.
  * debian/patches/*:
    - Refresh patches for new upstream release.
  * debian/upstream/metadata:
    - Add Bug-Submit field.
    - Change URLs to plain HTTP.
  * debian/xdg-desktop-portal/dwm-portals.conf:
    - Add portals configuration file for dwm, for xdg-desktop-portal 1.17.x.
  * debian/watch:
    - Change URL to plain HTTP.

 -- Matteo Bini <email address hidden>  Thu, 25 Apr 2024 16:23:37 +0200

Upload details

Uploaded by:
Matteo Bini
Uploaded to:
Sid
Original maintainer:
Matteo Bini
Architectures:
any
Section:
x11
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe x11

Downloads

File Size SHA-256 Checksum
dwm_6.5-1.dsc 1.7 KiB 476e66ce3a1d9f85e111bee3e4030cc7a122c1930a7d6b86339b2b630292bc1e
dwm_6.5.orig.tar.gz 25.0 KiB 21d79ebfa9f2fb93141836c2666cb81f4784c69d64e7f1b2352f9b970ba09729
dwm_6.5-1.debian.tar.xz 12.8 KiB d8190a02f0d447f02198db9706a1bad3b1b97b47a765e078a8cbb8b0a7bd0ac3

Available diffs

No changes file available.

Binary packages built by this source

dwm: dynamic window manager

 dwm is a minimalistic window manager. It manages windows in tiling and floating
 modes. Either mode can be applied dynamically, depending on the application in
 use and the task performed.
 .
 In tiling mode windows are managed in a master and stacking column. The master
 column contains the window which needs most attention at a time, whereas the
 stacking column contains all other windows in a stack. Dialog windows are
 managed floating, however.
 .
 In floating mode windows can be resized and moved freely. Windows are grouped
 by tags. All windows with a specific tag can be viewed at a time. But each
 window may contain more than one tag, which makes it visible in several views.
 .
 Please notice that dwm is currently customized through editing its source code,
 so you probably want to build your own dwm packages. This package is compiled
 with the default configuration and should just give you an idea about what dwm
 brings to your desktop.

dwm-dbgsym: debug symbols for dwm