summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-07-12 15:38:52 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-07-12 15:38:52 +0200
commit1707a5247f43fe4a0cd4b1d02a400972a8f032e0 (patch)
tree3ae3940d6bd41b9e99d51845358a14240f3fb94c /debian/control
parent8a716f720bc0cc5a3ce85a25ac0ab860f17c9387 (diff)
Declare Breaks/Replaces against the old package versions
Closes: #923575
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f39ca5e..fd35245 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,8 @@ Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
+Breaks: pkgconf (<< 1.6.0-2)
+Replaces: pkgconf (<< 1.6.0-2)
Description: library to manage compile and link flags for libraries
pkgconf is a replacement for pkg-config, a system for managing library
compile and link flags that works with automake and autoconf.