[Python-apps-team] Bug#656436: rdiff-backup: harmless option typo in bash-completion file

Rémi Laurent remi.laurent at conostix.com
Thu Jan 19 11:20:58 UTC 2012


Package: rdiff-backup
Version: 1.2.8-6+b1
Severity: minor
Tags: patch

There is a minor error in the provided bash-completion file within the
rdiff-backup package

----remote-schema is given instead of a simple --remote-schema

A straightforward patch is attached to this mail, I'm nearly ashamed to
post such a minor bug report


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rdiff-backup depends on:
ii  libc6                         2.11.2-10  Embedded GNU C Library: Shared lib
ii  librsync1                     0.9.7-7    rsync remote-delta algorithm libra
ii  python                        2.7.2-9    interactive high-level object-orie
ii  python-support                1.0.14     automated rebuilding support for P

Versions of packages rdiff-backup recommends:
ii  python-pylibacl               0.5.0-3+b1 module for manipulating POSIX.1e A
ii  python-pyxattr                0.5.0-3+b1 module for manipulating filesystem

rdiff-backup suggests no packages.

-- no debconf information
-------------- next part --------------
--- bash-completion.orig	2012-01-19 12:10:49.000000000 +0100
+++ bash-completion	2012-01-19 12:11:15.000000000 +0100
@@ -38,7 +38,7 @@
 		|--no-compression-regexp|-r|--restore-as-of|--remote-schema|
 		|--remove-older-than|--verify-at-time"
 
-	# Availible long options
+	# Available long options
 	longopts="--backup-mode --calculate-average --carbonfile --check-destination-dir \
 		--compare --compare-at-time --compare-full --compare-full-at-time \
 		--compare-hash --compare-hash-at-time --create-full-path --current-time \
@@ -53,12 +53,12 @@
 		--no-carbonfile --no-compare-inode --no-compression --no-compression-regexp  --no-eas \
 		--no-file-statistics --no-hard-links --null-separator --parsable-output  \
 		--override-chars-to-quote --preserve-numerical-ids --print-statistics --restore-as-of \
-		----remote-schema --remote-tempdir --remove-older-than --restrict \
+		--remote-schema --remote-tempdir --remove-older-than --restrict \
 		--restrict-read-only --restrict-update-only --ssh-no-compression --tempdir \
 		--terminal-verbosity --test-server --user-mapping-file --verbosity --verify \
 		--verify-at-time --version"
 
-	# Availible short options
+	# Available short options
 	shortopts="-b -l -r -v -V"
 
 	options=${longopts}" "${shortopts}


More information about the Python-apps-team mailing list