Bug#436824:

2014-10-12 Thread Dmitry Borisyuk
Control: tags -1 patch --- a/Makefile +++ b/Makefile @@ -31,9 +31,9 @@ TARGET = fbxkb $(TARGET): $(OBJ) $(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $@ -ifeq (,$(DEVEL)) - strip $@ -endif +#ifeq (,$(DEVEL)) +# strip $@ +#endif all: $(TARGET) -- To UNSUBSCRIBE, email to debian-

Bug#436824: fbxkb: not handling nostrip build option (policy 10.1)

2007-08-09 Thread Julien Danjou
Package: fbxkb Version: 0.6-1 Severity: wishlist User: [EMAIL PROTECTED] Usertags: nostrip Hello, There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. If you call dh_strip correctly in debian/rules, this may mean that upstream is