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
e862e05d
Commit
e862e05d
authored
Aug 16, 2021
by
Ole Streicher
Browse files
Rediff patches
parent
0d5c1ad3
Changes
8
Hide whitespace changes
Inline
Side-by-side
debian/patches/Add-SONAME-to-libastrometry.so.patch
View file @
e862e05d
...
...
@@ -7,10 +7,10 @@ Subject: Add SONAME to libastrometry.so
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/solver/Makefile b/solver/Makefile
index
5e1bd09..2b9f0ac
100644
index
6870244..08f5e35
100644
--- a/solver/Makefile
+++ b/solver/Makefile
@@ -1
28
,7 +1
28
,8 @@
$(ENGINE_LIB): $(ENGINE_OBJS)
@@ -1
34
,7 +1
34
,8 @@
$(ENGINE_LIB): $(ENGINE_OBJS)
$(RANLIB) $@
$(ENGINE_SO): $(ENGINE_OBJS) $(SLIB)
...
...
@@ -20,7 +20,7 @@ index 5e1bd09..2b9f0ac 100644
# old and miscellaneous executables that aren't part of the pipeline.
OLDEXECS := checkquads
@@ -
199
,8 +20
0
,8 @@
install: $(INSTALL_EXECS) $(INSTALL_LIB)
@@ -
205
,8 +20
6
,8 @@
install: $(INSTALL_EXECS) $(INSTALL_LIB)
done
$(MKDIR) '$(LIB_INSTALL_DIR)'
@for x in $(INSTALL_LIB); do \
...
...
debian/patches/Call-python-scripts-as-modules-instead-of-executables.patch
View file @
e862e05d
...
...
@@ -11,7 +11,7 @@ call of the script by "python -m astrometry.$(MODULE)".
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/solver/augment-xylist.c b/solver/augment-xylist.c
index
2b2458b..14c125b
100644
index
d742a4a..75c954a
100644
--- a/solver/augment-xylist.c
+++ b/solver/augment-xylist.c
@@ -727,7 +727,9 @@
int augment_xylist(augment_xylist_t* axy,
...
...
debian/patches/Don-t-copy-demo-files-to-examples.patch
View file @
e862e05d
...
...
@@ -7,7 +7,7 @@ Subject: Don't copy demo files to examples
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index
c9a5d04..8230e4
4 100644
index
73de492..27a12c
4 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,6 @@
install-core:
...
...
debian/patches/Don-t-fail-on-rm-during-make-clean.patch
View file @
e862e05d
...
...
@@ -7,7 +7,7 @@ Subject: Don't fail during 'make clean'
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index
ea20f78..c9a5d04
100644
index
da6ff80..73de492
100644
--- a/Makefile
+++ b/Makefile
@@ -345,9 +345,7 @@
clean:
...
...
debian/patches/Dynamically-link-to-libastrometry.so-when-possible.patch
View file @
e862e05d
...
...
@@ -9,7 +9,7 @@ Subject: Dynamically link to libastrometry.so, when possible
3 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/libkd/Makefile b/libkd/Makefile
index f535986..
0442518
100644
index f535986..
2a41166
100644
--- a/libkd/Makefile
+++ b/libkd/Makefile
@@ -90,8 +90,7 @@
py: pyspherematch
...
...
@@ -23,10 +23,10 @@ index f535986..0442518 100644
CFLAGS="$(CFLAGS)" \
$(PYTHON) setup.py build_ext --inplace --force --build-temp .
diff --git a/solver/Makefile b/solver/Makefile
index
2b9f0ac..06d50b0
100644
index
08f5e35..cdc98cd
100644
--- a/solver/Makefile
+++ b/solver/Makefile
@@ -
39
,9 +
39
,7 @@
LDFLAGS := $(LDFLAGS_DEF)
@@ -
45
,9 +
45
,7 @@
LDFLAGS := $(LDFLAGS_DEF)
LDLIBS := $(LDLIBS_DEF)
LDLIBS += $(ANFILES_LIB)
...
...
@@ -37,7 +37,7 @@ index 2b9f0ac..06d50b0 100644
CFLAGS += $(CFLAGS_DEF)
CFLAGS += $(CATS_INC)
@@ -1
16
,7 +1
14
,7 @@
ENGINE_OBJS += new-wcs.o fits-guess-scale.o cut-table.o \
@@ -1
22
,7 +1
20
,7 @@
ENGINE_OBJS += new-wcs.o fits-guess-scale.o cut-table.o \
resort-xylist.o
BUILD_INDEX_OBJS := build-index.o uniformize-catalog.o startree.o hpquads.o \
...
...
@@ -46,7 +46,7 @@ index 2b9f0ac..06d50b0 100644
unpermute-quads.o merge-index.o
ENGINE_OBJS += $(BUILD_INDEX_OBJS)
@@ -1
27
,8 +1
25
,8 @@
$(ENGINE_LIB): $(ENGINE_OBJS)
@@ -1
33
,8 +1
31
,8 @@
$(ENGINE_LIB): $(ENGINE_OBJS)
$(AR) rc $@ $(ENGINE_OBJS)
$(RANLIB) $@
...
...
@@ -58,7 +58,7 @@ index 2b9f0ac..06d50b0 100644
# old and miscellaneous executables that aren't part of the pipeline.
diff --git a/util/Makefile b/util/Makefile
index 3
4c4628..58ad2c7
100644
index 3
2912cc..84cec1e
100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -55,8 +55,7 @@
ANFILES_OBJ += multiindex.o index.o indexset.o \
...
...
debian/patches/Fix-issues-when-using-Debian-libs-instead-of-convienience.patch
View file @
e862e05d
...
...
@@ -8,7 +8,7 @@ Subject: Fix issues when using Debian libs instead of convienience copies
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/Makefile b/util/Makefile
index
58ad2c7..25c2f8c
100644
index
84cec1e..8f940da
100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -100,7 +100,7 @@
CFLAGS += -I.
...
...
debian/patches/Fix-shared-lib-flags-so-that-the-package-can-be-built-on-.patch
View file @
e862e05d
...
...
@@ -7,7 +7,7 @@ Subject: Fix shared lib flags so that the package can be built on s390x
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/util/makefile.common b/util/makefile.common
index
d87b750..7367c85
100644
index
3fe2cc1..8ae19d6
100644
--- a/util/makefile.common
+++ b/util/makefile.common
@@ -171,9 +171,8 @@
FLAGS_DEF += $(shell $(CCTEST))
...
...
debian/patches/Remove-errornous-generation-of-net-client.py.patch
View file @
e862e05d
...
...
@@ -7,7 +7,7 @@ Subject: Remove errornous generation of net/client.py
1 file changed, 7 deletions(-)
diff --git a/Makefile b/Makefile
index
6991d5f..ea20f78
100644
index
cd9badd..da6ff80
100644
--- a/Makefile
+++ b/Makefile
@@ -165,13 +165,6 @@
install-core:
...
...
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