mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 13:24:24 +00:00
Use DEBFULLNAME/DEBEMAIL in each new dummy d/copyright, fixes #5
This commit is contained in:
parent
f598a42f38
commit
c97440ec7a
13
update.sh
13
update.sh
@ -18,7 +18,18 @@ if [ ! -d "$PKGDIR/debian" ]; then
|
||||
git add "$PKGDIR"
|
||||
fi
|
||||
if [ ! -f "$PKGDIR/debian/copyright" ]; then
|
||||
echo "FIXME fill me in using ./copyright.debcargo.hint as a guide" > "$PKGDIR/debian/copyright"
|
||||
cat <<-eof > "$PKGDIR/debian/copyright"
|
||||
FIXME fill me in using ./copyright.debcargo.hint as a guide
|
||||
|
||||
You may find the following useful too:
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||
2018 $DEBFULLNAME <$DEBEMAIL>
|
||||
|
||||
The reason we don't put this in debian/copyright.debcargo.hint itself is
|
||||
documented here: https://salsa.debian.org/rust-team/debcargo-conf/issues/5
|
||||
eof
|
||||
fi
|
||||
if [ -n "$VER" -a "$(sed -ne 's/^semver_suffix\s*=\s*//p' "$PKGCFG")" != "true" ]; then
|
||||
if grep -q semver_suffix "$PKGCFG"; then
|
||||
|
Loading…
Reference in New Issue
Block a user