[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#230051: amphetamine: Binary is always stripped



Package: amphetamine
Version: 0.8.10-5
Severity: minor
Tags: patch

Trying to build an unstripped binary fails, even with
export DEB_BUILD_OPTIONS="nostrip"

The following patch disables stripping if desired:
--- Makefile.orig       2004-01-26 21:41:07.000000000 +0100
+++ Makefile    2004-01-26 21:58:27.000000000 +0100
@@ -74,7 +74,7 @@
 .PHONY : install
 install: amph
        @./mkinstalldirs ${INSTALL_DIR} ${PREFIX}/games
-       @install -cs ./amph ${PREFIX}/games
+       @install -c ./amph ${PREFIX}/games
 #      @ln -s ${INSTALL_DIR}/amph ${PREFIX}/bin/amph

 # This is what makemake added

You can also remove -c, since that is (according to the man page of
install, anyways) ignored.

-- System Information:
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux sixtyfor 2.4.21-pre1 #1 Don Okt 2 18:27:25 CEST 2003 alpha
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages amphetamine depends on:
ii  amphetamine-data            0.8.7-9      data files for the game "Amphetami
ii  libc6.1                     2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.3.2-4    GCC support library
ii  libsdl1.2debian             1.2.6-2      Simple DirectMedia Layer
ii  libstdc++5                  1:3.3.2-4    The GNU Standard C++ Library v3
ii  xlibs                       4.2.1-12.1   X Window System client libraries

-- no debconf information
-- 
Helge Kreutzmann, Dipl.-Phys.               Helge.Kreutzmann@itp.uni-hannover.de
  gpg signed mail preferred    gpg-key: finger kreutzm@rigel.itp.uni-hannover.de
    64bit GNU powered                  http://www.itp.uni-hannover.de/~kreutzm
       Help keep free software "libre": http://www.freepatents.org/

Attachment: pgp42EViuuJIa.pgp
Description: PGP signature


Reply to: