diff options
Diffstat (limited to 'src/2/ppt-mkpkgs')
-rw-r--r-- | src/2/ppt-mkpkgs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/2/ppt-mkpkgs b/src/2/ppt-mkpkgs index 9e41e76..9adb138 100644 --- a/src/2/ppt-mkpkgs +++ b/src/2/ppt-mkpkgs @@ -63,7 +63,8 @@ make_build_time_pkgs() cat >"config-${pkg}-${PLAT}.pkg/control" <<-EOF Architecture: all Platform: all - Depends: config-${PLAT}-common (= \${Binary-Version}) + Depends: config-${PLAT}-common (= \${Binary-Version}), + \${Config-${pkg}-Depends} Description: "${PLAT}" platform configuration for ${pkg} EOF info 'Metadata for package "%s" generated.' \ @@ -83,7 +84,8 @@ make_run_time_pkgs() cat >"config-${pkg}.pkg/control" <<-EOF Architecture: all Platform: ${PLAT} - Depends: config-${PLAT}-common (= \${Binary-Version}) + Depends: config-${PLAT}-common (= \${Binary-Version}), + \${Config-${pkg}-Depends} Description: "${PLAT}" platform configuration for ${pkg} EOF info 'Metadata for package "%s" generated.' \ |