Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
configfile | Use empty corbaloc URI for DefaultInitRef This works nicely together with how the omniNames nameserver is shipped in Debian. |
Bastian Blank <waldi@debian.org> | not-needed | 2010-08-08 | ||
buildsys | Avoid forked code in the build system This replaces omkdirhier and omkdepend which are source-level copies of other projects. They are only used during the build system and can be easily replicated using standard OS and compiler programs. =================================================================== |
Bastian Blank <waldi@debian.org> | yes | 2010-08-08 | ||
cos_stubs | Enable all COS service stubs to be built Upstream does not build all COS stubs by default, our users do want to have all of them available hower. |
Floris Bruynooghe <flub@devork.be> | not-needed | debian | 2010-08-08 | |
private_pythondir | Place omniidl python modules in a private directory The omniidl code is not meant as importable code but just to make the tool work. Therefore it should live in /usr/lib/omniidl in Debian. This also helps dh_python2 do the right thing. =================================================================== |
Floris Bruynooghe <flub@devork.be> | no | 2011-07-21 | ||
spurious_hashbang | Remove unneeded hash-bang line The main.py module is the entrypoint of omniidl and for some reason shipped with a hash-bang line upstream, even tough a binary wrapper is created at install time. . Debian policy doesn't like hash-bang lines in normal modules however, so we remove this. |
Floris Bruynooghe <flub@devork.be> | no | 2011-07-21 | ||
set_ipv6_v6only_to_0 | Ensure omniorb works with sysctl net.ipv6.bindv6only=1 At some point the netbase package shipped with a /etc/sysctl.d/bindv6only.conf file setting net.ipv6.bindv6only=1. Depending on the upgrade path of the system this might still be lingering aroung. This patch ensures that omniorb will work regardless of that setting. |
Upstream | no | debian | ||
catior_manpage | Use minus signs rather then hyphens in manpage Not doing so makes searching and copy-pasting in e.g. UTF-8 locales difficult. |
Floris Bruynooghe <flub@devork.be> | no | 2011-07-21 | ||
pkgconfig | Adapt pkgconfig files to new release | no |