[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



* 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.)

--
Jakub Wilk


Reply to: