From f72b0db0446788a867c5115845b28371ab5f0e9b Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Tue, 9 Jun 2009 14:24:04 +0300 Subject: Implement source directory switching support (Closes: #530597). * New optional option --sourcedirectory/-d. * New Buildsystem API methods for getting source directory/path (since sourcedir may no longer be topdir), source 2 build directory convertions, doit_in_sourcedir() etc. * clean_builddir() -> rmdir_builddir() rename. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8d158786..021f7877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ debhelper (7.3.0) UNRELEASED; urgency=low * Modular object oriented dh_auto_* buildsystem support, contributed by Modestas Vainius + - dh_auto_* --sourcedirectory can now be used to specify a source + directory if sources and/or the whole buildsystem lives in other + but the top level directory. Closes: #530597 - dh_auto_* --builddirectory can now be used to specify a build directory to use for out of source building, for build systems that support it. Closes: #480577 -- cgit v1.2.3