]> git.decadent.org.uk Git - dak.git/commitdiff
scripts/debian/byhand-di: don't append -proposed-updates if it's already there
authorAnsgar Burchardt <ansgar@debian.org>
Thu, 7 Feb 2013 09:17:08 +0000 (10:17 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Thu, 7 Feb 2013 09:17:08 +0000 (10:17 +0100)
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

index af03af4c8f3d3bfb12fbeab67139ae3cedc90791..8427a8632804aea1f330ee6ae82a9a6338afc920 100755 (executable)
@@ -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
        ;;
     *)