summaryrefslogtreecommitdiffstats
path: root/src/3/ppt-mkpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'src/3/ppt-mkpkgs')
-rw-r--r--src/3/ppt-mkpkgs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3/ppt-mkpkgs b/src/3/ppt-mkpkgs
index 41121f9..2cb1908 100644
--- a/src/3/ppt-mkpkgs
+++ b/src/3/ppt-mkpkgs
@@ -21,6 +21,7 @@ make_common_pkg()
# Generated by ppt-mkpkgs. Do not edit.
Architecture: all
Platform: all
+ Section: share
Description: "${PLAT}" platform configuration - common files
EOF
>"config-${PLAT}-common.pkg/docs"
@@ -36,6 +37,7 @@ make_base_pkg()
# Generated by ppt-mkpkgs. Do not edit.
Architecture: all
Platform: ${PLAT}
+ Section: share
Essential: yes
Depends: config-${PLAT}-common (= \${Binary-Version}),
\${Config-Base-Depends}
@@ -62,6 +64,7 @@ make_build_time_pkgs()
# Generated by ppt-mkpkgs. Do not edit.
Architecture: all
Platform: all
+ Section: dev
Depends: config-${PLAT}-common (= \${Binary-Version}),
\${Config-${pkg}-Depends}
Description: "${PLAT}" platform configuration for ${pkg}
@@ -87,6 +90,7 @@ make_run_time_pkgs()
# Generated by ppt-mkpkgs. Do not edit.
Architecture: all
Platform: ${PLAT}
+ Section: share
Depends: config-${PLAT}-common (= \${Binary-Version}),
\${Config-${pkg}-Depends}
Description: "${PLAT}" platform configuration for ${pkg}
@@ -111,6 +115,7 @@ main()
make_base_pkg
make_build_time_pkgs
make_run_time_pkgs
+ info 'Consider adding "opkbuild (>= 4.2.0)" to Build-Depends'
if ${MAKE_SUBSTVARS}; then
info 'Stub "substvars" file generated. Set variables as '$(: \
)'needed.'