aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8de084c..d80fdd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low
- Drop Build-Depends on cdbs.
- Drop old Conflicts, Replaces, Provides for old unsupported upgrade paths.
- Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
+ - Add a Pre-Depends on multiarch-support for libappindicator(3-)7.
* debian/compat: bump to compat level 9.
* debian/rules:
- Convert from cdbs to debhelper 9.
diff --git a/debian/control b/debian/control
index a3fad26..d0f8da0 100644
--- a/debian/control
+++ b/debian/control
@@ -58,6 +58,7 @@ Description: Python bindings for libappindicator
Package: libappindicator1
Section: libs
Architecture: any
+Pre-Depends: multiarch-support,
Depends: ${shlibs:Depends},
${misc:Depends},
Recommends: indicator-application (>= 0.2.93),
@@ -104,6 +105,7 @@ Description: Application Indicators
Package: libappindicator3-1
Section: libs
Architecture: any
+Pre-Depends: multiarch-support,
Depends: ${shlibs:Depends},
${misc:Depends},
Recommends: indicator-application (>= 0.2.93),