~ubuntu-branches/ubuntu/utopic/debhelper/utopic-proposed

« back to all changes in this revision

Viewing changes to Debian/Debhelper/Buildsystem/autoconf.pm

  • Committer: Package Import Robot
  • Author(s): Joey Hess
  • Date: 2014-06-13 11:50:09 UTC
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: package-import@ubuntu.com-20140613115009-ecoqqbcwmp1ux0rz
Tags: 9.20140613
* Pass --disable-silent-rules in dh_auto_configure if DH_VERBOSE is set.
  Closes: #751207. Thanks, Helmut Grohne.
* Minor typos. Closes: #741144, #744176
* dh_installinit: Fix uninitialized value warning when --name is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        push @opts, "--infodir=\${prefix}/share/info";
38
38
        push @opts, "--sysconfdir=/etc";
39
39
        push @opts, "--localstatedir=/var";
 
40
        if (defined $ENV{DH_VERBOSE} && $ENV{DH_VERBOSE} ne "") {
 
41
                push @opts, "--disable-silent-rules";
 
42
        }
40
43
        my $multiarch=dpkg_architecture_value("DEB_HOST_MULTIARCH");
41
44
        if (! compat(8)) {
42
45
               if (defined $multiarch) {