---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d488fda..0a74b3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ tig (0.9-2) unstable; urgency=low
      - Build-Depends on libncursesw5-dev instead of libncurses5-dev.
      - Pass “LDLIBS=-lncursesw” to the “make all doc” call, overriding
        the default “LDLIBS ?= -lcurses”.
+  * Fix “CFLAGS="$(FLAGS)"” typo in debian/rules, preventing CFLAGS from
+    being passed as they should.
 
  -- Cyril Brulebois <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 14:59:33 +0100
 
diff --git a/debian/rules b/debian/rules
index 966ee2a..0d11d0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ build: build-stamp
 build-stamp:
        dh_testdir
        
-       CFLAGS="$(FLAGS)" $(MAKE) all doc LDLIBS=-lncursesw
+       CFLAGS="$(CFLAGS)" $(MAKE) all doc LDLIBS=-lncursesw
        touch build-stamp
 
 clean:
-- 
1.5.3.7




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to