From 91eff6b76a6ef47fecf70ede9f8ae1fecb1d7574 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 7 Feb 2013 10:17:08 +0100 Subject: [PATCH] scripts/debian/byhand-di: don't append -proposed-updates if it's already there A .changes file might upload directly to a *-proposed-updates suite. We do not want to append another -proposed-updates in this case. --- scripts/debian/byhand-di | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/byhand-di b/scripts/debian/byhand-di index af03af4c..8427a863 100755 --- a/scripts/debian/byhand-di +++ b/scripts/debian/byhand-di @@ -32,7 +32,7 @@ case $SUITE in "") error "Error: unable to determine suite from Changes file" ;; - unstable|sid) + unstable|sid|*-proposed-updates) : # nothing to do ;; *) -- 2.39.2