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-
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
2 matches
Mail list logo