lynkeos.app - GNUstep app for processing planetary astronomical images
# sudo apt-get update
# sudo apt-get install lynkeos.app
2014-10-20 - Yavor Doganov <yavor@gnu.org> lynkeos.app (1.2-7) unstable; urgency=medium * Ack NMUs, thanks Sebastian Ramacher and Moritz Muehlenhoff. * debian/source/format: Switch to 3.0 (quilt). * debian/compat: Set to 9. * debian/control (Build-Depends): Remove dpatch and openssl. Bump debhelper and libav version requirement. Add gnustep-make (>= 2.6.6-2). (Description): Improve. (Vcs-Git, Vcs-Browser): Use the canonical URIs. (Homepage): Switch to sf.net as the page of the GS port gives 404. (Standards-Version): Compliant with 3.9.6 as of this release. * debian/rules: Rewrite for modern dh. * debian/patches/00list: * debian/patches/05_ffmpeg_build_fix.dpatch: * debian/patches/10_plist_icon.dpatch: * debian/patches/15_manpage.dpatch: * debian/patches/compilation-errors.dpatch: * debian/patches/libav_0.7.dpatch: * debian/patches/libav_9.dpatch: * debian/patches/libav_10.dpatch: Rename/quiltify as... * debian/patches/series: * debian/patches/libav-build-fix.patch: * debian/patches/plist-icon.patch: * debian/patches/manpage-fix.patch: * debian/patches/compilation-errors.patch: * debian/patches/libav-0.7.patch: * debian/patches/libav-9.patch: * debian/patches/libav-10.patch: ...and make them DEP-3 compliant. * debian/patches/format-security.patch: New, fixes FTBFS with the default buildflags. Thanks Colin Watson (Closes: #645993). * debian/patches/hurd-ftbfs-fix.patch: New, fixes FTBFS on GNU/Hurd. Thanks Pino Toscano (Closes: #670050). * debian/patches/gcc-warnings.patch: New; fixes implicit function declarations and few other issues (Closes: #749760). * debian/patches/libav-10.patch: Replace the deprecated function avcodec_alloc_frame with av_frame_alloc. * debian/patches/fix-spelling-error.patch: New, thanks Paul Gevers. * debian/patches/manpage-fix.patch: Typo fix. Install into a valid section, thanks Paul Gevers. * debian/source/include-binaries: * debian/install: * debian/manpages: New files. * debian/Lynkeos.png: New file; moved/generated from plist-icon.patch. * debian/README.source: * debian/preinst: Delete. * debian/Lynkeos.desktop: Add Keywords field. * debian/copyright: Switch to format 1.0.
2014-03-11 - Moritz Muehlenhoff <jmm@debian.org> lynkeos.app (1.2-6.2) unstable; urgency=medium * Non-maintainer upload. * debian/patches/libav_10.dpatch: Port to libav 10 API. Thanks to Anton Khirnov for the patch (Closes: #739316) * Build-depend on libtiff-dev (Closes: #722968)
2013-09-04 - Sebastian Ramacher <sramacher@debian.org> lynkeos.app (1.2-6.1) unstable; urgency=low * Non-maintainer upload. * debian/patches/libav_9.dpatch: Port to libav 9 API. Thanks to Moritz Muehlenhoff for the patch (Closes: #720820)
2011-09-26 - Yavor Doganov <yavor@gnu.org> lynkeos.app (1.2-6) unstable; urgency=low * debian/patches/compilation-errors.dpatch: New (Closes: #629206). * debian/patches/libav_0.7.dpatch: New; port to libav/0.7, thanks Colin Watson (Closes: #638535). * debian/patches/00list: Update. * debian/control (Build-Depends): Add libtiff4-dev. Require libavcodec-dev/libavformat-dev/libswscale-dev >= 4:0.7.1. (Vcs-Arch): Replace with... (Vcs-Git, Vcs-Browser): ...as the package is now maintained in Git. (Standards-Version): Bump to 3.9.2; no changes required.