[SCM] qtsensors packaging branch, master, updated. f1f259a306d01899543056782150391d7485ca37

Pino Toscano pino at alioth.debian.org
Thu May 30 13:25:37 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsensors.git;a=commitdiff;h=a54402f

The following commit has been merged in the master branch:
commit a54402f39d981431be5a3fe357d48826230cadfc
Author: Pino Toscano <pino at kde.org>
Date:   Thu May 30 15:22:29 2013 +0200

    remove the pointless architecture limitations
    
    it will allow to get things compiled once all its B-D are satisfied
---
 debian/control |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index b212c19..9b5e77f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Standards-Version: 3.9.3
 Homepage: http://qt-project.org/
 
 Package: libqt5sensors5
-Architecture: amd64 i386 armhf
+Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -28,7 +28,7 @@ Description: Qt Sensors module
  This package contains Qt Sensors module.
 
 Package: qtdeclarative5-qtsensors-plugin
-Architecture: amd64 i386 armhf
+Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -40,7 +40,7 @@ Description: Qt 5 Sensors module QML plugin
 
 Package: qtsensors5-dev
 Section: libdevel
-Architecture: amd64 i386 armhf
+Architecture: any
 Depends: libqt5sensors5 (= ${binary:Version}), ${misc:Depends}, qtbase5-dev
 Description: Qt 5 Sensors development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -50,7 +50,7 @@ Description: Qt 5 Sensors development files
  applications using Qt Sensors library.
 
 Package: qtsensors5-private-dev
-Architecture: amd64 i386 armhf
+Architecture: any
 Section: libdevel
 Depends: qtsensors5-dev (= ${binary:Version}),
          ${misc:Depends},
@@ -65,7 +65,7 @@ Description: Qt 5 Sensors private development files
  Use at your own risk.
 
 Package: qtsensors5-examples
-Architecture: amd64 i386 armhf
+Architecture: any
 Multi-Arch: same
 Section: x11
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
@@ -78,7 +78,7 @@ Description: Qt 5 sensors examples
 
 Package: qtsensors5-dbg
 Priority: extra
-Architecture: amd64 i386 armhf
+Architecture: any
 Section: debug
 Depends: libqt5sensors5 (= ${binary:Version}),
          qtsensors5-examples (= ${binary:Version}),

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list