Package: astrometry.net / 0.76+dfsg-3

Metadata

Package Version Patches format
astrometry.net 0.76+dfsg-3 3.0 (quilt)

Patch series

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

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

 add soname to libastrometry.so


Use correct sextractor program name instead of sex.patch | (download)

blind/augment-xylist.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use correct "sextractor" program name instead of "sex"


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

blind/Makefile | 10 4 + 6 - 0 !
libkd/Makefile | 3 1 + 2 - 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)

blind/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)".

Don t install non free files images and NGC2000.0 catalog.patch | (download)

Makefile | 3 0 + 3 - 0 !
catalogs/Makefile | 14 6 + 8 - 0 !
2 files changed, 6 insertions(+), 11 deletions(-)

 don't install non-free files (images and ngc2000.0 catalog)


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

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

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


Use python3 in bangpath.patch | (download)

bin/degtohms | 2 1 + 1 - 0 !
bin/hmstodeg | 2 1 + 1 - 0 !
bin/image2pnm | 2 1 + 1 - 0 !
bin/merge-columns | 2 1 + 1 - 0 !
bin/removelines | 2 1 + 1 - 0 !
bin/text2fits | 2 1 + 1 - 0 !
bin/uniformize | 2 1 + 1 - 0 !
bin/votabletofits | 2 1 + 1 - 0 !
blind/plotann.py | 2 1 + 1 - 0 !
blind/plotindex.py | 2 1 + 1 - 0 !
blind/whynot.py | 2 1 + 1 - 0 !
sdss/fields.py | 2 1 + 1 - 0 !
sdss/sdss_das.py | 2 1 + 1 - 0 !
util/2mass_catalog.py | 2 1 + 1 - 0 !
util/2mass_get.py | 2 1 + 1 - 0 !
util/Makefile | 2 1 + 1 - 0 !
util/casjobs.py | 2 1 + 1 - 0 !
util/image2pnm.py | 2 1 + 1 - 0 !
util/index-demo.py | 2 1 + 1 - 0 !
util/index-stats.py | 2 1 + 1 - 0 !
util/make-wcs.py | 2 1 + 1 - 0 !
util/plotSipDistortion.py | 2 1 + 1 - 0 !
util/plotshift.py | 2 1 + 1 - 0 !
util/removelines.py | 2 1 + 1 - 0 !
util/removelines_general.py | 2 1 + 1 - 0 !
util/removelines_rotate.py | 2 1 + 1 - 0 !
util/uniformize.py | 2 1 + 1 - 0 !
util/usnob_catalog.py | 2 1 + 1 - 0 !
util/usnob_get_image.py | 2 1 + 1 - 0 !
util/usnob_get_region.py | 2 1 + 1 - 0 !
util/usnob_trim.py | 2 1 + 1 - 0 !
31 files changed, 31 insertions(+), 31 deletions(-)

 use python3 in bangpath and don't install incompatible exif.py