Package: debmirror
Version: 1:2.4
Severity: minor
Tags: patch
Hi,
I found a few errors within debmirror's NEWS.Debian file, the most
notable within a change listed for version 1:2.0:
* Option --root=directory no longer requires "/" or ":" prefix
It is not possible to leave the default at "debian" and all
transfer methods should just work. For backwards compatibility
debmirror will remove a leading "/" or ":" if one is passed.
"It is not possible" should read "It is now possible" instead.
Three spelling errors were found in changes relating to older versions.
A patch is attached for all to be corrected.
Geoff
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages debmirror depends on:
ii bzip2 1.0.5-4 high-quality block-sorting file co
pn libcompress-zlib-perl <none> (no description available)
ii libdigest-sha1-perl 2.12-1 NIST SHA-1 message digest algorith
ii liblockfile-simple-perl 0.207-1 Simple advisory file locking
ii libwww-perl 5.834-1 Perl HTTP/WWW client/server librar
ii perl [libdigest-md5-perl] 5.10.1-9 Larry Wall's Practical Extraction
ii perl-modules [libnet-perl] 5.10.1-9 Core Perl modules
ii rsync 3.0.7-1 fast remote file copy program (lik
Versions of packages debmirror recommends:
ii ed 1.4-1 The classic UNIX line editor
ii gpgv 1.4.10-2 GNU privacy guard - signature veri
ii patch 2.6-2 Apply a diff file to an original
Versions of packages debmirror suggests:
ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep
-- no debconf information
diff -Nru debmirror-2.4/debian/NEWS debmirror-2.4/debian/NEWS
--- debmirror-2.4/debian/NEWS 2009-10-03 21:33:44.000000000 +1000
+++ debmirror-2.4/debian/NEWS 2010-01-23 20:57:10.000000000 +1100
@@ -44,7 +44,7 @@
* Option --root=directory no longer requires "/" or ":" prefix
- It is not possible to leave the default at "debian" and all
+ It is now possible to leave the default at "debian" and all
transfer methods should just work. For backwards compatibility
debmirror will remove a leading "/" or ":" if one is passed.
@@ -128,14 +128,14 @@
the index files are updated. That can result in files missing from
the mirror when the mirroring fails and the index files aren't
updated at the end (and also while debmirror runs). The
- --postcleanup does not have that effect but can lead to temporaily
+ --postcleanup does not have that effect but can lead to temporarily
more space usage on the mirror. If you are short on space you
might want to make sure you use --cleanup.
* Autodetecting non-existing archs and sections
In the past it was impossible to mirror i386,amd64 and sarge,etch
- because sarge has no amd64 architecture. Similary there is no
+ because sarge has no amd64 architecture. Similarly there is no
debian-installer section in contrib. Debmirror now ignores any
combination of arch, suite and section that does not exist locally
and is not listed in the Release file for the suite. This
@@ -143,7 +143,7 @@
mirror unknown archives like Ubuntu without problems.
Note that debmirror will fail when a combination of arch, suite
- and section that exists locally gets droped from the Release
+ and section that exists locally gets dropped from the Release
file. There is no danger of loosing a branch when the Release file
is corrupted or the upstream changes.