1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364
|
lynkeos.app (3.1+dfsg1-2) unstable; urgency=medium
* debian/patches/ftbfs-ppc64el.patch: Update redefined types which were
apparently missed by upstream for the __ALTIVEC__ branch. Fixes yet
another FTBFS on ppc64el.
* debian/patches/gnustep-port.patch: Fix an honest typo which caused
FTBFS on powerpc, powerpcspe and ppc64.
-- Yavor Doganov <yavor@gnu.org> Thu, 31 Jan 2019 13:24:22 +0200
lynkeos.app (3.1+dfsg1-1) unstable; urgency=medium
* New upstream release.
* Remove patches that are applied/fixed upstream:
- libav-10.patch;
- ffmpeg_2.9.patch;
- ffmpeg-4.0.patch.
* debian/patches/fix-spelling-error.patch: Fix another error; refresh.
* debian/patches/gnustep-port.patch: Adapt for the current code:
+ Fix assertion failure with gnustep-base/1.26 (Closes: #920609).
+ Provide alternative for the Clang-specific __builtin_shufflevector.
+ Replace CoreFoundation functions with GNUstep Base equivalents.
+ Don't override NSCell methods; remove all SMDoubleSlider changes.
+ Build with dcraw/FITS/SER support; ignore the metadata as the
implementation relies on CoreServices which has no free replacement.
+ Revert all XIBs to an old version as XIB files created by XCode 5
are not supported by GNUstep yet.
* debian/patches/gcc-warnings.patch: Remove hunks applied upstream; fix
a few more warnings. Check the return value of fread/fgets.
* debian/patches/manpage-fix.patch: Refresh.
* debian/patches/glibc-2.27.patch: Likewise.
* debian/patches/series: Update.
* debian/gbp.conf: New file.
* debian/control (Build-Depends): Bump libgnustep-gui-dev to >= 0.27 for
the new NSSliderCell implementation. Drop libgnustep-base-dev;
implied by -base. Add libcfitsio-dev for the FITS reader/writer.
Add liblapacke-dev for the new image alignment implementation. Bump
gnustep-make to >= 2.7.0-4 for "terse" support in DEB_BUILD_OPTIONS.
(Depends): Add dcraw, required for reading the various RAW formats.
(Standards-Version): Claim compliance with 4.3.0; no changes needed.
* debian/rules (override_dh_auto_build): Support "terse".
(override_dh_fixperms-indep): Amend Italian translations directory.
* debian/copyright (Files-Excluded): Add SDK; just causes lintian
warning P: source-contains-empty-directory.
Remove copyright holders for patches that are removed. Correct
location of translations; update copyright years.
-- Yavor Doganov <yavor@gnu.org> Thu, 31 Jan 2019 00:06:43 +0200
lynkeos.app (2.10+dfsg1-3) unstable; urgency=medium
* debian/patches/ftbfs-ppc64el.patch: New, fix AltiVec-related FTBFS on
ppc64el (Closes: #893442). Many thanks to Frédéric Bonnard.
* debian/patches/series: Update.
* debian/copyright: Add Frédéric.
-- Yavor Doganov <yavor@gnu.org> Sun, 25 Mar 2018 15:26:01 +0300
lynkeos.app (2.10+dfsg1-2) unstable; urgency=low
* debian/patches/gnustep-port.patch: Fix FTBFS on most architectures
(undeclared PAGE_SIZE) (Closes: #893097). Avoid locking the low knob
of the double slider when it is set to the minimal value.
* debian/control (lynkeos.app-common): Mark as M-A: foreign.
-- Yavor Doganov <yavor@gnu.org> Fri, 16 Mar 2018 16:04:26 +0200
lynkeos.app (2.10+dfsg1-1) unstable; urgency=low
* New upstream release (Closes: #483430).
* Set urgency to "low" for a longer testing period.
* debian/patches/gnustep-port.patch: New; port to GNUstep.
* debian/patches/ffmpeg-4.0.patch: New; fix FTBFS with ffmpeg/4.0
(Closes: #888339). Thanks James Cowgill for the report. While here,
move away from the legacy decode API; the new API works better with
some codecs and hopefully the switch would lead to smoother ffmpeg
transitions in the future.
* debian/patches/glibc-2.27.patch: New; fix FTBFS with glibc/2.27
(Closes: #891336). Thanks Aurelien Jarno for the report.
* debian/patches/libav-10.patch: Remove hunks applied upstream, update
for the current code.
* debian/patches/ffmpeg_2.9.patch: Adapt for current code.
* debian/patches/gcc-warnings.patch: Remove all hunks as they were
either fixed upstream or no longer apply to current code; fix some new
warnings.
* debian/patches/manpage-fix.patch: Write a new manpage and get it
installed by the upstream build system.
* debian/patches/fix-spelling-error.patch: Remove irrelevant hunk, fix
one new spelling error.
* debian/patches/hurd-ftbfs-fix.patch:
* debian/patches/libav-build-fix.patch:
* debian/patches/libav-0.7.patch:
* debian/patches/libav-9.patch: Remove; fixed upstream.
* debian/patches/compilation-errors.patch:
* debian/patches/format-security.patch:
* debian/patches/plist-icon.patch: Remove; no longer applicable.
* debian/patches/series: Update.
* debian/compat: Bump to 11.
* debian/menu: Delete.
* debian/install: Don't install the .xpm icon. Install arch-dep files.
* debian/lynkeos.app-common.install: New file.
* debian/control (Build-Depends): Remove imagemagick. Bump gnustep-make
dependency to >= 2.7.0-3 for the optim definition. Add icnsutils.
Bump debhelper to >= 11. Remove ancient version requirements for
ffmpeg libraries. Require latest GNUstep libraries which contain
fixes related to this release.
(lynkeos.app-common): New package, split arch-indep files.
(Depends): Remove ${gnustep:Depends}; obsolete. Depend on -common.
(Vcs-Git, Vcs-Browser): Update following the migration to Salsa.
(Standards-Version): Claim compliance with 4.1.3 as of this release.
* debian/rules: Pass --sourcedirectory=GNUstep to dh. Don't define
optim. Enable all hardening.
(d_com): New helper variable. Redefine d_app accordingly.
(override_dh_auto_build): Don't create the .xpm icon. Don't create
symlink for the manpage. Extract a .png icon from upstream .icns.
Replace $(MAKE) with dh_auto_build.
(override_dh_auto_install, override_dh_clean)
(override_dh_installchangelogs): Remove.
(override_dh_link): Rename as -indep and adjust recipe for the
arch:all package. Don't invoke gsdh_gnustep; obsolete.
(override_dh_fixperms): Rename as -indep; fix permissions for Italian
translation files.
* debian/Lynkeos.png:
* debian/manpages: Delete, no longer necessary.
* debian/Lynkeos.desktop: Adjust Icon field.
* debian/clean: New file; clean the .png icon.
* debian/changelog: Remove trailing whitespace.
* debian/watch: Uncomment, add repacking options.
* debian/copyright: Use Files-Excluded to repackage the upstream tarball
due to a non-free image. Update copyright years, add copyright
holders for translations. Add copyright/license for SMDoubleSlider.
Use HTTPS for the Format URL.
* debian/lynkeos.app-common.lintian-overrides: New file, override
extra-license-file as these are loaded in the About dialog.
-- Yavor Doganov <yavor@gnu.org> Sat, 10 Mar 2018 21:29:04 +0200
lynkeos.app (1.2-7.1) unstable; urgency=medium
* Non-maintainer upload.
[ Andreas Cadhalpun ]
* Fix build with ffmpeg 3.0. (Closes: #803840)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 06 Mar 2016 22:46:15 +0100
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 <yavor@gnu.org> 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 <jmm@debian.org> 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 <sramacher@debian.org> 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 <yavor@gnu.org> 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 <yavor@gnu.org> 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 <yavor@gnu.org> 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 <yavor@gnu.org> 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 <yavor@gnu.org> 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 <hubert@uhoreg.ca> 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 <acid@debian.org> Thu, 1 Jun 2006 11:46:49 +0200
lynkeos.app (1.2-1) unstable; urgency=low
* Initial Release. (closes: #300000)
-- Gürkan Sengün <gurkan@linuks.mine.nu> Sun, 17 Apr 2005 21:35:42 +0200
|