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

[glibc] 04/04: debian/rules.d/build.mk, debian/control.in/main: use dh_update_autotools_config from debhelper instead of dh_autotools-dev_updateconfig from autotools-dev.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit 56d99a2c191f74e0db85715985d4ec496ad6ea95
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Aug 26 23:23:37 2017 +0200

    debian/rules.d/build.mk, debian/control.in/main: use dh_update_autotools_config from debhelper instead of dh_autotools-dev_updateconfig from autotools-dev.
---
 debian/changelog        | 3 +++
 debian/control          | 2 +-
 debian/control.in/main  | 2 +-
 debian/rules.d/build.mk | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1b9964..ab407cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ glibc (2.25-0experimental3) UNRELEASED; urgency=medium
   * debian/sysdeps/hurd.mk: disable stack-protector on the Hurd.
   * debian/patches/kfreebsd/local-sysdeps.diff: update to revision 6172 (from
     glibc-bsd).
+  * debian/rules.d/build.mk, debian/control.in/main: use
+    dh_update_autotools_config from debhelper instead of
+    dh_autotools-dev_updateconfig from autotools-dev.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 Aug 2017 16:23:18 +0200
 
diff --git a/debian/control b/debian/control
index aa2aedf..bb8a00c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: glibc
 Section: libs
 Priority: required
 Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, quilt,
- autoconf, autotools-dev, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf,
+ autoconf, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf,
  linux-libc-dev (>= 3.9) [linux-any],
  libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
  mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386],
diff --git a/debian/control.in/main b/debian/control.in/main
index bf284de..c007645 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -2,7 +2,7 @@ Source: glibc
 Section: libs
 Priority: required
 Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, quilt,
- autoconf, autotools-dev, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf,
+ autoconf, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf,
  linux-libc-dev (>= 3.9) [linux-any],
  libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
  mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386],
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 9641c1a..f374bf2 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -22,7 +22,7 @@ endif
 
 $(stamp)config_sub_guess: $(stamp)patch
 	@echo Updating config.sub and config.guess
-	dh_autotools-dev_updateconfig
+	dh_update_autotools_config
 	touch $@
 
 $(patsubst %,mkbuilddir_%,$(GLIBC_PASSES)) :: mkbuilddir_% : $(stamp)mkbuilddir_%

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: