Codebase list rust-libslirp / c162166
release: abort if d/changelog doesn't exist Ximin Luo 5 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33
44 if test ! -d $PKGDIR_REL; then
55 abort 1 "Cannot find $PKGDIR_REL. Did you run ./new-package.sh before?"
6 fi
7
8 if test ! -f "$PKGDIR_REL/debian/changelog"; then
9 abort 1 "Cannot find $PKGDIR_REL/debian/changelog. Did you run ./new-package.sh before?"
610 fi
711
812 git diff --quiet --cached || \