Descrpition: Don't strip fbxkb binary in Makefile, let dh_strip do this Author: Dmitry Borisyuk Bug-Debian: https://bugs.debian.org/436824 --- a/Makefile +++ b/Makefile @@ -31,9 +31,6 @@ TARGET = fbxkb $(TARGET): $(OBJ) $(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $@ -ifeq (,$(DEVEL)) - strip $@ -endif all: $(TARGET)