]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files
[debhelper.git] / debian / changelog
index 19f3df6ed6a09d5a60543508fe7f16dadc187750..4892e58d6a1aee5b4c7b23b50c225b81f21e0b12 100644 (file)
@@ -1,3 +1,17 @@
+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