diff -Nru nagios-nrpe-2.8.1/debian/changelog nagios-nrpe-2.8.1/debian/changelog --- nagios-nrpe-2.8.1/debian/changelog 2008-07-12 01:10:17.000000000 +0100 +++ nagios-nrpe-2.8.1/debian/changelog 2008-07-12 01:10:17.000000000 +0100 @@ -1,3 +1,11 @@ +nagios-nrpe (2.8.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in debian/rules (Closes: #484412) + * Bump Standards-Version to 3.8.0. + + -- Chris Lamb Sat, 12 Jul 2008 01:09:21 +0100 + nagios-nrpe (2.8.1-1) unstable; urgency=low * New upstream release diff -Nru nagios-nrpe-2.8.1/debian/control nagios-nrpe-2.8.1/debian/control --- nagios-nrpe-2.8.1/debian/control 2008-07-12 01:10:17.000000000 +0100 +++ nagios-nrpe-2.8.1/debian/control 2008-07-12 01:10:17.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Debian Nagios Maintainer Group Uploaders: sean finney , Jason Thomas Build-Depends: debhelper (>= 4.0.0), openssl, dpatch, libssl-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Package: nagios-nrpe-server Architecture: any diff -Nru nagios-nrpe-2.8.1/debian/rules nagios-nrpe-2.8.1/debian/rules --- nagios-nrpe-2.8.1/debian/rules 2008-07-12 01:10:17.000000000 +0100 +++ nagios-nrpe-2.8.1/debian/rules 2008-07-12 01:10:17.000000000 +0100 @@ -28,7 +28,7 @@ dh_testroot if test -f Makefile; then $(MAKE) distclean; fi dh_clean - rm -f {build,install}-stamp + rm -f build-stamp install-stamp install: install-stamp install-stamp: build-stamp