tags 549483 + pending thanks Dear maintainer,
I've prepared an NMU for axe (versioned as 6.1.2-15.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. diff -u axe-6.1.2/debian/control axe-6.1.2/debian/control --- axe-6.1.2/debian/control +++ axe-6.1.2/debian/control @@ -2,7 +2,7 @@ Section: non-free/editors Priority: optional Maintainer: Hwei Sheng Teoh <hst...@debian.org> -Build-Depends: debhelper (>=5.0.14), tcl8.4-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils +Build-Depends: debhelper (>=5.0.14), tcl8.4-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils-dev Standards-Version: 3.6.2.2 Package: axe diff -u axe-6.1.2/debian/changelog axe-6.1.2/debian/changelog --- axe-6.1.2/debian/changelog +++ axe-6.1.2/debian/changelog @@ -1,3 +1,18 @@ +axe (6.1.2-15.1) unstable; urgency=low + + [Jari Aalto] + * Non-maintainer upload. + * debian/control + - (Build-Depends): update obsolete xutils to xutils-dev. + Thanks to Ubuntu patch by Alfonso Cepeda Caballos + <cep...@gmail.com>. http://launchpad.net/bugs/433391 + (important FTBFS; Closes: #549483). + * debian/rules + - (clean): Define CC variable. + - (stamp-build): Define CC variable. + + -- Jari Aalto <jari.aa...@cante.net> Sat, 27 Mar 2010 17:40:16 +0200 + axe (6.1.2-15) unstable; urgency=low * Fix Build-Depends: depend on explicit libraries, not obsoleted @@ -163,3 +178 @@ -Local variables: -mode: debian-changelog -End: + diff -u axe-6.1.2/debian/rules axe-6.1.2/debian/rules --- axe-6.1.2/debian/rules +++ axe-6.1.2/debian/rules @@ -5,14 +5,14 @@ build: stamp-build stamp-build: dh_testdir - xmkmf -a + CC=gcc xmkmf -a $(MAKE) Xaw3d all touch $@ clean: dh_testdir dh_testroot - [ -f Makefile ] || (xmkmf && $(MAKE) Makefiles) + [ -f Makefile ] || (CC=gcc xmkmf && $(MAKE) Makefiles) $(MAKE) clean rm -fr X11 Help/X11 rm -f Widgets/X11/Xaw3d/X11/* -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org