Package: libparse-yapp-perl
Version: 1.21-3
Severity: normal
Tags: patch

Currently there's no way to satisfy dependency on libparse-yapp-perl for a 
non-native-arch
package, despite libparse-yapp-perl itself is pure perl, arch:all and does not 
have any
architecture-specific dependencies.  This is because it is not marked with 
Multi-Arch: foreign.
The attached one-line patch makes it possible to depend on libparse-yapp-perl 
for non-native
packages, and, in particular, to build-depend on it when cross-compiling.

Thanks,

/mjt

--- debian/control.orig 2024-06-19 14:15:15.638951102 +0300
+++ debian/control      2024-06-19 12:50:49.072606813 +0300
@@ -14,6 +14,7 @@
 
 Package: libparse-yapp-perl
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends},
          ${perl:Depends}
 Description: Perl module for creating fully reentrant LALR parser OO Perl 
modules

Reply via email to