diff -Nru nspluginwrapper-0.9.91.5/debian/changelog nspluginwrapper-0.9.91.5/debian/changelog --- nspluginwrapper-0.9.91.5/debian/changelog 2008-01-05 00:54:00.000000000 -0600 +++ nspluginwrapper-0.9.91.5/debian/changelog 2008-01-05 00:54:00.000000000 -0600 @@ -1,3 +1,14 @@ +nspluginwrapper (0.9.91.5-1ubuntu2) hardy; urgency=low + + * Rebuild to fix ia32-libs 32UL userland library refresh. + (LP: #180491) + * debian/rules: + - Check for presence of config.mak before issuing make distclean. + * debian/control: + - No change standards-version bump to 3.7.3. + + -- William Pitcock Sat, 05 Jan 2008 00:46:28 -0600 + nspluginwrapper (0.9.91.5-1ubuntu1) gutsy; urgency=low [ Scott Kitterman ] diff -Nru /tmp/ATFrQIdQdz/nspluginwrapper-0.9.91.5/debian/control /tmp/cP0lOtbcNP/nspluginwrapper-0.9.91.5/debian/control --- nspluginwrapper-0.9.91.5/debian/control 2008-01-05 00:54:00.000000000 -0600 +++ nspluginwrapper-0.9.91.5/debian/control 2008-01-05 00:54:00.000000000 -0600 @@ -4,7 +4,7 @@ Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Rob Andrews Build-Depends: debhelper (>= 5), quilt, autotools-dev, libc6-dev-i386, libxt-dev, x11proto-core-dev, x11proto-xext-dev, libx11-dev, libatk1.0-dev, libfontconfig1-dev, libgtk2.0-dev, libglib2.0-dev, libpango1.0-dev, ia32-libs, gcc-multilib, g++-multilib -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Xs-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/nspluginwrapper/ubuntu Package: nspluginwrapper diff -Nru /tmp/ATFrQIdQdz/nspluginwrapper-0.9.91.5/debian/rules /tmp/cP0lOtbcNP/nspluginwrapper-0.9.91.5/debian/rules --- nspluginwrapper-0.9.91.5/debian/rules 2008-01-05 00:54:00.000000000 -0600 +++ nspluginwrapper-0.9.91.5/debian/rules 2008-01-05 00:54:00.000000000 -0600 @@ -47,7 +47,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) distclean + [ ! -f config.mak ] || $(MAKE) distclean dh_clean install: build