Description: Do not install an __init__.py into dist-packages
Bug-Debian: http://bugs.debian.org/629352
Forwarded: http://www.omniorb-support.com/pipermail/omniorb-list/2011-June/030976.html
Author: Floris Bruynooghe <flub@devork.be>
Last-Update: 2011-06-05

--- a/python/COS/dir.mk
+++ b/python/COS/dir.mk
@@ -78,8 +78,8 @@
 EXPORTEDFILES += $(foreach f, $(filter CosNaming%, $(FILES)), $(PYLIBROOT)/$(f))
 
 # __init__.py to make it a package
-FILES += __init__.py
-INSTALLEDFILES += $(INSTALLPYTHONDIR)/__init__.py
+#FILES += __init__.py
+#INSTALLEDFILES += $(INSTALLPYTHONDIR)/__init__.py
 
 # A .pth file to expose omniORB/COS to the global namespace
 FILES += omniORB.pth
