Merge pull request #848 from sever-sever/T6912-dropbear

T6912: Fix build dependency use global dependency
This commit is contained in:
Daniil Baturin 2024-11-28 16:34:59 +00:00 committed by GitHub
commit c62fef71fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 11 additions and 9 deletions

View File

@ -4,4 +4,4 @@ dropbear/
*.changes *.changes
*.deb *.deb
*.dsc *.dsc
*.tar.gz

View File

@ -3,5 +3,5 @@ name = "dropbear"
commit_id = "debian/2022.83-1+deb12u1" commit_id = "debian/2022.83-1+deb12u1"
scm_url = "https://salsa.debian.org/debian/dropbear.git" scm_url = "https://salsa.debian.org/debian/dropbear.git"
[packages.dependencies] [dependencies]
packages = ["libpam0g-dev"] packages = ["libpam0g-dev"]

View File

@ -4,3 +4,4 @@ host-sflow/
*.changes *.changes
*.deb *.deb
*.dsc *.dsc
*.tar.gz

View File

@ -4,5 +4,5 @@ commit_id = "v2.0.55-1"
scm_url = "https://github.com/sflow/host-sflow.git" scm_url = "https://github.com/sflow/host-sflow.git"
build_cmd = "make deb FEATURES='PCAP DROPMON DBUS'" build_cmd = "make deb FEATURES='PCAP DROPMON DBUS'"
[packages.dependencies] [dependencies]
packages = ["libpcap0.8-dev"] packages = ["libpcap0.8-dev"]

View File

@ -4,4 +4,4 @@ isc-dhcp/
*.changes *.changes
*.deb *.deb
*.dsc *.dsc
*.tar.gz

View File

@ -3,5 +3,5 @@ name = "isc-dhcp"
commit_id = "debian/4.4.3-P1-4" commit_id = "debian/4.4.3-P1-4"
scm_url = "https://salsa.debian.org/debian/isc-dhcp" scm_url = "https://salsa.debian.org/debian/isc-dhcp"
[packages.dependencies] [dependencies]
packages = ["libpam0g-dev"] packages = ["libpam0g-dev"]

View File

@ -20,7 +20,7 @@ fpm --input-type dir --output-type deb --name podman \
--license "Apache License 2.0" -C podman-v$VERSION --package .. --license "Apache License 2.0" -C podman-v$VERSION --package ..
""" """
[packages.dependencies] [dependencies]
packages = [ packages = [
"libseccomp-dev", "libseccomp-dev",
"libgpgme-dev" "libgpgme-dev"

View File

@ -4,3 +4,4 @@ strongswan/
*.changes *.changes
*.deb *.deb
*.dsc *.dsc
*.tar.gz

View File

@ -13,7 +13,7 @@ dpkg-buildpackage -uc -us -tc -b -d
cd ..; ./build-vici.sh cd ..; ./build-vici.sh
""" """
[packages.dependencies] [dependencies]
packages = [ packages = [
"bison", "bison",
"bzip2", "bzip2",

View File

@ -3,5 +3,5 @@ name = "waagent"
commit_id = "debian/2.9.1.1-2" commit_id = "debian/2.9.1.1-2"
scm_url = "https://salsa.debian.org/cloud-team/waagent.git" scm_url = "https://salsa.debian.org/cloud-team/waagent.git"
[packages.dependencies] [dependencies]
packages = ["dpkg-source-gitarchive"] packages = ["dpkg-source-gitarchive"]