diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-22 12:19:57 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-22 12:19:57 -0500 |
commit | 93e0bd194387d998de428c326efe21eb92c57dfa (patch) | |
tree | 37754fffd9cc65a2ab5b4cd6bea18bef3ce8b962 | |
parent | 5576bf0766de3a34922ebeb80e6268287b81a5b8 (diff) | |
download | libayatana-indicator-93e0bd194387d998de428c326efe21eb92c57dfa.tar.gz libayatana-indicator-93e0bd194387d998de428c326efe21eb92c57dfa.tar.bz2 libayatana-indicator-93e0bd194387d998de428c326efe21eb92c57dfa.zip |
Add the proper Pre-Depends: multiarch to libindicator3-7.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbe6fad..51a40c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Drop Build-Depends on cdbs. - Add a Build-Depends on gnome-common. - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. + - Add the proper Pre-Depends: multiarch to libindicator3-7. * debian/rules: - Convert to using the dh9 sequencer. - Override dh_autoreconf to run autogen.sh and not call configure. diff --git a/debian/control b/debian/control index beea51c..582965d 100644 --- a/debian/control +++ b/debian/control @@ -61,6 +61,7 @@ Description: Tools for libindicator Package: libindicator3-7 Section: libs Architecture: any +Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends}, Description: panel indicator applet - shared library |