tags 729613 + pending
thanks

Dear maintainer,

This bug has been pending for some time, and needs fixing for new
ports, including arm64 which is building now:
(http://buildd.debian-ports.org/status/architecture.php?a=arm64&suite=sid).

This package is one of hundreds which need autoconf updates in order
to build on new architectures such as arm64, mips64el, ppc64el and
or1k. Reasons why reautoconfing is the recommended was to deal with
the general case of this problem, as well as details for maintainers
are covered in https://wiki.debian.org/Autoreconf

As you can see, a plain reautoconf works fine on this package, and is
a very simple patch, so I've prepared an NMU and uploaded it to
DELAYED/7. Please feel free to tell me if I should delay it longer.

The NMU for gtkgl2 is versioned as 2.0.1-2.2

Cheers
diff -u gtkgl2-2.0.1/debian/changelog gtkgl2-2.0.1/debian/changelog
--- gtkgl2-2.0.1/debian/changelog
+++ gtkgl2-2.0.1/debian/changelog
@@ -1,3 +1,11 @@
+gtkgl2 (2.0.1-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to update configurey for new architectures
+    (Closes: #729613)
+
+ -- Wookey <woo...@debian.org>  Fri, 18 Jul 2014 16:29:01 +0000
+
 gtkgl2 (2.0.1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gtkgl2-2.0.1/debian/control gtkgl2-2.0.1/debian/control
--- gtkgl2-2.0.1/debian/control
+++ gtkgl2-2.0.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 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), dh-autoreconf, libgtk2.0-dev (>= 2.0.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-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
diff -u gtkgl2-2.0.1/debian/rules gtkgl2-2.0.1/debian/rules
--- gtkgl2-2.0.1/debian/rules
+++ gtkgl2-2.0.1/debian/rules
@@ -6,6 +6,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autoreconf
 	./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_autoreconf_clean
 	dh_clean
 
 # Build architecture-independent files here.

Reply via email to