Package: omniorb-dfsg / 4.2.2-1
Metadata
Package | Version | Patches format |
---|---|---|
omniorb-dfsg | 4.2.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
configfile | (download) |
sample.cfg |
2 1 1 - 0 ! |
use empty corbaloc uri for defaultinitref This works nicely together with how the omniNames nameserver is shipped in Debian. |
buildsys | (download) |
mk/beforeauto.mk.in |
9 3 6 - 0 ! |
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. |
cos_stubs | (download) |
src/services/mklib/libdefs.mk |
4 2 2 - 0 ! |
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. Bug-Debian: http://bugs.debian.org/107107 |
private_pythondir | (download) |
mk/beforeauto.mk.in |
4 2 2 - 0 ! |
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. |
spurious_hashbang | (download) |
src/tool/omniidl/python/omniidl/main.py |
1 0 1 - 0 ! |
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. |
set_ipv6_v6only_to_0 | (download) |
include/omniORB4/internal/tcpSocket.h |
1 0 1 - 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. Bug-Debian: http://bugs.debian.org/624099 |
catior_manpage | (download) |
man/man1/catior.1 |
2 1 1 - 0 ! |
use minus signs rather then hyphens in manpage Not doing so makes searching and copy-pasting in e.g. UTF-8 locales |
pkgconfig | (download) |
configure.ac |
2 1 1 - 0 ! |
adapt pkgconfig files to new release |