[[packages]] name = "strongswan" commit_id = "debian/6.0.6-1" 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" dch -v "6.0.6-1+vyos0" "Patchset for DMVPN support" -b dpkg-buildpackage -uc -us -tc -b -d cd ..; ./build-vici.sh """ [dependencies] packages = [ "bison", "bzip2", "debhelper-compat", "dh-apparmor", "dpkg-dev", "flex", "gperf", "libiptc-dev", "libcap-dev", "libcurl3-dev", "libgcrypt20-dev", "libgmp3-dev", "libkrb5-dev", "libldap2-dev", "libnm-dev", "libpam0g-dev", "libsqlite3-dev", "libssl-dev", "libsystemd-dev", "libtool", "libtss2-dev", "libxml2-dev", "pkg-config", "po-debconf", "systemd", "libsystemd-dev", "tzdata" ]