X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-tag;h=e9cb43acc6b07c9031d94193612fc5f8c974fb04;hb=164bd4615cb96a8b8d5bac8d67c0b5c57a7f64e2;hp=3bb3280879bd4cabe3d8106da2121fe4d7893a30;hpb=9583602d5fa14f016ddf3f09b3ddf2d515e19768;p=dak.git diff --git a/scripts/debian/byhand-tag b/scripts/debian/byhand-tag index 3bb32808..e9cb43ac 100755 --- a/scripts/debian/byhand-tag +++ b/scripts/debian/byhand-tag @@ -4,7 +4,7 @@ INPUT="${1:?"Usage: $0 filename"}" # Regular expression used to validate tag lines -CHECKRE='^[a-z0-9A-Z.+-]+[[:space:]]+Tag[[:space:]]+[a-z0-9:. ,+-]+$' +CHECKRE='^[a-z0-9A-Z.+-]+[[:space:]]+Tag[[:space:]]+[a-z0-9:. ,{}+-]+$' # This must end with / TARGET=/srv/ftp.debian.org/scripts/external-overrides/ @@ -38,6 +38,8 @@ mv "$OUTNONFREE" "$TARGET"tag.non-free chmod 644 "$TARGET"tag "$TARGET"tag.contrib "$TARGET"tag.non-free +(cd $TARGET && ./mk-extra-overrides.sh) + trap - EXIT exit 0