Changes between Version 4 and Version 5 of Internal/DPKG


Ignore:
Timestamp:
Sep 10, 2014, 8:09:54 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/DPKG

    v4 v5  
    9898}}}
    9999
     100'''NOTE:''' According to the Debian policy listed [https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Architecture here] the difference between any, all and any all is as follows:
     101
     102 * 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.
     103 * Specifying only all indicates that the source package will only build architecture-independent packages.
     104 *  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.
     105
     106
     107 
    100108Once these files are in place, the build process is initiated with:
    101109{{{
    102110debuild -uc -us -b
    103111}}}
     112
     113----
     114
     115Note:
     116If you are getting complaints about packages not being install-able and unmet dependencies, there is a good chance that the package for the architecture that you are trying to install on is missing.
     117
     118