I've attached the debdiff for the NMU. Thanks
-- Marco Rodrigues http://Marco.Tondela.org
diff -u mirror-2.9/debian/changelog mirror-2.9/debian/changelog --- mirror-2.9/debian/changelog +++ mirror-2.9/debian/changelog @@ -1,3 +1,16 @@ +mirror (2.9-53.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Fix bashism (Closes: #459085). + * debian/control: + + Bump Standards-Version to 3.7.3 (no changes needed). + + Add Homepage field. + * debian/copyright: + + Update URL for download to the new one. + + -- Marco Rodrigues <[EMAIL PROTECTED]> Fri, 25 Jan 2008 11:39:19 +0000 + mirror (2.9-53) unstable; urgency=low * sites/debian changed to sites/Debian. diff -u mirror-2.9/debian/rules mirror-2.9/debian/rules --- mirror-2.9/debian/rules +++ mirror-2.9/debian/rules @@ -41,21 +41,23 @@ dh_testdir dh_testroot rm -f build-stamp - dh_clean + dh_clean binary-indep: build # dh_testversion ge 2.0.40 dh_testdir dh_testroot dh_clean -k - dh_installdirs + dh_installdirs # ## Copy the Debian source tree to the package. (cd $(debsrc); cp -a * $(debdir)) - chmod a+rx $(debin)/* + chmod a+rx $(debin)/* install -p -m 0755 mirror.pl $(deblib) - install -p -m 0644 {dateconv.pl,ftp.pl,lchat.pl,lsparse.pl} \ - $(deblib) + install -p -m 0644 dateconv.pl $(deblib) + install -p -m 0644 ftp.pl $(deblib) + install -p -m 0644 lchat.pl $(deblib) + install -p -m 0644 lsparse.pl $(deblib) dh_link usr/share/mirror/mirror.pl usr/bin/mirror dh_link usr/bin/mirrors usr/bin/debian-mirrors\ usr/share/man/man1/mirrors.1 usr/share/man/man1/debian-mirrors.1 @@ -67,12 +69,13 @@ install -p -m 0644 mm.man $(debman)/man1/mirror-master.1 install -p -m 0644 packages/* $(deblmjm)/packages/ install -p -m 0644 mmin $(deblmjm)/mm/ - install -p -m 0644 {mirror.defaults,mirror.nightly,support/*} \ - $(deblmjm) - install -p -m 0644 {mirror-faq.html,mirror-on-dusk.gif} \ - $(debdoc)/html - install -p -m 0644 mm.html $(debdoc)/html/mirror-mm.html - install -p -m 0644 mirror.html $(debdoc)/html/mirror-ref.html + install -p -m 0644 mirror.defaults $(deblmjm) + install -p -m 0644 mirror.nightly $(deblmjm) + install -p -m 0644 support/* $(deblmjm) + install -p -m 0644 mirror-faq.html $(debdoc)/html + install -p -m 0644 mirror-on-dusk.gif $(debdoc)/html + install -p -m 0644 mm.html $(debdoc)/html/mirror-mm.html + install -p -m 0644 mirror.html $(debdoc)/html/mirror-ref.html # install -p -m 0644 debian/doc-base $(debdir)/usr/share/doc-base/$(package) install -p -m 0644 debian/Debian $(debdir)/etc/mirror/sites/Debian @@ -120,7 +123,7 @@ binary-arch: build -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch diff -u mirror-2.9/debian/control mirror-2.9/debian/control --- mirror-2.9/debian/control +++ mirror-2.9/debian/control @@ -2,8 +2,9 @@ Section: net Priority: optional Maintainer: Ian Maclaine-cross <[EMAIL PROTECTED]> -Standards-Version: 3.6.2 +Standards-Version: 3.7.3 Build-Depends-Indep: debhelper (>=5), diff (>=2.8.1-6) +Homepage: http://www6.uniovi.es/mirror/ Package: mirror Architecture: all @@ -26,2 +26,0 @@ - . - From mirror.tar.gz 2.9 in Perl by Lee McLoughlin. diff -u mirror-2.9/debian/copyright mirror-2.9/debian/copyright --- mirror-2.9/debian/copyright +++ mirror-2.9/debian/copyright @@ -3,7 +3,7 @@ This package was put together by Dirk Eddelbuettel <[EMAIL PROTECTED]> from the sources obtained from - ftp://sunsite.org.uk/packages/mirror/mirror-2.9.tar.gz + http://www6.uniovi.es/mirror/ The maintainers of this Debian package are: 1996-2000 Dirk Eddelbuettel <[EMAIL PROTECTED]>