summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2017-03-02 09:42:08 +0100
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-03-02 09:42:08 +0100
commitbaceff932537fb8122be8b9b31ddcc3bf986cfea (patch)
tree0b5a5b002872ad157f4d42d072bbefa49dd02789
parent4c83f098658b1f3aeb804ee54b4875e0113637a8 (diff)
Add previously missing Depends: libdpkg-perl.debian/0.9.12-5archive/debian/0.9.12-5
Closes: #856525.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e804b68..c79c471 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkgconf (0.9.12-5) unstable; urgency=medium
+
+ * Add previously missing Depends: libdpkg-perl (Closes: #856525).
+
+ -- Andrew Shadura <andrewsh@debian.org> Thu, 02 Mar 2017 09:41:54 +0100
+
pkgconf (0.9.12-4) unstable; urgency=medium
* Store pkg-config architecture in /usr/lib/pkgconf.multiarch, not
diff --git a/debian/control b/debian/control
index e9f3733..5705299 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/pkgconf/summary
Package: pkgconf
Architecture: any
Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdpkg-perl
Provides: pkg-config (= 0.29-1)
Breaks: pkg-config (>= 0.29-1)
Description: manage compile and link flags for libraries