]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / debian / changelog
index b2f9b0ffbda0055bd1eeaef89a19ce52b3bba6df..1d445a143bcfc233ef99323e18aceceeaffa1512 100644 (file)
@@ -1,5 +1,6 @@
 debhelper (8.1.3) UNRELEASED; urgency=low
 
+  [ Joey Hess ]
   * dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used
     in some rule other than clean, perhaps to clean up an intermediate
     build before a second build is run, debian/rules clean still runs it.
@@ -8,11 +9,19 @@ debhelper (8.1.3) UNRELEASED; urgency=low
     changes may be added to that mode.
   * Support multiarch in v9. Thanks, Steve Langasek. Closes: #617761
   * dh_auto_configure: Support multiarch in v9 by passing multiarch
-    directories to --libdir and --libexecdir. dpkg-dev (>= 1.16.0)
-    is needed for this to be done, so packages should build-depend on it.
+    directories to --libdir and --libexecdir.
   * dh_makeshlibs: Detect packages using multiarch directories and
-    make ${misc:Pre-Depends} expand to multiarch-support. Also needs
-    a new enough dpkg-dev.
+    make ${misc:Pre-Depends} expand to multiarch-support.
+  * Depend on dpkg-dev (>= 1.16.0) for multiarch support. Note to backporters:
+    If you remove that dependency, debhelper will fall back to not doing
+    multiarch stuff in v9 mode, which is probably what you want.
+  * Removed old example rules files.
+  * dh_installgsettings: New command to handle gsettings schema files.
+    Closes: #604727
+
+  [ Valery Perrin ]
+  * update french translation.
+  * Fix french misspelling.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 27 Feb 2011 15:43:12 -0400