summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog1
-rw-r--r--opkbuild.pkg/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index e68e864..f3ebdbf 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
opkbuild (4.2.1-1) trunk
* New upstream version.
+ * opkbuild: Depend on fakeroot and gmake.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 08 Dec 2020 04:17:19 -0500
diff --git a/opkbuild.pkg/control b/opkbuild.pkg/control
index 174e966..0d98502 100644
--- a/opkbuild.pkg/control
+++ b/opkbuild.pkg/control
@@ -1,7 +1,7 @@
Architecture: all
Platform: all
Section: dev
-Depends: libopkbuild.2 (>= ${Binary-Version})
+Depends: libopkbuild.2 (>= ${Binary-Version}), fakeroot, gmake
Description: OPK build system
${Common-Description}
.