[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#708138: lintian: python-script-but-no-python-dep should accept python3.3



On Sat, May 18, 2013 at 03:58:48PM +0200, Jakub Wilk wrote:
> * Jakub Wilk <jwilk@debian.org>, 2013-05-17, 19:05:
> >>override_dh_auto_install:
> >>	 set -ex; for python in $(PYTHON3); do \
> >>	     $$python setup.py install \
> >>		  --root=debian/debmake\
> >>		  --install-layout=deb; \
> >>	 done
> >
> >setup.py install won't overwrite existing files (unless you use
> >--force),
> 
> Minor correction: it does overwrite existing files if mtime of the
> new file is bigger. (So in fact, which shebang you end up with is
> timing-dependent. See also bug #547510.)

I see.  Thanks.

Osamu


Reply to: