Package: dwm
Version: 4.7-2
Followup-For: Bug #436781

As I am working on it (updating my own build; I was still in 4.3 ;),
here is a trivial patch to solve the issue.

Tiago Saboga.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22sofocles1 (SMP w/1 CPU core)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dwm depends on:
ii  libc6                         2.7-4      GNU C Library: Shared libraries
ii  libx11-6                      2:1.0.3-7  X11 client-side library

Versions of packages dwm recommends:
ii  dwm-tools                     26-1       dynamic window manager (tools)

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03-do-not-strip-binaries.dpatch by Tiago Saboga <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Do not always strip binaries (Closes: #436781).

@DPATCH@
diff -urNad dwm-4.7~/config.mk dwm-4.7/config.mk
--- dwm-4.7~/config.mk  2007-11-21 18:18:41.000000000 -0200
+++ dwm-4.7/config.mk   2008-01-04 13:26:37.000000000 -0200
@@ -16,7 +16,7 @@
 
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -s ${LIBS}
+LDFLAGS = ${LIBS}
 #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 

Reply via email to