summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-13 17:51:51 -0400
committerJoey Hess <joey@kitenet.net>2011-06-13 17:51:51 -0400
commit76bef55d5688196036574162b134860fcc3ca574 (patch)
tree57d34382224d638d8e20f7f49ada233190e51f6d /debian
parentb6f4fc5506a937639e85eb5fc27a8df89c605b02 (diff)
make standard targets support a v9 feature
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c24fdea..a626a3e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ debhelper (8.1.7) UNRELEASED; urgency=low
* Fix example. Closes: #627534
* Fix error message. Closes: #628053
* dh_movefiles: Optimise use of xargs. Closes: #627737
- * dh: Now any standard rules file targets, including build-arch,
+ * dh: In v9, any standard rules file targets, including build-arch,
build-indep, build, install, etc, can be defined in debian/rules
without needing to explicitly tell make the dependencies between
the targets. Closes: #629139