Package: pioneers
Version: 0.10.2-1
Severity: minor
Tags: patch

hi

you should add   CFLAGS="$(CFLAGS)"
to the ./configure statement in debian/rules 

see patch

otherwise ,   DEB_BUILD_OPTIONS=noopt is totally ignored

a.


ps: I think that   DEB_BUILD_OPTIONS=debug and  DEB_BUILD_OPTIONS=nostrip
 are not working, as well

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)
--- pioneers-0.10.2/debian/rules        2006-09-24 14:43:30.000000000 +0200
+++ rules       2006-09-24 14:41:16.000000000 +0200
@@ -13,6 +13,7 @@
 # fixed.
 export AUTOMAKE_VERSION=1.9
 
+CFLAGS=-Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 else
@@ -49,7 +50,7 @@
        # So don't run configure from it.
        NOCONFIGURE=true ./autogen.sh
        ./configure --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man \
-               $(CONFIGUREFLAGS) --enable-warnings 
--disable-dependency-tracking
+               $(CONFIGUREFLAGS) CFLAGS="$(CFLAGS)" --enable-warnings 
--disable-dependency-tracking
        $(MAKE) $(LIBFLAGS)
        rsvg --width 32 --height 32 client/gtk/data/pioneers.svg pioneers32.png
        convert pioneers32.png pioneers.xpm

Attachment: signature.asc
Description: Digital signature

Reply via email to