Source: zeroc-ice
Version: 3.5.0-1
Severity: serious
Tags: patch

The Debian package auto-build systems are failing
on creating the python3-zeroc-ice package.

# moving files (python3 policy)
mv debian/python3-zeroc-ice/usr/lib/python3.*/dist-packages/*.so* 
debian/python3-zeroc-ice/usr/lib/python3/dist-packages
mv: cannot stat 
'debian/python3-zeroc-ice/usr/lib/python3.*/dist-packages/*.so*': No such file 
or directory

You should have moved out of debian/tmp instead of debian/python3-zeroc-ice.
This simple fix allowed me to build on a current
Debian unstable system.

-Maitland

enc:
--- orig/zeroc-ice-3.5.0/debian/rules-py.mk     2013-07-30 15:57:44.000000000 
-0400
+++ fixed/zeroc-ice-3.5.0/debian/rules-py.mk    2013-08-07 10:38:11.000000000 
-0400
@@ -40,5 +40,5 @@ override_dh_python3:
        dh_python3
        # moving files (python3 policy)
-       mv debian/python3-zeroc-ice/usr/lib/python3.*/dist-packages/*.so* 
debian/python3-zeroc-ice/usr/lib/python3/dist-packages
+       mv debian/tmp/usr/lib/python3.*/dist-packages/*.so* 
debian/python3-zeroc-ice/usr/lib/python3/dist-packages
 
 clean-py:

Reply via email to