Package: dwm / 6.6-1

Metadata

Package Version Patches format
dwm 6.6-1 3.0 (quilt)

Patch series

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

config.def.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 modified command and rules to use debian specific tools
 By default dwm uses st as terminal emulator
 this is modified now to use x-terminal-emulator
 command instead.
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
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