Package: debhelper Version: 9.20130518 Severity: whishlist X-Debbugs-CC: pkg-php-p...@lists.alioth.debian.org
Hi Joey, For the pkg-php-tools [1] package, which enhance debhelper, I need to change the sourcedir when building PECL [2] package. [1]: http://anonscm.debian.org/gitweb/?p=pkg-php/pkg-php-tools.git;a=summary [2]: http://www.php.net/manual/en/install.pecl.phpize.php The wanted workflow on configure: - set sourcedir to Foo-0.0.0 - phpize - pass to parent Debian::Debhelper::Buildsystem::autoconf configure() - set sourcedir back to top The wanted workflow on build: - set sourcedir to Foo-0.0.0 - pass to parent Debian::Debhelper::Buildsystem::autoconf build() - set sourcedir back to top The wanted workflow on install: - set sourcedir to Foo-0.0.0 - pass to parent Debian::Debhelper::Buildsystem::autoconf install() - set sourcedir back to top Wanted API: - push_sourcedir (with the same checks as in Debian::Debhelper::Buildsystem::new()) - pop_sourcedir Or: - set_sourcedir (with the same checks as in Debian::Debhelper::Buildsystem::new()) I'm open to any better solution. Regards -- Mathieu Parent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org