[Pkg-giraffe-discuss] [PATCH 4/4] Multi-Arch: Adding control suggested control fields
c.schoenert at t-online.de
c.schoenert at t-online.de
Sun Dec 18 16:14:58 UTC 2016
From: Carsten Schoenert <c.schoenert at t-online.de>
as suggested on MultiArch Hints from the Debian Wiki:
https://wiki.debian.org/MultiArch/Hints
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 65dd981..1cdea06 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Homepage: http://www.vmime.org/
Package: libvmime-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: ${misc:Depends}, libvmime0 (= ${binary:Version}),
libgnutls28-dev (>= 3.4.0~),
libgsasl7-dev
@@ -35,6 +36,7 @@ Description: C++ mail library (development files)
Package: libvmime0
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ mail library (runtime library)
VMime is a powerful C++ class library for parsing, generating, or editing
--
2.10.2
More information about the Pkg-giraffe-discuss
mailing list