summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2f3f56f..2e4e295 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtscript-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Development packages are now Arch: all and Multi-Arch: same.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 21 May 2014 23:36:18 -0300
qtscript-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 3830ab3..1601e21 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,8 @@ Description: Qt 5 script tools module
Package: qtscript5-dev
Section: libdevel
-Architecture: any
+Architecture: all
+Multi-Arch: same
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libqt5script5 (= ${binary:Version}),
libqt5scripttools5 (= ${binary:Version}),
@@ -62,7 +63,8 @@ Description: Qt 5 script development files
applications using QtScript and QtScriptTools libraries.
Package: qtscript5-private-dev
-Architecture: any
+Architecture: all
+Multi-Arch: same
Section: libdevel
Pre-Depends: dpkg (>= 1.15.6~)
Depends: qtscript5-dev (= ${binary:Version}), ${misc:Depends}