Hi! Here is a NMU debdiff attached, that fix the current bashism in debian/rules.
Thanks -- Marco Rodrigues http://Marco.Tondela.org
diff -u pngcheck-2.0.0/debian/control pngcheck-2.0.0/debian/control --- pngcheck-2.0.0/debian/control +++ pngcheck-2.0.0/debian/control @@ -4,6 +4,7 @@ Maintainer: Lucas Wall <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0), libpng12-dev Standards-Version: 3.6.2 +Homepage: http://www.libpng.org/pub/png/apps/pngcheck.html Package: pngcheck Architecture: any @@ -21,2 +21,0 @@ - . - Homepage: http://www.libpng.org/pub/png/apps/pngcheck.html diff -u pngcheck-2.0.0/debian/changelog pngcheck-2.0.0/debian/changelog --- pngcheck-2.0.0/debian/changelog +++ pngcheck-2.0.0/debian/changelog @@ -1,3 +1,13 @@ +pngcheck (2.0.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Fix bashism (Closes: #477614). + * debian/control: + + Add Homepage field. + + -- Marco Rodrigues <[EMAIL PROTECTED]> Sun, 15 Jun 2008 21:04:57 +0100 + pngcheck (2.0.0-1) unstable; urgency=low * New upstream release. (closes: #355222) diff -u pngcheck-2.0.0/debian/rules pngcheck-2.0.0/debian/rules --- pngcheck-2.0.0/debian/rules +++ pngcheck-2.0.0/debian/rules @@ -10,7 +10,8 @@ dh_testdir dh_testroot rm -f build-stamp - rm -f *.{o,so} pngcheck + rm -f *.o pngcheck + rm -f *.so pngcheck dh_clean install: build

