diff options
author | B. Stack <bgstack15@gmail.com> | 2022-10-10 10:34:56 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-10-10 10:34:56 -0400 |
commit | 4767a3eb78e2e8286160000c203d1b91357614f7 (patch) | |
tree | b3ecf8f3ba45c40f95efc8bc024e36cd5a61a8ed /debian/patches/dont-forcibly-strip.patch | |
parent | readd all images (diff) | |
download | fbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.tar.gz fbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.tar.bz2 fbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.zip |
original 0.6 source codeorig
from debian's orig.tar.gz. The original app is from sourceforge:
https://fbxkb.sourceforge.net/index.html
Diffstat (limited to 'debian/patches/dont-forcibly-strip.patch')
-rw-r--r-- | debian/patches/dont-forcibly-strip.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/dont-forcibly-strip.patch b/debian/patches/dont-forcibly-strip.patch deleted file mode 100644 index c8b509b..0000000 --- a/debian/patches/dont-forcibly-strip.patch +++ /dev/null @@ -1,15 +0,0 @@ -Descrpition: Don't strip fbxkb binary in Makefile, let dh_strip do this -Author: Dmitry Borisyuk <q1werty@i.com.ua> -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) - |