Control: tags -1 patch
Now that tor uses automatic -dbgsym, too weak dependency is not even tor
maintainer issue (FWIW, I opened https://bugs.debian.org/903158 with
solution).
If you install dbgsym for mismatching arch, it is useless, but don't
break anything.
On other hand, lack of proper M-A directives really breaks things (with
tor:amd64 on mainly-:i386 system I cannot install any of tor reverse
dependencies, including tor-geoipdb).
Please fix this bug on tor (packaging) side.
diff -u tor-0.3.3.7/debian/control tor-0.3.3.7/debian/control
--- tor-0.3.3.7/debian/control
+++ tor-0.3.3.7/debian/control
@@ -11,6 +11,7 @@
Package: tor
Architecture: any
+Multi-Arch: foreign
Depends: ${shlibs:Depends}, adduser, ${misc:Depends}, lsb-base
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libssl0.9.8 (<< 0.9.8g-9)
@@ -49,6 +50,7 @@
Package: tor-geoipdb
Architecture: all
+Multi-Arch: foreign
Priority: extra
Depends: tor (>= ${source:Version}), ${misc:Depends}
Replaces: tor (<< 0.2.4.8)