]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Pass CPPFLAGS to qmake. Closes: #646129 Thanks, Felix Geyert
[debhelper.git] / debian / changelog
index f576c326d297da955ff0fb3d68d9f7f7340b02e8..a3a72c7a6403f06c008d929a3f15aaaefa38d850 100644 (file)
@@ -1,3 +1,22 @@
+debhelper (8.9.13) UNRELEASED; urgency=low
+
+  * Pass CPPFLAGS to qmake. Closes: #646129 Thanks, Felix Geyert
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 08 Dec 2011 18:27:02 -0400
+
+debhelper (8.9.12) unstable; urgency=low
+
+  * Debhelper config files may be made executable programs that output the
+    desired configuration. No further changes are planned to the config file
+    format; those needing powerful syntaxes may now use a programming language
+    of their choice. (Be careful aiming that at your feet.)
+    Closes: #235302, #372310, #235302, #614731,
+    Closes: #438601, #477625, #632860, #642129
+  * Added German translation of man pages, done by Chris Leick. Closes: #651221
+  * Typo fixes. Closes: #651224 Thanks, Chris Leick
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 07 Dec 2011 15:09:50 -0400
+
 debhelper (8.9.11) unstable; urgency=low
 
   * Fix broken option passing to objcopy. Closes: #649044