summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
-rw-r--r--changelog9
-rw-r--r--opkhelper-3.0.pkg/control2
3 files changed, 10 insertions, 3 deletions
diff --git a/build b/build
index 7353f30..04ca6e5 100755
--- a/build
+++ b/build
@@ -11,7 +11,7 @@ nop:
@:
build:
- oh-autoconfigure -- --with-ldconfig=/sbin/ldconfig
+ oh-autoconfigure
oh-autobuild -- $(macros)
touch $@
diff --git a/changelog b/changelog
index 51ca86f..fb2d329 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+opkhelper-3.0 (3.1.4-1) trunk
+
+ * New upstream version.
+ - opkhelper-3.0: Add libopkbuild.2 dependency.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 02 Jan 2021 21:13:22 -0500
+
opkhelper-3.0 (3.1.3-1) trunk
* New upstream version.
@@ -6,7 +13,7 @@ opkhelper-3.0 (3.1.3-1) trunk
- Add opkbuild 4.2.0 to build dependencies.
* Update Maintainer.
- -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 10 Jul 2020 21:01:42 -0400
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 10 Jul 2020 21:10:15 -0400
opkhelper-3.0 (3.1.2-2) trunk
diff --git a/opkhelper-3.0.pkg/control b/opkhelper-3.0.pkg/control
index a729302..9ef8f35 100644
--- a/opkhelper-3.0.pkg/control
+++ b/opkhelper-3.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: all
Platform: all
Section: dev
-Depends: file
+Depends: libopkbuild.2, file
Description: Helper programs for building distribution packages
${Common-Description}