Package: config-manager
Version: 0.4-2.1
Followup-For: Bug #727346
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu utopic ubuntu-patch

Dear Maintainer,

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

  * Use autotools-dev to update config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers utopic-updates
  APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.15.0-5-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u config-manager-0.4/debian/control config-manager-0.4/debian/control
--- config-manager-0.4/debian/control
+++ config-manager-0.4/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Robert Collins <robe...@robertcollins.net>
 Build-Depends: debhelper (>= 7.0.0), python-dev, python (>= 2.4), bzr (>=0.6), python-support,
- libgetopt++-dev, docbook-to-man
+ libgetopt++-dev, docbook-to-man, autotools-dev
 Standards-Version: 3.8.3.0
 XS-Python-Version: current
 
diff -u config-manager-0.4/debian/rules config-manager-0.4/debian/rules
--- config-manager-0.4/debian/rules
+++ config-manager-0.4/debian/rules
@@ -26,6 +26,7 @@
 
 config.status: configure
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	# must make it executable
 	chmod +x ./configure
 
@@ -52,6 +53,7 @@
 	-$(MAKE) distclean
 	rm -fr build
 
+	dh_autotools-dev_restoreconfig
 	dh_clean 
 
 install: build

Reply via email to