diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/strongswan/package.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/strongswan/package.toml b/scripts/package-build/strongswan/package.toml index a5722062..f7fae186 100644 --- a/scripts/package-build/strongswan/package.toml +++ b/scripts/package-build/strongswan/package.toml @@ -3,8 +3,14 @@ name = "strongswan" commit_id = "debian/5.9.11-2" scm_url = "https://salsa.debian.org/debian/strongswan.git" +# systemd now contains pkg-config files and systemd-dev is not needed +# this changes debian/control so the change is needed before mk-build-deps +# call so cannot be included in normal patches +pre_build_hook = "sed -i '/ systemd-dev /d' debian/control" + # build_cmd = "cd ..; yes | ./build.sh; ./build-vici.sh" build_cmd = """ +set -e export DEBEMAIL="maintainers@vyos.net" export DEBFULLNAME="VyOS Package Maintainers" |
