On Tue, 20 Mar 2007, Josselin Mouette wrote: > Le lundi 19 mars 2007 à 23:44 +0100, Raphael Hertzog a écrit : > > === modified file 'debian/rules' > > --- debian/rules 2007-03-19 06:44:04 +0000 > > +++ debian/rules 2007-03-19 22:37:56 +0000 > > @@ -46,7 +46,6 @@ > > install: build ${PYVERS:%=install-python%} > > dh_testdir > > dh_testroot > > - dh_clean -k > > dh_installdirs > > dh_installinit > > dh_installpam > > Nope, dh_clean -k is fine. It's just that installation should start > after calling it, not in the build target.
Installation currently happens in "install-pythonX.Y" which is called before the "install" target since it's a dependency. Thus dh_clean -k removes what's installed. Since the package is "arch: all" the python setup.py call should simply be placed in the install target and the targets install-pythonX.Y should be removed. Cheers, -- Raphaël Hertzog Premier livre français sur Debian GNU/Linux : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]