summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-12 00:25:34 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-12 00:25:34 (EDT)
commitf556d99fcadec3ffdffc2169c17607108d1a927d (patch)
tree5dd241be7110a939561e768625b2a07e6312fd16
parentbb0a1e20b661fee87bcfb7bac945b08516f07fa7 (diff)
ppt-make: Add opkbuild 4.2.0 to B-D
-rw-r--r--changelog2
-rw-r--r--src/ppt-make4
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog b/changelog
index 278c5f3..4933e6a 100644
--- a/changelog
+++ b/changelog
@@ -18,6 +18,8 @@ platconf-pkg-tools (3.0.0) trunk
- Add opkbuild 4.2.0 to build dependencies.
* Generated package control files are now organized into sections
"share" and "dev".
+ - ppt-make adds "opkbuild (>= 4.2.0)" to Build-Depends. Existing
+ source packages should have the same added to their control files.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 15 Jul 2019 17:59:07 -0400
diff --git a/src/ppt-make b/src/ppt-make
index 96d11e9..234c17d 100644
--- a/src/ppt-make
+++ b/src/ppt-make
@@ -39,7 +39,9 @@ main()
cat >control <<-EOF
Maintainer: ${MAINTAINER_NAME} ${MAINTAINER_MAILBOX}
- Build-Depends: platconf-pkg-tools (>= ${PPT_VERSION%.*})
+ Build-Depends:
+ opkbuild (>= 4.2.0),
+ platconf-pkg-tools (>= ${PPT_VERSION%.*}),
EOF
cat >changelog <<-EOF