Package: wmdrawer / 0.10.5-2

Metadata

Package Version Patches format
wmdrawer 0.10.5-2 3.0 (quilt)

Patch series

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

Makefile | 12 4 + 8 - 0 !
1 file changed, 4 insertions(+), 8 deletions(-)

 makefile patches.
 This patch combines several pre-quilt patches to the Makefile.  In particular,
 * Use /usr instead of /usr/local.
 * Choose gdk-pixbuf-2.0 for the image library.
 * Do not strip binary (fix for bug #438269).
 * Do not install upstream manpage.  (Instead, we use dh_installman to install
   a manpage from the debian directory.)
 * Do not install COPYING or INSTALL.  (We depart from the original patches and
   now use dh_installdocs, dh_installchangelogs, and dh_installexamples for the
   remaining doc files.)
fix 641336.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with ld --as-needed.
fix 599382.patch | (download)

wmdrawer.c | 36 28 + 8 - 0 !
1 file changed, 28 insertions(+), 8 deletions(-)

 avoid segfault when receiving ctrl-c twice.
hardening.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 honor cppflags and don't overwrite cflags/ldflags for hardening.