From: Ansgar Burchardt Date: Thu, 7 Feb 2013 09:17:08 +0000 (+0100) Subject: scripts/debian/byhand-di: don't append -proposed-updates if it's already there X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=91eff6b76a6ef47fecf70ede9f8ae1fecb1d7574 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. --- 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 ;; *)