]> git.pld-linux.org Git - packages/devscripts.git/blobdiff - devscripts_install-layout.patch
rebuild with python 3.10
[packages/devscripts.git] / devscripts_install-layout.patch
index 7dcfc4fb9567d2b81f2bb0fd27b0f2a3fa85ab50..1f36c34522385dbeb9ada93753e77ee711377513 100644 (file)
@@ -1,13 +1,12 @@
-# Removes the debian-only --install-layout python-setuptools option
-diff -rupN devscripts-2.13.3/scripts/Makefile devscripts-2.13.3-new/scripts/Makefile
---- devscripts-2.13.3/scripts/Makefile 2013-08-16 02:01:22.000000000 +0200
-+++ devscripts-2.13.3-new/scripts/Makefile     2013-09-19 18:05:52.040168029 +0200
-@@ -92,7 +92,7 @@ test:
-       $(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n))
+diff -urNp -x '*.orig' devscripts-2.18.6.org/scripts/Makefile devscripts-2.18.6/scripts/Makefile
+--- devscripts-2.18.6.org/scripts/Makefile     2021-03-04 22:38:11.020414057 +0100
++++ devscripts-2.18.6/scripts/Makefile 2021-03-04 22:38:11.090413685 +0100
+@@ -133,7 +133,7 @@ clean:
+ test: test_pl test_sh test_py
  
  install: all
 -      python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
 +      python3 setup.py install --root="$(DESTDIR)" --no-compile
-       install -dD $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR)
        cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
        ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
+       install -d $(DESTDIR)$(COMPL_DIR)
This page took 0.072442 seconds and 4 git commands to generate.