summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-11 14:19:44 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-11 15:29:32 +0100
commit66264bb2662d4f8d8cbe9e50c689182c4566a92d (patch)
treefbd2f56166c9882317001ff7a553932023005349 /ChangeLog
parentfc08909f3af4cbe8a6351e61eab16ea23bf87ec1 (diff)
downloaddpkg-66264bb2662d4f8d8cbe9e50c689182c4566a92d.tar.gz
dpkg-buildpackage: new option to call arbitrary debian/rules targets
* scripts/dpkg-buildpackage.pl: Add new option --target/-T to allow a specific debian/rules target to be run. The new --as-root option forces the target to be run with root rights. Add support for the two common syntaxes for long options ("--admindir=…" and "--admindir …"). * man/dpkg-buildpackage.1: Update documentation accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed22cf196..7c765247a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-11 Raphael Hertzog <hertzog@debian.org>
+ * scripts/dpkg-buildpackage.pl: Add new option --target/-T to
+ allow a specific debian/rules target to be run. The new --as-root
+ option forces the target to be run with root rights.
+ Add support for the two common syntaxes for long
+ options ("--admindir=…" and "--admindir …").
+ * man/dpkg-buildpackage.1: Update documentation accordingly.
+
+2009-02-11 Raphael Hertzog <hertzog@debian.org>
+
* man/dpkg-buildpackage.1: Fix name of binary target in default
case.