Codebase list rust-libslirp / 2c47a4e
also add the red for new/NEW package Sylvestre Ledru 4 years ago
1 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/bash
11
22 . ./vars.sh.frag
3
4 RED=`echo -e "\033[1;31m"`
5 NC=`echo -e "\033[0m"`
36
47 if test ! -d $PKGDIR_REL; then
58 abort 1 "Cannot find $PKGDIR_REL. Did you run ./new-package.sh before?"
152155
153156 if [ -z "$unstable_bin_packages" ]; then
154157 cat <<eof
158 ${RED}
155159 Since this is a NEW source package not already in the Debian archive, you will need to build a binary package out of it.
156160
157161 For your reference, this source package builds $(echo "$upload_bin_packages" | wc -l) binary package(s):
158162 $upload_bin_packages
163 ${NC}
159164 eof
160165
161166 else
175180
176181 else
177182
178 RED=`echo -e "\033[1;31m"`
179 NC=`echo -e "\033[0m"`
180183 cat <<eof
181184 ${RED}
182185 ATTENTION: this upload introduces NEW binary packages not already in the Debian