File: Remove-errornous-generation-of-net-client.py.patch

package info (click to toggle)
astrometry.net 0.97%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,412 kB
  • sloc: ansic: 165,687; python: 18,429; makefile: 1,550; sh: 157; cpp: 78; pascal: 67; awk: 56; perl: 9
file content (26 lines) | stat: -rw-r--r-- 867 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Ole Streicher <olebole@debian.org>
Date: Fri, 15 Nov 2019 20:40:20 +0100
Subject: Remove errornous generation of net/client.py

---
 Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Makefile b/Makefile
index 3870c68..4b3fc9c 100644
--- a/Makefile
+++ b/Makefile
@@ -182,13 +182,6 @@ install-core:
 	$(MAKE) -C qfits-an install
 	$(MAKE) -C solver install
 	$(MAKE) -C sdss install
-	$(MKDIR) -p '$(PY_BASE_INSTALL_DIR)'/net/client
-	@for x in net/client/client.py; do \
-		echo $(SED) 's+$(PYTHON_SCRIPT_DEFAULT)+$(PYTHON_SCRIPT)+' $$x > '$(PY_BASE_INSTALL_DIR)/'$$x; \
-		$(SED) 's+$(PYTHON_SCRIPT_DEFAULT)+$(PYTHON_SCRIPT)+' $$x > '$(PY_BASE_INSTALL_DIR)/'$$x; \
-		echo $(CHMOD_EXECUTABLE) '$(PY_BASE_INSTALL_DIR)/'$$x; \
-		$(CHMOD_EXECUTABLE) '$(PY_BASE_INSTALL_DIR)/'$$x; \
-	done
 .PHONY: install install-core
 
 install-cfitsio-utils: