From be7892cfbdacac847f9ca3f154cd9e81b0ccb21c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 Jan 2012 18:19:04 +0100 Subject: [PATCH] fix leftover --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index 332c370..17963b8 100755 --- a/debian_build.py +++ b/debian_build.py @@ -397,7 +397,7 @@ if __name__ == '__main__': if options.distribution in ('experimental'): pb_suite='experimental' - elif options.distribution in ('unstable' , 'experimental', 'pre-staging'): + elif options.distribution in ('unstable' , 'pre-staging'): pb_suite='pre-staging' elif options.distribution in ('testing', 'staging'): pb_suite='staging' -- 2.39.5