[Pkg-giraffe-maintainers] [PATCH 4/5] debian/control: mark some packages Multi-Arch: same

c.schoenert at t-online.de c.schoenert at t-online.de
Sat Jun 3 14:57:08 UTC 2017


From: Carsten Schoenert <c.schoenert at t-online.de>

The packages kopano-contacts, kopano-dev and kopano-libs are
'Architecture: any' and don't have any postinst or postrm scripts, this
means these packages are equal for all platforms so we can mark them
'Multi-Arch: same'.
This needs to be removed once the packages are getting specific for
various platforms or get additional postinst or -rm scripts.

https://wiki.debian.org/MultiArch/Hints#ma-same
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index c98d4f4f..f20b1e5d 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,7 @@ X-Python-Version: 2.7
 
 Package: kopano-libs
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
 Description: Complete and feature rich groupware solution - Free/Busy library
@@ -126,6 +127,7 @@ Description: Complete and feature rich groupware solution - common files
 
 Package: kopano-contacts
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends},
  locales,
  ${misc:Depends},
@@ -138,6 +140,7 @@ Description: Complete and feature rich groupware solution - contact mapi provide
 
 Package: kopano-dev
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends},
  ${misc:Depends},
 Description: C++ Development files and libraries for Kopano Core
-- 
2.11.0




More information about the Pkg-giraffe-maintainers mailing list