summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Finalize fltk1.3 1.3.8-6 for unstable.HEADdebian/1.3.8-6archive/debian/1.3.8-6masterAaron M. Ucko2023-11-15
|
* routine-update: Standards-Version: 4.6.2Aaron M. Ucko2023-11-15
|
* debian/FLTK-Targets-none-tail.cmake: Support CMake 3.24+ (#1028165).Aaron M. Ucko2023-11-15
| | | | | Properly honor FLTK_SKIP_FLUID when built with CMake 3.24+, which uses _cmake_import_check_targets rather than _IMPORT_CHECK_TARGETS.
* Start work on fltk1.3 1.3.8-6, for pre-1.4.x tidying.Aaron M. Ucko2023-11-15
|
* Finalize fltk1.3 1.3.8-5 for unstable.debian/1.3.8-5archive/debian/1.3.8-5Aaron M. Ucko2022-09-07
|
* routine-update: Standards-Version: 4.6.1Aaron M. Ucko2022-09-07
|
* lintian-overrides: Add wildcards to accommodate pointed hints.Aaron M. Ucko2022-09-07
|
* doc*/Makefile: Use English ("C") month names for PDF date (#1017421)Aaron M. Ucko2022-09-07
|
* debian/libfltk*.symbols*: Accommodate LTO builds (#1015406)Aaron M. Ucko2022-09-07
| | | | | | ... which drop some symbols (none of which anything in the archive uses AFAICT). Specifically, pull out libfltk*.symbols.no-lto files and include them with the "(optional)" tag.
* d/fix-fltk-targets: Report command lines, which are now dynamic.Aaron M. Ucko2022-09-07
| | | | See preceding debian/rules changes for #1017271.
* Inventory the final FLTK-Targets(-none).cmake files' add_* callsAaron M. Ucko2022-09-07
| | | | | ... automatically catching blatant problems and making some potential others immediately visible in build logs.
* rules: Unhardcode path to stock FLTK-Targets(-none).cmake (#1017271)Aaron M. Ucko2022-09-07
| | | | | | | Per https://gitlab.kitware.com/cmake/cmake/-/issues/23883, CMakeTmp/CMakeFiles/Export's subdirectory names are hexadecimal MD5 hash values as of CMake 3.24; automatic detection allows backports to keep working and accommodates possible future layout changes.
* Start work on fltk1.3 1.3.8-5.Aaron M. Ucko2022-09-07
|
* Finalize fltk1.3 1.3.8-4 for unstable.debian/1.3.8-4archive/debian/1.3.8-4Aaron M. Ucko2022-01-23
|
* debian/copyright: Update years and png authors.Aaron M. Ucko2022-01-23
| | | | | NB: Debian still doesn't use that tree, or FLTK's other convenience library copies.
* CMake/UseFLTK.cmake.in: Drop include_directories setting.Aaron M. Ucko2022-01-23
| | | | | | | | This setting has never been useful for package builds. It historically wound up listing the standard system directory /usr/include, and now lists the build directory and a subdirectory thereof, harming reproducibility and breaking multiarch coinstallability for libfltk1.3-dev.
* Start work on fltk1.3 1.3.8-4.Aaron M. Ucko2022-01-23
|
* fltk1.3 1.3.8-3: d/rules: Fix arch.-indep.-only builds.debian/1.3.8-3archive/debian/1.3.8-3Aaron M. Ucko2022-01-16
| | | | | | | More fltk-config handling cleanups: * Remove debian/tmp/usr/bin/fltk-config from override_dh_auto_install-indep, not just ...-arch. * Retire override_dh_install-arch, now superfluous even in full builds.
* fltk1.3 1.3.8-2: d/rules: Don't count on d/tmp/usr/bin/fltk-config.debian/1.3.8-2archive/debian/1.3.8-2Aaron M. Ucko2022-01-15
| | | | | | In particular, in builds that cover only architecture-dependent binary packages, override_dh_auto_install-indep won't recreate the file between override_dh_auto_install-arch and override_dh_install-arch.
* Finalize fltk1.3 1.3.8-1 for unstable.debian/1.3.8-1archive/debian/1.3.8-1Aaron M. Ucko2022-01-15
|
* Standards-Version: 4.6.0 (already compliant).Aaron M. Ucko2022-01-15
|
* Stop worrying about broken old texlive-latex-extra versions.Aaron M. Ucko2022-01-15
| | | | Per #920459 and #921294, they'd broken Doxygen's (long)tabu usage.
* documentation/Makefile: Drop broken shell FLTK_VERSION setting.Aaron M. Ucko2022-01-15
| | | | | We already have and use a perfectly good makefile setting, whereas the shell setting derived from a file that changed names.
* debian/rules: ensure makeinclude always sets USEMMFILES (to No).Aaron M. Ucko2022-01-15
|
* Make libfltk1.3-dev multi-arch: same (#1002579).Aaron M. Ucko2021-12-29
| | | | ... as enabled by other changes in this Debian release.
* Make CMake setup multiarch-safe too (for #1002579).Aaron M. Ucko2021-12-29
| | | | | | | | * debian/FLTK-Targets-head.cmake: New, to obtain DEB_HOST_MULTIARCH from dpkg-architecture. * debian/fix-fltk-targets: Substitute ${DEB_HOST_MULTIARCH} for the architecture-specific value. * debian/rules: Prepend FLTK-Targets-head.cmake to FLTK-Targets.cmake.
* "fltk-config" no longer has arch-specific data in it (for #1002579).Dima Kogan2021-12-29
| | | | | | | | | | | | | | | | | | | [Dima Kogan] The arch-specific stuff is in "ARCH-fltk-config", with "fltk-config" calling the appropriate one. This is a step on the way towards making libfltk1.3-dev Multi-Arch: same. [Aaron Ucko] * debian/control: Have libfltk1.3-dev depend on dpkg-dev for dpkg-architecture. * debian/fltk-config: - Propagate arguments to ARCH-fltk-config. - Modernize command substitution syntax. * debian/rules: - Introduce a macro for fltk-config's prefixed name. - Install the fltk-config wrapper as executable. - Supply a symlink to fltk-config's man page corresponding to its architecture-prefixed name.
* debian/libfltk1.3.symbols: Add the one new symbol.Aaron M. Ucko2021-12-29
|
* Adjust to new upstream CMake setup.Aaron M. Ucko2021-12-29
| | | | | | | | | | * debian/{FLTK-Targets-none-tail.cmake,fix-fltk-targets}: Split up fix-fltk-targets-none. * debian/rules: - Extend fix-fltk-targets to FLTK-Targets.cmake, just without the additional fragment. - For CMake, disable FLTK_BUILD_TEST rather than the deprecated OPTION_BUILD_EXAMPLES.
* Merge tag 'upstream/1.3.8'Aaron M. Ucko2021-12-28
|\ | | | | | | Upstream version 1.3.8.
| * New upstream version 1.3.8Aaron M. Ucko2021-12-28
| |
* | Finalize fltk1.3 1.3.5-3 for unstable.debian/1.3.5-3archive/debian/1.3.5-3Aaron M. Ucko2021-02-06
| |
* | routine-update: watch file standard 4Aaron M. Ucko2021-02-06
| |
* | routine-update: No tab in license textAaron M. Ucko2021-02-06
| |
* | routine-update: Add salsa-ci fileAaron M. Ucko2021-02-06
| |
* | routine-update: Standards-Version: 4.5.1Aaron M. Ucko2021-02-06
| |
* | Start work on fltk1.3 1.3.5-3 for final polishing.Aaron M. Ucko2021-02-06
| |
* | Finalize fltk1.3 1.3.5-2 for unstable.debian/1.3.5-2archive/debian/1.3.5-2Aaron M. Ucko2020-11-01
| |
* | Override notable Lintian false positives.Aaron M. Ucko2020-11-01
| | | | | | | | | | Disregard the fake CMakeCache.txt to satisfy FindFLTK.cmake and the supposed underlinkage of libc-independent libfltk_cairo.so.1.3.
* | debian/fluid.NEWS: Keep, but reformat without leading asterisks.Aaron M. Ucko2020-11-01
| |
* | debian/libfltk1.3.NEWS: Retire (gratuitous carryover from fltk1.1).Aaron M. Ucko2020-11-01
| |
* | Use secure URI in debian/watch too.Aaron M. Ucko2020-11-01
| |
* | Use AC_PATH_TOOL for upstream's manual PKGCONFIG setting.Aaron M. Ucko2020-11-01
| | | | | | | | PKG_PROG_PKG_CONFIG sets PKG_CONFIG instead.
* | Set debhelper-compat version in Build-Depends.Aaron M. Ucko2020-10-23
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
* | Use secure URI in Homepage field.Aaron M. Ucko2020-10-23
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
* | debian/copyright: use spaces rather than tabs to start continuation lines.Aaron M. Ucko2020-10-23
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: tab-in-license-text See-also: https://lintian.debian.org/tags/tab-in-license-text.html
* | Trim trailing whitespace.Aaron M. Ucko2020-10-23
| | | | | | | | | | | | Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html
* | Start work on fltk1.3 1.3.5-2 for formal cleanups.Aaron M. Ucko2020-10-23
| |
* | Finalize fltk1.3 1.3.5-1 for unstable.debian/1.3.5-1archive/debian/1.3.5-1Aaron M. Ucko2020-06-23
| |
* | debian/control: Reflect libgl-dev takeover from libgl1-mesa-dev.Aaron M. Ucko2020-06-23
| | | | | | | | | | | | * Build-Depends: swap transitional libgl1-mesa-dev package with formerly virtual libgl-dev package. * libfltk1.3-dev Recommends: Bypass libgl1-mesa-dev altogether.