diff options
author | nick black <dankamongmen@gmail.com> | 2019-01-28 12:53:12 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-06 07:51:59 +0000 |
commit | 6508ca67e206bd8c4b5fcd0fbb334418ba3ba08d (patch) | |
tree | 575a8608acfb1c654a3929816ff26602e75696e8 /main/dpkg/APKBUILD | |
parent | 2979bb1d34e0253297e4fab4069848c638fa1aac (diff) | |
download | aports-6508ca67e206bd8c4b5fcd0fbb334418ba3ba08d.tar.bz2 aports-6508ca67e206bd8c4b5fcd0fbb334418ba3ba08d.tar.xz |
main/dpkg: add changelog scripts
Add the dpkg-mergechangelogs and dpkg-parsechangelogs Perl scripts
to the dpkg-dev subpackage (derived from the dpkg source package).
Diffstat (limited to 'main/dpkg/APKBUILD')
-rw-r--r-- | main/dpkg/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD index dd71993648..8ca6b8a7df 100644 --- a/main/dpkg/APKBUILD +++ b/main/dpkg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dpkg pkgver=1.19.2 -pkgrel=0 +pkgrel=1 pkgdesc="The Debian Package Manager" url="http://packages.debian.org/dpkg" arch="all" @@ -58,7 +58,9 @@ dev() { "$pkgdir"/usr/bin/dpkg-genchanges \ "$pkgdir"/usr/bin/dpkg-gencontrol \ "$pkgdir"/usr/bin/dpkg-gensymbols \ + "$pkgdir"/usr/bin/dpkg-mergechangelogs \ "$pkgdir"/usr/bin/dpkg-name \ + "$pkgdir"/usr/bin/dpkg-parsechangelog \ "$pkgdir"/usr/bin/dpkg-scanpackages \ "$pkgdir"/usr/bin/dpkg-scansources \ "$pkgdir"/usr/bin/dpkg-shlibdeps \ |