Package: gtkgl2
Version: 2.0.1-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

Please use the attached patch to update config.{sub,guess} for the AArch64 port
(arm64).

In Ubuntu, the attached patch was applied to achieve the following:
  * Use dh_autotools-dev to update config.{sub,guess} for new ports.

Thanks for considering the patch.

Thanks again,
Logan Rosen



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

Kernel: Linux 3.12.0-2-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
=== modified file 'debian/control'
--- debian/control	2013-04-10 20:43:22 +0000
+++ debian/control	2013-11-14 23:16:20 +0000
@@ -4,7 +4,7 @@
 Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
 XSBC-Original-Maintainer: Sam Hocevar <s...@debian.org>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8.0), libgtk2.0-dev (>= 2.0.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Build-Depends: debhelper (>= 8.0), libgtk2.0-dev (>= 2.0.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, autotools-dev
 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/gtkgl2
 Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/gtkgl2/
 Homepage: http://www.mono-project.com/GtkGLArea

=== modified file 'debian/rules'
--- debian/rules	2011-06-19 19:21:58 +0000
+++ debian/rules	2013-11-14 23:16:13 +0000
@@ -6,6 +6,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	./configure --prefix=/usr --with-lib-GL
 	$(MAKE) LIBS+=-lX11
 	touch $@
@@ -15,6 +16,7 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 # Build architecture-independent files here.

Reply via email to