From 93c745c058ff868017907c3b6a7ca909f5e045f3 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Sat, 10 Aug 2019 02:35:14 +0300 Subject: [PATCH] dpkg: rm includes, static libraries and dpkg-genbuildinfo from package If you think they should be present in dpkg package, open issue and tell about their usability in Termux (with proof). --- packages/dpkg/build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/dpkg/build.sh b/packages/dpkg/build.sh index 1fce7e1df..b2167ab19 100644 --- a/packages/dpkg/build.sh +++ b/packages/dpkg/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg TERMUX_PKG_DESCRIPTION="Debian package management system" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.19.7 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=4c27fededf620c0aa522fff1a48577ba08144445341257502e7730f2b1a296e8 # with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar @@ -29,6 +29,7 @@ bin/dpkg-buildflags bin/dpkg-buildpackage bin/dpkg-checkbuilddeps bin/dpkg-distaddfile +bin/dpkg-genbuildinfo bin/dpkg-genchanges bin/dpkg-gencontrol bin/dpkg-gensymbols @@ -42,14 +43,15 @@ bin/dpkg-shlibdeps bin/dpkg-source bin/dpkg-statoverride bin/dpkg-vendor -lib/dpkg/parsechangelog -lib/perl5 +include +lib share/dpkg share/man/man1/dpkg-architecture.1 share/man/man1/dpkg-buildflags.1 share/man/man1/dpkg-buildpackage.1 share/man/man1/dpkg-checkbuilddeps.1 share/man/man1/dpkg-distaddfile.1 +share/man/man1/dpkg-genbuildinfo.1 share/man/man1/dpkg-genchanges.1 share/man/man1/dpkg-gencontrol.1 share/man/man1/dpkg-gensymbols.1