diff options
author | Slávek Banko <[email protected]> | 2018-09-13 20:05:54 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-13 20:05:54 +0200 |
commit | ee4cec71cd02da86198d336f144c02584cfb913c (patch) | |
tree | c08f3396420810e5653432750cb417b9b03b9fff /ubuntu/maverick | |
parent | 9e0334695df393176dafaf51ff934c4395268367 (diff) | |
download | tde-packaging-ee4cec71cd02da86198d336f144c02584cfb913c.tar.gz tde-packaging-ee4cec71cd02da86198d336f144c02584cfb913c.zip |
DEB qt3: Change the architecture to 'all' for *-headers packages
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/dependencies/qt3/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/control b/ubuntu/maverick/dependencies/qt3/debian/control index a14638b1e..c908544b5 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/control +++ b/ubuntu/maverick/dependencies/qt3/debian/control @@ -149,7 +149,7 @@ Description: Qt development files (Threaded) before you send a bugreport. Package: libqt3-headers -Architecture: any +Architecture: all Multi-Arch: foreign Section: devel Replaces: libqt3-headers (<< 4:14.0.0~) @@ -161,7 +161,7 @@ Description: Qt3 header files have to install this package. Package: libqt3-compat-headers -Architecture: any +Architecture: all Multi-Arch: foreign Section: devel Replaces: libqt3-compat-headers (<< 4:14.0.0~) |