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. -- Yavor Doganov Mon, 20 Oct 2014 19:49:09 +0300 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) -- Moritz Muehlenhoff Tue, 11 Mar 2014 20:13:54 +0100 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) -- Sebastian Ramacher Wed, 04 Sep 2013 14:12:18 +0200 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. -- Yavor Doganov Mon, 26 Sep 2011 19:06:08 +0300 lynkeos.app (1.2-5) unstable; urgency=low * debian/compat: Set to 7. * debian/control (Section): Change to `gnustep'. (Build-Depends): Require debhelper >= 7, remove version constraint for libgnustep-gui-dev. Drop libdts-dev. (Depends): Add ${gnustep:Depends}. (Standards-Version): Compliant with 3.8.4 as of this release. * debian/rules: Include /usr/share/GNUstep/debian/config.mk, export GNUSTEP_MAKEFILES and avoid gs_make. (d_app): New variable. (OPTFLAG, ADDITIONAL_CFLAGS): No longer define; rework noopt handling to be compatible with gnustep-make/2.4.x (Closes: #581957). (install): Replace dh_clean -k with dh_prep. (binary-arch): Don't install the lintian override. Conditionally move Resources to /usr/share. * debian/preinst: * debian/source/format: * debian/README.source: New file. * debian/lintian-override: Delete. * debian/Lynkeos.desktop: Make it valid. * debian/patches/05_ffmpeg_build_fix.dpatch: Add -ltiff to ADDITIONAL_OBJC_LIBS; fixes FTBFS with GNU gold (Closes: #555578). Remove -ldts; not needed. -- Yavor Doganov Sun, 30 May 2010 16:58:57 +0300 lynkeos.app (1.2-4) unstable; urgency=low * debian/compat: Set to 6. * debian/control (Build-Depends): Bump debhelper to >= 6. Version the dependency on libavcodec-dev to ensure that the package gets built against libavcodec52 on all architectures. Add libswscale-dev. (Vcs-Arch): New field. * debian/patches/05_ffmpeg_build_fix.dpatch: Update for the current ffmpeg: + Don't set ADDITIONAL_INCLUDE_DIRS. + Add -lswscale to ADDITIONAL_OBJC_LIBS. + Include the correct headers (Closes: #518233). + Replace the deprecated `img_convert' function with `sws_scale' (Closes: #487641). * debian/watch: New file, currently with commented pattern (Addresses: #483430). -- Yavor Doganov Wed, 11 Mar 2009 15:14:08 +0200 lynkeos.app (1.2-3) unstable; urgency=low * debian/patches/05_ffmpeg_build_fix.dpatch: Remove lots of useless libraries from ADDITIONAL_OBJC_LIBS. This fixes FTBFS (Closes: #489845) and maybe will make the Ubuntu maintainer's life easier (Closes: #455771). * debian/control (Build-Depends): Wrap them and bump libgnustep-gui-dev to >= 0.14. (Standards-Version): Set to 3.8.0; no changes required. * debian/rules: Use default and automatic variables where possible. (ADDITIONAL_OBJCFLAGS): Rename as... (OPTFLAG): ...as it is used only for the optimization flag. -- Yavor Doganov Wed, 09 Jul 2008 19:07:22 +0300 lynkeos.app (1.2-2) unstable; urgency=low * debian/control (Maintainer): Adopting package, set the GNUstep team as maintainer (Closes: #448739). (Uploaders): Add myself. (Section): Changed to `science'. (Build-Depends): Bump debhelper to (>= 5), libgnustep-gui-dev to (>= 0.12). Replace fftw3-dev with libfftw3-dev. Add dpatch and imagemagick. Drop gnustep-make. (Standards-Version): Bump to 3.7.2 (no changes). (Homepage): Moved to its own field. * Acknowledge NMUs, many thanks to Julien Danjou and Hubert Chan (Closes: #370268, #391260). * debian/compat: Bump level to 5. * debian/dirs: Deleted. * debian/manpages: Likewise. * debian/menu (section): Changed to `Applications/Science/Astronomy'. (longtitle, icon): Added. * debian/rules: Include include /usr/share/dpatch/dpatch.make. (CFLAGS): Do not define. (ADDITIONAL_OBJCFLAGS, ADDITIONAL_CFLAGS): New conditionally defined variables. (configure, configure-stamp): Delete these targets. (build): Depend on the `patch' target. (build-stamp): Remove `configure-stamp' from prerequisites. Use gs_make and do not source GNUstep.sh (Closes: #451445). Honor DEB_BUILD_OPTIONS. Generate the PNG icon and convert it to XPM. (clean): Renamed to `clean-patched'; depend on it and `unpatch'. (clean-patched): Do not delete `configure-stamp' as it is not created. Do not ignore errors. Delete the XPM icon and the manpage symlink as well. (install): Use gs_make, the standard DESTDIR variable and GNUSTEP_INSTALLATION_DOMAIN. Remove the invalid .desktop file and install ours. Do not invoke dh_installdirs. Remove the executable bits of ImageListWindow.gorm. (binary-arch): Do not create the app wrapper. Remove needless dh_installexamples invocation. Use gsdh_gnustep. Create a symlink for the manpage (fixes lintian warning). (.PHONY): Drop configure. * debian/Lynkeos.desktop: Added. * Split the patches from diff.gz in debian/patches and maintain them with dpatch: + 05_ffmpeg_build.dpatch. + 10_plist_icon.dpatch. + 15_manpage.dpatch: New. * debian/patched/00list: Create. -- Yavor Doganov Sat, 17 Nov 2007 16:29:00 +0200 lynkeos.app (1.2-1.2) unstable; urgency=low * Non-maintainer upload * Rebuild against new GNUstep libraries. - Update Build-dep to libgnustep-gui-dev. - Fix problem with NSMovie aliasing. * Add license header to debian/copyright file. -- Hubert Chan Thu, 5 Oct 2006 11:07:58 -0400 lynkeos.app (1.2-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS - Build-dep on libgnustep-gui0.10-dev instead of libgnustep-gui0.9-dev (Closes: #350429) - Fix problem with libavcodec-dev (Closes: #327429) - Add an include path to Sources/GNUmakefile -- Julien Danjou Thu, 1 Jun 2006 11:46:49 +0200 lynkeos.app (1.2-1) unstable; urgency=low * Initial Release. (closes: #300000) -- Gürkan Sengün Sun, 17 Apr 2005 21:35:42 +0200