summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authormartin@piware.de <>2010-06-11 10:01:27 +0200
committermartin@piware.de <>2010-06-11 10:01:27 +0200
commitfdd739c74dcf266a7cb2f3688ea11afec4055f2c (patch)
treedd76a6d78b34f87be5d7ca63f2ad037861b06e8d /debian/changelog
parent31e1187be48846395cb3b57f0e9a731261a1484c (diff)
* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bd328fd08..483fff9c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
* Italian translation update. Closes: #581742
[ Martin Pitt ]
+ * debian/rules:
+ - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
+ CXXFLAGS.
* apt-pkg/contrib/fileutl.{h,cc}:
- Add support for transparent reading of gzipped files.
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.