]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files
[debhelper.git] / debian / changelog
index 08ed8266b07690fe9f287db25fdc47d2c056aa16..4892e58d6a1aee5b4c7b23b50c225b81f21e0b12 100644 (file)
@@ -1,3 +1,23 @@
+debhelper (7.2.15) UNRELEASED; urgency=low
+
+  * dh_strip, dh_shlibdeps: Add support for OCaml shared libraries.
+    (Stephane Glondu) Closes: #527272, #532701
+  * dh_compress: Avoid compressing .svg and .sgvz files, since these
+    might be used as images on a html page, and also to avoid needing
+    to special case the .svgz extention when compressing svg.
+    Closes: #530253
+  * dh_scrollkeeper: Now a deprecated no-op. Closes: #530806
+  * dh_gconf: Remove postrm fragment that handled schema migration
+    from /etc to /usr. Closes: #531035
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 18 May 2009 15:42:04 -0400
+
+debhelper (7.2.14) unstable; urgency=low
+
+  * dh: Avoid writing log after override_dh_clean is run. Closes: #529228
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 18 May 2009 12:49:32 -0400
+
 debhelper (7.2.13) unstable; urgency=low
 
   * dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL.