Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Astro Team
astrometry.net
Commits
274026e8
Commit
274026e8
authored
Nov 15, 2019
by
Ole Streicher
Browse files
Remove errornous generation of net/client.py
parent
d0c79d83
Pipeline
#86495
passed with stages
in 13 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/Remove-errornous-generation-of-net-client.py.patch
0 → 100644
View file @
274026e8
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 dbac5d5..a137cb9 100644
--- a/Makefile
+++ b/Makefile
@@ -159,13 +159,6 @@
install-core:
$(MAKE) -C qfits-an install
$(MAKE) -C blind 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
ifeq ($(SYSTEM_GSL),yes)
debian/patches/series
View file @
274026e8
...
...
@@ -6,3 +6,4 @@ Call-python-scripts-as-modules-instead-of-executables.patch
Don-t-install-non-free-files-images-and-NGC2000.0-catalog.patch
Fix-shared-lib-flags-so-that-the-package-can-be-built-on-.patch
Use-python3-in-bangpath.patch
Remove-errornous-generation-of-net-client.py.patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment