severity 410652 grave tag 410652 +patch thanks
Rationale: This is actually a bug in the source package that applies to all binary packages generated by it. It violates the python policy and makes the packages unusable since it does not install the required files inside the python site-packages directory (I don't think you can expect a user to find the gross hack explained in this bug report). The patch is minimal and attached. Regards Floris -- Debian GNU/Linux -- The Power of Freedom www.debian.org | www.gnu.org | www.kernel.org
diff -ru python-omniorb2-2.6/debian/changelog python-omniorb2-2.6.mine/debian/changelog --- python-omniorb2-2.6/debian/changelog 2007-03-09 10:20:46.000000000 +0000 +++ python-omniorb2-2.6.mine/debian/changelog 2007-03-09 10:20:11.000000000 +0000 @@ -1,3 +1,9 @@ +python-omniorb2 (2.6-3.3) unstable; urgency=low + + * Correct usage of dh_pycentral (Closes: #410652). + + -- Floris Bruynooghe <[EMAIL PROTECTED]> Fri, 9 Mar 2007 10:14:15 +0000 + python-omniorb2 (2.6-3.2) unstable; urgency=medium * Non-maintainer upload. diff -ru python-omniorb2-2.6/debian/control python-omniorb2-2.6.mine/debian/control --- python-omniorb2-2.6/debian/control 2007-03-09 10:20:46.000000000 +0000 +++ python-omniorb2-2.6.mine/debian/control 2007-03-09 09:56:08.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Bastian Blank <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libomniorb4-dev (>= 4.0.6-2), omniorb4-idl (>= 4.0.6), omniidl4 (>= 4.0.6), autotools-dev, python-central (>= 0.5) +Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), libomniorb4-dev (>= 4.0.6-2), omniorb4-idl (>= 4.0.6), omniidl4 (>= 4.0.6), autotools-dev, python-central (>= 0.5.6) XS-Python-Version: all Standards-Version: 3.6.1 diff -ru python-omniorb2-2.6/debian/rules python-omniorb2-2.6.mine/debian/rules --- python-omniorb2-2.6/debian/rules 2007-03-09 10:20:46.000000000 +0000 +++ python-omniorb2-2.6.mine/debian/rules 2007-03-09 10:11:44.000000000 +0000 @@ -94,13 +94,12 @@ # dh_installinfo -i # dh_undocumented -i dh_installchangelogs update.log -i + dh_pycentral -i dh_link -i dh_compress -i dh_fixperms -i dh_installdeb -i # dh_perl -i - dh_pycentral -i - dh_python -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i @@ -123,6 +122,7 @@ # dh_installinfo -a # dh_undocumented -a dh_installchangelogs update.log -a + dh_pycentral -a dh_strip -a dh_link -a dh_compress -a @@ -130,8 +130,6 @@ # dh_makeshlibs -a dh_installdeb -a # dh_perl -a - dh_pycentral -a - dh_python -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a

