Package: dwm / 6.1-5

Metadata

Package Version Patches format
dwm 6.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_replace_term_cmd.patch | (download)

config.def.h | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 modified command and rules to use debian specific tools
 By default dwm uses uxterm as terminal emulator
 this is modified now to use x-terminal-emulator
 command instead.
 .
 Also patch modifies class rules to use Iceweasel instead of Firefox
 as that is the replacement for Firefox on Debian system.
2002_inject_hardening_flags.patch | (download)

config.mk | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 modification to allow dpkg-buildflags
 This modification allows the dpkg-buildflags to inject compilation
 flags in addition to vendor specific patches. Also this patch removes
 -Os from upstream allowing use DEB_BUILD_OPTIONS=noopt
2003_transparent_makefile.patch | (download)

Makefile | 34 17 + 17 - 0 !
1 file changed, 17 insertions(+), 17 deletions(-)

 commands in makefile should be visible while execution
 This patch removes @ from the Makefile so that command execution is
 visible to every one when DH_VERBOSE=1
2004_use_system_searchpaths.patch | (download)

config.mk | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 fix ftbfs on mipsel* due to custom library search paths.
 This patch removes library search -L/usr/lib and include paths
 defined by upstream. Since all the libraries and headers needed are
 available in default path these flags are redundant also since