Package: astrometry.net / 0.93+dfsg-1

Metadata

Package Version Patches format
astrometry.net 0.93+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add SONAME to libastrometry.so.patch | (download)

solver/Makefile | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 add soname to libastrometry.so


Dynamically link to libastrometry.so when possible.patch | (download)

libkd/Makefile | 3 1 + 2 - 0 !
solver/Makefile | 10 4 + 6 - 0 !
util/Makefile | 8 3 + 5 - 0 !
3 files changed, 8 insertions(+), 13 deletions(-)

 dynamically link to libastrometry.so, when possible


Fix issues when using Debian libs instead of convienience.patch | (download)

util/Makefile | 2 1 + 1 - 0 !
util/makefile.gsl | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix issues when using debian libs instead of convienience copies


Call python scripts as modules instead of executables.patch | (download)

solver/augment-xylist.c | 12 9 + 3 - 0 !
util/image2pnm.py | 2 1 + 1 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 call python scripts as modules instead of executables

In Debian, the python scripts are not installed in /usr/bin, but are
only accessible as modules. Therefore, we need to replace the direct
call of the script by "python -m astrometry.$(MODULE)".

Fix shared lib flags so that the package can be built on .patch | (download)

util/makefile.common | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 fix shared lib flags so that the package can be built on s390x


Remove errornous generation of net client.py.patch | (download)

Makefile | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove errornous generation of net/client.py


Don t copy demo files to examples.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't copy demo files to examples


Include netpbm files from netpbm subdir.patch | (download)

util/an-pnmtofits.c | 2 1 + 1 - 0 !
util/cairoutils.c | 2 1 + 1 - 0 !
util/os-features-test.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 include netpbm files from netpbm subdir