[PATCH] Accept -C for --check-depends-algorithm

Nelson Elhage nelhage at mit.edu
Mon Sep 14 22:23:00 UTC 2009


Signed-off-by: Nelson Elhage <nelhage at mit.edu>
---
 lib/Sbuild/Options.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sbuild/Options.pm b/lib/Sbuild/Options.pm
index 31a98c5..b7248f5 100644
--- a/lib/Sbuild/Options.pm
+++ b/lib/Sbuild/Options.pm
@@ -75,7 +75,7 @@ sub set_options {
 		       "add-conflicts-indep=s" => sub {
 			   push(@{$self->get_conf('MANUAL_CONFLICTS_INDEP')}, $_[1]);
 		       },
-		       "check-depends-algorithm=s" => sub {
+		       "C|check-depends-algorithm=s" => sub {
 			   $self->set_conf('CHECK_DEPENDS_ALGORITHM', $_[1]);
 		       },
 		       "b|batch" => sub {
-- 
1.6.4


--CUfgB8w4ZwR/yMy5--





More information about the Buildd-tools-devel mailing list