tags 387414 + patch
thanks
Hi,
Attached is the diff for my omniorb4 4.0.6-2.3 NMU.
To fix the bug I just used python-central instead of python-support
because python-central puts the files where omniidl expect them and
since a dependency of omniidl is also using python-central it just makes
sense.
Furthermore the dh_pysupport call was badly placed (after dh_installdeb)
so I moved my dh_pycentral further up.
Cheers,
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u omniorb4-4.0.6/debian/changelog omniorb4-4.0.6/debian/changelog
--- omniorb4-4.0.6/debian/changelog
+++ omniorb4-4.0.6/debian/changelog
@@ -1,3 +1,13 @@
+omniorb4 (4.0.6-2.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Use python-central instead of python-support because the dependency
+ omniidl4-python also use that. And with that python-central uses the
+ standard location which doesn't break the expectation of this package.
+ Closes: #387414
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Fri, 15 Dec 2006 09:55:48 +0100
+
omniorb4 (4.0.6-2.2) unstable; urgency=low
* Non-maintainer upload.
diff -u omniorb4-4.0.6/debian/control omniorb4-4.0.6/debian/control
--- omniorb4-4.0.6/debian/control
+++ omniorb4-4.0.6/debian/control
@@ -2,7 +2,8 @@
Section: devel
Priority: optional
Maintainer: Bastian Blank <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python-dev, libssl-dev, autotools-dev, python-support (>= 0.4)
+Build-Depends: debhelper (>= 4.1.67), python-dev, libssl-dev, autotools-dev, python-central (>= 0.5.6)
+XS-Python-Version: current
Standards-Version: 3.7.2
Package: omniorb4
@@ -143,6 +144,7 @@
Package: omniidl4
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
Recommends: omniidl4-python
Conflicts: omniidl
Description: omniORB4 - idl compiler
diff -u omniorb4-4.0.6/debian/rules omniorb4-4.0.6/debian/rules
--- omniorb4-4.0.6/debian/rules
+++ omniorb4-4.0.6/debian/rules
@@ -82,9 +82,9 @@
dh_link -i
dh_compress -i
dh_fixperms -i
+ dh_pycentral -i
dh_installdeb -i
# dh_perl -i
- dh_pysupport -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
@@ -112,9 +112,9 @@
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a -n -V
+ dh_pycentral -a
dh_installdeb -a
# dh_perl -a
- dh_pysupport -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a