Debian 中字母数字数字的等效架构是什么?

Vla*_*eiv 5 debian architecture

在 Debian网站上,我找到了与字母数字架构相关的 Debian 发行版列表。你知道那些架构数字和字母代表什么吗?

  党卫军#1

Fah*_*tha 4

我在 #debian-mentors 上询问,Paul Wise 给我指出了一份错误报告。您看到的条目是由错误引起的。请参阅 Debian 错误报告http://security-tracker.debian.org/tracker/data/releasesbroken

07:05 < pabs> faheem: https://bugs.debian.org/610222
07:06 < pabs> faheem: I guess patches would be welcome
07:15 < ats> faheem: so my first guess was that it was a Plan 9-style code,   
             but no, it's just a bug
07:16 < ats> I think what's happening is that it's taking a list of          
             architectures along the lines of "i386,armhf,kfreebsd-i386" and   
             splitting it by characters rather than on ,
07:16 < ats> so that's actually a list of all the characters that are used in 
             Debian architecture names ;-)
07:17 < ats> line 407-ish in http://anonscm.debian.org/viewvc/secure-
             testing/lib/python/security_db.py?view=markup suggests that it        
             does split on , first, though, so presumably that's not getting 
             used properly when fetching the arch field from the database...
Run Code Online (Sandbox Code Playgroud)

笔记。欢迎补丁。:-)