summaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-20 19:45:22 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-20 19:45:22 +0000
commit697b271da935866850692f7e0cb76434c4e26b13 (patch)
tree4754958410696f1e42706a851a857732d1c2c0c9 /release/scripts
parent66b415fb8f9a7bd9f01d063ecebc2c74cfcb10be (diff)
downloadsrc-test-697b271da935866850692f7e0cb76434c4e26b13.tar.gz
src-test-697b271da935866850692f7e0cb76434c4e26b13.zip
pkgbase: use -dev,-dbg instead of -development,-debug
-development is long and awkward, and is also inconsistent with prior art from the Linux world, which uses -dev (Debian) or -devel (Red Hat). Follow the Debian convention, and similarly for debug info packages. Also remove redundant pkgbase development tag from includes. We already tag include files with package=runtime,dev; there is no need to separately tag them as dev. Discussed with: bapt Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24139
Notes
Notes: svn path=/head/; revision=361290
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/mtree-to-plist.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/mtree-to-plist.awk b/release/scripts/mtree-to-plist.awk
index eec21ef846572..7fcac9b92a819 100644
--- a/release/scripts/mtree-to-plist.awk
+++ b/release/scripts/mtree-to-plist.awk
@@ -70,7 +70,7 @@
output=output"."_kernconf
}
if ($1 ~ /^\/usr\/lib\/debug\/boot/) {
- output=output"-debug.plist"
+ output=output"-dbg.plist"
} else {
output=output".plist"
}