107 | | * Specifying only any indicates that the source package isn't dependent on any particular architecture and should compile fine on any one. The produced binary package(s) will be specific to whatever the current build architecture is. |
108 | | * Specifying only all indicates that the source package will only build architecture-independent packages. |
109 | | * Specifying any all indicates that the source package isn't dependent on any particular architecture. The set of produced binary packages will include at least one architecture-dependant package and one architecture-independent package. |
| 107 | * Specifying only '''any''' indicates that the source package isn't dependent on any particular architecture and should compile fine on any one. The produced binary package(s) will be specific to whatever the current build architecture is. |
| 108 | * Specifying only '''all''' indicates that the source package will only build architecture-independent packages. |
| 109 | * Specifying '''any all''' indicates that the source package isn't dependent on any particular architecture. The set of produced binary packages will include at least one architecture-dependant package and one architecture-independent package. |