summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c4bb14)
raw | patch | inline | side by side (parent: 8c4bb14)
author | Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> | |
Sat, 29 Mar 2008 17:28:48 +0000 (18:28 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 30 Mar 2008 11:09:53 +0000 (13:09 +0200) |
I slightly adopted Cyril's changelog entry to my own preferences.
-tokkee
-tokkee
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 3dc427666bb8fb363eabf4589c258d024adbd363..3c29b503617d7a171c4c7d60bd498c87772e29e1 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Added versioned build dependency on dpkg-dev (>= 1.14.6).
* Improved package description as suggested by Adeodato Simó
(Closes: #469290).
+ * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
+ Cyril Brulebois for the patch.
- -- Sebastian Harl <sh@tokkee.org> Sat, 29 Mar 2008 18:05:58 +0100
+ -- Sebastian Harl <sh@tokkee.org> Sat, 29 Mar 2008 18:21:49 +0100
tig (0.9.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index e43e5a3f7b5391748332a15cd5092524275c8c4b..962b55975a01ffb146d469af358be0e11175e598 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
build-stamp:
dh_testdir
- CFLAGS="$(FLAGS)" $(MAKE) all doc
+ CFLAGS="$(CFLAGS)" $(MAKE) all doc
touch build-stamp