]> git.pld-linux.org Git - packages/devscripts.git/blob - devscripts_install-layout.patch
rebuild with python 3.10
[packages/devscripts.git] / devscripts_install-layout.patch
1 Removes the debian-only --install-layout python-setuptools option
2
3 --- devscripts-2.15.7/scripts/Makefile~ 2015-08-03 09:38:41.000000000 +0300
4 +++ devscripts-2.15.7/scripts/Makefile  2015-08-03 09:39:15.202484554 +0300
5 @@ -86,7 +86,7 @@
6         $(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n))
7  
8  install: all
9 -       python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
10 +       python3 setup.py install --root="$(DESTDIR)" --no-compile
11         cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
12         ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
13         install -d $(DESTDIR)$(COMPL_DIR)
This page took 0.114328 seconds and 3 git commands to generate.