]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
releasing version 7.0.0
[debhelper.git] / debian / changelog
index eb654ceb8e757c65a1384a1b7ab4021026655d4c..9f554506181966d6a9743869c9f2e7b1e07aad39 100644 (file)
@@ -1,9 +1,9 @@
-debhelper (7.0.0) UNRELEASED; urgency=low
+debhelper (7.0.0) unstable; urgency=low
 
-  * dh_clean: Don't delete core dumps. (Too DWIM, and "core" is not
-    necessarily a core dump.) Closes: #477391
-  * Record debhelper commands that successfully finish in a per-package log
-    file.
+  * dh: New program that runs a series of debhelper commands in a sequence.
+    This can be used to construct very short rules files (as short as 3
+    lines), while still exposing the full power of debhelper when it's
+    needed.
   * dh_auto_configure: New program, automates running ./configure,
     Makefile.PL, and python distutils. Calls them with exactly the same
     options as cdbs does by default, and allows adding/overriding options.
@@ -18,20 +18,23 @@ debhelper (7.0.0) UNRELEASED; urgency=low
     setup.py to install. Supports the PREFIX=/usr special case needed by
     MakeMaker Makefiles. (Support for cmake and other build systems planned
     but not yet implemented.)
-  * New v7 mode, which only has one change from v6, and is the new
-    recommended default.
-  * dh_install: if --sourcedir is not specified, first look for files in
-    debian/tmp, and then will look in the current directory. This allows
-    dh_install to interoperate with dh_auto_install without needing any
+  * New v7 mode, which only has three changes from v6, and is the new
+    recommended default, especially when using dh.
+  * dh_install: In v7 mode, if --sourcedir is not specified, first look for
+    files in debian/tmp, and then will look in the current directory. This
+    allows dh_install to interoperate with dh_auto_install without needing any
     special parameters.
-  * dh: New program that runs a series of debhelper commands in a sequence.
-    This can be used to construct very short rules files (as short as 3
-    lines), while still exposing the full power of debhelper when it's
-    needed.
+  * dh_clean: In v7 mode, read debian/clean and delete all files listed
+    therein.
+  * dh_clean: In v7 mode, automatically delete *-stamp files.
   * Add a Makefile and simplify this package's own rules file using
     all the new toys.
+  * dh_clean: Don't delete core dumps. (Too DWIM, and "core" is not
+    necessarily a core dump.) Closes: #477391
+  * dh_prep: New program, does the same as dh_clean -k (which will be
+    deprecated later).
 
- -- Joey Hess <joeyh@debian.org>  Tue, 22 Apr 2008 17:54:20 -0400
+ -- Joey Hess <joeyh@debian.org>  Wed, 23 Apr 2008 23:14:57 -0400
 
 debhelper (6.0.12) unstable; urgency=low