Hi there, Could anyone comment on the problem Dominique is having. I do not understand the error message...
Thanks. ---------- Forwarded message ---------- <snip> I tried to use your package on Lenny. i get following error message: ######################################################################### dpkg-source: info: building gdcm in gdcm_2.0.10-1.dsc debian/rules build # quilt exits with 2 as return when there was nothing to do. dh_testdir # That's not an error here (but it's useful to break loops in crude scripts) /usr/bin/make -j2 -C /home/domibel/lenny-backports/gdcm-2.0.10/debian/build-python2.4 QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2 make: *** /home/domibel/lenny-backports/gdcm-2.0.10/debian/build-python2.4: No such file or directory. Stop. make: *** [debian/build-python2.4-stamp] Error 2 make: *** Waiting for unfinished jobs.... No patches in series touch debian/stamp-patched dpkg-buildpackage: failure: debian/rules build gave error exit status 2 debuild: fatal error at line 1319: dpkg-buildpackage -rfakeroot -D -us -uc -j2 failed ######################################################################### I did not change your package. After I got the error message I tried to change some lines to follow the Python Policy (2.3). http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html in debian/control +XS-Python-Version: current in debian/rules -PYVERS := $(shell pyversions -vs) +PYVERS := $(shell pyversions -v -r debian/control) But this gave the same error. This time only with python2.5 instead of python2.4 . Any idea what could be the reason for the problem? ---------- End Forwarded message ---------- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

