Package: dhcping
Version: 1.2-4
Followup-For: Bug #533687
User: debian-de...@lists.debian.org
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Use autotools-dev for newer arches (closes: Bug#533687)


This debdiff may contain extraneous metadata. If so, kindly please ignore
them. Thanks for considering the patch!


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u dhcping-1.2/debian/rules dhcping-1.2/debian/rules
--- dhcping-1.2/debian/rules
+++ dhcping-1.2/debian/rules
@@ -37,6 +37,7 @@
 endif
 
 build:
+	dh_autotools-dev_updateconfig
 	test -f config.cache || ./configure
 	$(MAKE) CFLAGS="$(CFLAGS)"
 	touch stamp-build
@@ -46,6 +47,8 @@
 	rm -f stamp-build
 	test ! -f Makefile || $(MAKE) distclean
 	rm -rf *~ copyright.txt
+	dh_autotools-dev_restoreconfig
+	dh_clean
 
 debclean:
 # Cleans debian binary directories to allow binary creation
diff -u dhcping-1.2/debian/control dhcping-1.2/debian/control
--- dhcping-1.2/debian/control
+++ dhcping-1.2/debian/control
@@ -1,7 +1,9 @@
 Source: dhcping
 Section: admin
 Priority: optional
-Maintainer: Martin Schulze <j...@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Martin Schulze <j...@debian.org>
+Build-Depends: debhelper, autotools-dev
 Standards-Version: 3.6.2
 
 Package: dhcping
diff -u dhcping-1.2/debian/changelog dhcping-1.2/debian/changelog

Reply via email to