tags 515392 + patch thanks Dear maintainer,
I've prepared an NMU for survex (versioned as 1.0.39.1-2.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -u survex-1.0.39.1/debian/control survex-1.0.39.1/debian/control --- survex-1.0.39.1/debian/control +++ survex-1.0.39.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Wookey <woo...@survex.com> Standards-Version: 3.7.3 -Build-Depends: debhelper (>= 4.2.13), libx11-dev, libxext-dev, x-dev, libwxgtk2.6-dev, dpkg-dev (>= 1.13.19) +Build-Depends: debhelper (>= 4.2.13), libx11-dev, libxext-dev, x11proto-core-dev, libwxgtk2.6-dev, dpkg-dev (>= 1.13.19) Homepage: http://www.survex.com/ Package: survex diff -u survex-1.0.39.1/debian/changelog survex-1.0.39.1/debian/changelog --- survex-1.0.39.1/debian/changelog +++ survex-1.0.39.1/debian/changelog @@ -1,3 +1,15 @@ +survex (1.0.39.1-2.2) unstable; urgency=low + + [Jari Aalto] + * Non-maintainer upload. + * debian/control + - (Build-Depends): update obsolete x-dev to x11proto-core-dev. + (important RC bug; Closes: #515392). + * debian/rules + - (build-stamp): Check that DISPLAY is set before running tests. + + -- Jari Aalto <jari.aa...@cante.net> Wed, 31 Mar 2010 07:16:32 +0300 + survex (1.0.39.1-2.1) unstable; urgency=medium * Non-maintainer upload. diff -u survex-1.0.39.1/debian/rules survex-1.0.39.1/debian/rules --- survex-1.0.39.1/debian/rules +++ survex-1.0.39.1/debian/rules @@ -32,7 +32,7 @@ ./configure --prefix=/usr --mandir=\$${prefix}/share/man --enable-docdir=\$${prefix}/share/doc/survex CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" STRIP="$(STRIP)" $(MAKE) ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) - $(MAKE) check + [ ! "$DISPLAY" ] || $(MAKE) check endif touch build-stamp -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org