[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg_1.16.1.1~bpo60+1_i386.changes REJECTED



Raphael Hertzog wrote:
> Given that debhelper depends on dpkg-dev >= 1.16.1 and that many packages
> already start using debhelper compat level 9 in order to support hardening
> build flags, I think it's important to have the latest dpkg-dev available.

  * Depend on dpkg-dev (>= 1.16.0) for multiarch support. Note to backporters:
    If you remove that dependency, debhelper will fall back to not doing
    multiarch stuff in v9 mode, which is probably what you want.

I don't know that multiatch would ever be wanted when building a backport, so
if dpkg-dev is being backported the debhelper backport probably needs to be
updated to disable multiatch

diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm
index 20b9fd4..f3d5872 100644
--- a/Debian/Debhelper/Buildsystem/autoconf.pm
+++ b/Debian/Debhelper/Buildsystem/autoconf.pm
@@ -39,7 +39,7 @@ sub configure {
 	push @opts, "--localstatedir=/var";
 	my $multiarch=dpkg_architecture_value("DEB_HOST_MULTIARCH");
 	if (! compat(8)) {
-	       if (defined $multiarch) {
+	       if (defined $multiarch && 0) {
 			push @opts, "--libdir=\${prefix}/lib/$multiarch";
 			push @opts, "--libexecdir=\${prefix}/lib/$multiarch";
 		}

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: