tags 663063 + patch tags 663063 + pending thanks Dear maintainer,
I've prepared an NMU for python-gtkglext1 (versioned as 1.1.0-9.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `-
diff -Nru python-gtkglext1-1.1.0/debian/changelog python-gtkglext1-1.1.0/debian/changelog --- python-gtkglext1-1.1.0/debian/changelog 2011-10-24 19:52:15.000000000 +0200 +++ python-gtkglext1-1.1.0/debian/changelog 2012-03-23 16:08:21.000000000 +0100 @@ -1,3 +1,12 @@ +python-gtkglext1 (1.1.0-9.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: dh_autoreconf: Can only be run once": + run dh_autoreconf in a new configure-stamp target before running configure + for each python version build. (Closes: #663063) + + -- gregor herrmann <[email protected]> Fri, 23 Mar 2012 16:07:43 +0100 + python-gtkglext1 (1.1.0-9) unstable; urgency=low * Added python-gtk2 in Depends (Closes: #645941) diff -Nru python-gtkglext1-1.1.0/debian/rules python-gtkglext1-1.1.0/debian/rules --- python-gtkglext1-1.1.0/debian/rules 2011-10-23 20:16:38.000000000 +0200 +++ python-gtkglext1-1.1.0/debian/rules 2012-03-23 16:05:27.000000000 +0100 @@ -20,10 +20,15 @@ .PRECIOUS: build-%/configure-stamp -build-%/configure-stamp: +configure-stamp: dh_testdir dh_autoreconf + touch $@ + +build-%/configure-stamp: configure-stamp + dh_testdir + mkdir -p build-$* cd build-$* && CFLAGS="$(CFLAGS)" PYTHON=/usr/bin/python$* ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \
signature.asc
Description: Digital signature

