diff --git a/dpkg.yaml b/dpkg.yaml index b7a9e9a17ea..096a5044732 100644 --- a/dpkg.yaml +++ b/dpkg.yaml @@ -1,6 +1,6 @@ package: name: dpkg - version: 1.20.12 + version: 1.21.21 epoch: 0 description: "The Debian Package Manager" copyright: @@ -27,7 +27,8 @@ pipeline: - uses: fetch with: uri: http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_${{package.version}}.tar.xz - expected-sha256: 1428610305d00dffa9c35543fc3096bb1ce3293b53ed4ddad847a3d822eafbf0 + expected-sha256: 985073817aa0512122f1a7e77598a6b0be168d6c71ac56a3383927eb0813e089 + - runs: | ./configure \ --build=$CBUILD \ @@ -41,8 +42,11 @@ pipeline: --disable-dselect \ --disable-start-stop-daemon \ --disable-nls + - uses: autoconf/make + - uses: autoconf/make-install + - uses: strip subpackages: @@ -66,7 +70,7 @@ subpackages: "${{targets.destdir}}"/usr/bin/dpkg-source \ "${{targets.destdir}}"/usr/bin/dpkg-vendor \ "${{targets.subpkgdir}}"/usr/bin/ - + mkdir -p "${{targets.subpkgdir}}"/usr/share/ mv "${{targets.destdir}}"/usr/share/perl* "${{targets.subpkgdir}}"/usr/share/ dependencies: @@ -76,4 +80,4 @@ subpackages: update: enabled: true release-monitor: - identifier: 8127 \ No newline at end of file + identifier: 8127