tags 459085 + patch pending
thanks
Hi,
Attached is the diff for my mirror 2.9-53.1 NMU.
I sponsored the NMU, but made minor changes to the patch (removed
changes I wasn't sure of). So here is the updated version. I uploaded
to DELAYED/3. Don't hesitate to tell me if you want me to delay it some
more, in case you want to do the upload yourself.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
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,13 @@
+mirror (2.9-53.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Fix bashism (Closes: #459085).
+ * debian/control:
+ + Add Homepage field.
+
+ -- 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
@@ -4,6 +4,7 @@
Maintainer: Ian Maclaine-cross <[EMAIL PROTECTED]>
Standards-Version: 3.6.2
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.