Skip to content
  • Florian Bezdeka's avatar
    debian: Extract xenomai tests into separate package (xenomai-testsuite) · 967cff01
    Florian Bezdeka authored and Jan Kiszka's avatar Jan Kiszka committed
    
    
    Previously the test suite was part of the xenomai-runtime package which
    was missing some dependencies like gdb for optimization reasons.
    Pulling in development stuff like gdb was no option for production
    systems.
    
    Moving the testsuite into a separate package allows us to model all the
    necessary dependencies correctly. Even adding "gdb" to the dependency
    list is now possible because the testsuite (with all the dev
    dependencies) is normally not installed on production systems.
    
    /usr/lib/xenomai/bootstrap*.o is moved from the runtime package into
    the libxenomai-dev package.
    
    We have three packages providing /usr/bin stuff now. Listing all the
    binaries inside the .install files allows cleaning up hacks from
    debian/rules.
    
    Signed-off-by: default avatarFlorian Bezdeka <florian.bezdeka@siemens.com>
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    967cff01