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 17:52:15.000000000 +0000 +++ python-gtkglext1-1.1.0/debian/changelog 2012-03-23 15:08:21.000000000 +0000 @@ -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 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 18:16:38.000000000 +0000 +++ python-gtkglext1-1.1.0/debian/rules 2012-03-23 15:05:27.000000000 +0000 @@ -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 \