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
dad44a8d
Commit
dad44a8d
authored
Apr 28, 2020
by
Ole Streicher
Browse files
Don't copy demo files to examples
parent
cc62153a
Pipeline
#130730
passed with stages
in 13 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/Don-t-copy-demo-files-to-examples.patch
0 → 100644
View file @
dad44a8d
From: Ole Streicher <olebole@debian.org>
Date: Tue, 28 Apr 2020 09:27:14 +0200
Subject: Don't copy demo files to examples
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8b7bba3..d6f3c94 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,6 @@
install-core:
$(MKDIR) '$(MAN1_INSTALL_DIR)'
$(CP) __init__.py '$(PY_BASE_INSTALL_DIR)'
$(CP) CREDITS LICENSE README.md report.txt '$(DOC_INSTALL_DIR)'
- $(CP) demo/* '$(EXAMPLE_INSTALL_DIR)'
$(CP) man/*.1 '$(MAN1_INSTALL_DIR)'
$(MAKE) -C util install-core
$(MAKE) -C catalogs install
debian/patches/series
View file @
dad44a8d
...
...
@@ -6,3 +6,4 @@ Call-python-scripts-as-modules-instead-of-executables.patch
Fix-shared-lib-flags-so-that-the-package-can-be-built-on-.patch
Remove-errornous-generation-of-net-client.py.patch
Don-t-fail-on-rm-during-make-clean.patch
Don-t-copy-demo-files-to-examples.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