summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-05-07 14:57:18 -0700
committerRuss Allbery <eagle@eyrie.org>2016-05-07 14:57:18 -0700
commitc1a34574b34af03a2180f37f0be1ebf63806fe41 (patch)
tree951b244bf54bca7a65fadf88e992a4bf38a90323 /debian
parent49bb0c14235484df3c9d249d8f17afe099b80216 (diff)
Belatedly bump shlibs for interfaces added in remctl 3.3
This shouldn't matter since symbols is used instead, but be pedantically correct.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index af322ff..aa478c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ remctl (3.11-1) UNRELEASED; urgency=medium
packages are being handled during the upgrade.
* Switch to the DEP-14 branch layout and update debian/gbp.conf and
Vcs-Git accordingly.
+ * Belatedly bump shlibs for interfaces added in remctl 3.3.
-- Russ Allbery <rra@debian.org> Sat, 07 May 2016 14:39:15 -0700
diff --git a/debian/rules b/debian/rules
index fb0e13f..9ccdb31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,4 +41,4 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS
override_dh_makeshlibs:
- dh_makeshlibs -V 'libremctl1 (>= 3.1)'
+ dh_makeshlibs -V 'libremctl1 (>= 3.3)'