[Pkg-corba-commits] r282 - in /trunk/omniorb/debian/patches: private_pythondir spurious_hashbang

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Wed Jul 20 23:26:24 UTC 2011


Author: flub-guest
Date: Wed Jul 20 23:26:24 2011
New Revision: 282

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=282
Log:
Add missing patch descriptions

Modified:
    trunk/omniorb/debian/patches/private_pythondir
    trunk/omniorb/debian/patches/spurious_hashbang

Modified: trunk/omniorb/debian/patches/private_pythondir
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/private_pythondir?rev=282&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/private_pythondir (original)
+++ trunk/omniorb/debian/patches/private_pythondir Wed Jul 20 23:26:24 2011
@@ -1,3 +1,11 @@
+Description: 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.
+Forwarded: no
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2011-07-21
+
 --- a/mk/beforeauto.mk.in
 +++ b/mk/beforeauto.mk.in
 @@ -40,8 +40,8 @@

Modified: trunk/omniorb/debian/patches/spurious_hashbang
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/spurious_hashbang?rev=282&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/spurious_hashbang (original)
+++ trunk/omniorb/debian/patches/spurious_hashbang Wed Jul 20 23:26:24 2011
@@ -1,3 +1,14 @@
+Description: 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.
+Forwarded: no
+Author: Floris Bruynooghe <flub at devork.be>
+Last-Update: 2011-07-21
+
 --- a/src/tool/omniidl/python/omniidl/main.py
 +++ b/src/tool/omniidl/python/omniidl/main.py
 @@ -1,4 +1,3 @@




More information about the Pkg-corba-commits mailing list