diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-06-20 19:45:28 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-06-20 19:45:28 -0300 |
commit | ec0ccbf6fb380a2f06e477bb069509c2e0f21197 (patch) | |
tree | cf9167ed8c046a155d2747a3627206e3bd0128fd | |
parent | 1bc66ba9851f3eaf37a4deaf9231dd33fa4f4a8c (diff) | |
download | qtscript-ec0ccbf6fb380a2f06e477bb069509c2e0f21197.tar.gz |
Make qtscript5-dbg M-A same.
-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 d081c2f..7d6b210 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ qtscript-opensource-src (5.0.2+dfsg-3) UNRELEASED; urgency=low * libqt5sql5-sqlite to generate qch doc. - Build and create packages for qch and HTML doc formats. * Update symbols file. + * Make qtscript5-dbg M-A same to allow debugging symbols coinstalability. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 05 Jun 2013 20:57:06 +0200 diff --git a/debian/control b/debian/control index 7e802bf..9a9a8f0 100644 --- a/debian/control +++ b/debian/control @@ -89,6 +89,7 @@ Description: Qt 5 script examples Package: qtscript5-dbg Priority: extra Architecture: any +Multi-Arch: same Section: debug Depends: libqt5script5 (= ${binary:Version}), libqt5scripttools5 (= ${binary:Version}), |