[trigger-rally] 02/03: Disable strip commands
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Sep 7 15:41:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository trigger-rally.
commit 9b7dbfd0cd75ce9a74ea9e886e37781ea62d137b
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Sep 7 17:34:34 2016 +0200
Disable strip commands
---
debian/patches/disable-strip.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/debian/patches/disable-strip.patch b/debian/patches/disable-strip.patch
new file mode 100644
index 0000000..a279d48
--- /dev/null
+++ b/debian/patches/disable-strip.patch
@@ -0,0 +1,17 @@
+Description: We already strip our binaries, stripping them before means
+ we can't have dbg packages
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- trigger-rally-0.6.4+dfsg.orig/src/GNUmakefile
++++ trigger-rally-0.6.4+dfsg/src/GNUmakefile
+@@ -126,8 +126,8 @@ $(TR_EXEFILE): $(OBJFILES)
+ done;
+ @printf "\t-> %s\n" $@
+ $(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
+- @printf "strip\t%s\n" $@
+- @strip $@
++ #@printf "strip\t%s\n" $@
++ #@strip $@
+
+ #
+ # removes object files, dependency files, executable and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git
More information about the Pkg-games-commits
mailing list