Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions dpkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: dpkg
version: 1.20.12
version: 1.21.21
epoch: 0
description: "The Debian Package Manager"
copyright:
Expand All @@ -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 \
Expand All @@ -41,8 +42,11 @@ pipeline:
--disable-dselect \
--disable-start-stop-daemon \
--disable-nls

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

subpackages:
Expand All @@ -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:
Expand All @@ -76,4 +80,4 @@ subpackages:
update:
enabled: true
release-monitor:
identifier: 8127
identifier: 8127