summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 21:37:14 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 21:37:14 (EDT)
commita698823e8d534bd7858fb439a41ef231ba5dfe94 (patch)
tree25019a4b8751b3c7e162fd968aa73e0a805c66da
parent620a2d830cf2a0af3aa71150ca95510839552605 (diff)
build-essential-*-*-*: Drop opkhelper recommendation
-rw-r--r--build-essential.pkg.in/control1
-rw-r--r--changelog4
2 files changed, 4 insertions, 1 deletions
diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control
index 859c637..88641ee 100644
--- a/build-essential.pkg.in/control
+++ b/build-essential.pkg.in/control
@@ -11,7 +11,6 @@ Depends:
opkbuild,
Recommends:
fakeroot,
- opkhelper,
Description: Metapackage for building packages for @PKG_TARGET_ARCH@
This package depends on packages that are considered necessary for building
software packages for @PKG_TARGET_ARCH@.
diff --git a/changelog b/changelog
index d71f8f9..bd63d98 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,10 @@ build-essential (1.2) trunk
* Update Maintainer.
* build-essential-*-*-*: Depend on cpp-*-*-*.
+ * build-essential-*-*-*: Drop opkhelper recommendation. Source packages are
+ already supposed to build-depend on the version of opkhelper they use;
+ this change enforces that requirement by not installing a particular
+ version of opkhelper by default.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 30 May 2019 21:24:32 -0400