Change log for bogl package in Debian

122 of 22 results
Published in sid-release
bogl (0.1.18-22) unstable; urgency=medium

  * patches/makefile: Fix dependency computation on non-Linux.

 -- Samuel Thibault <email address hidden>  Sun, 21 Jan 2024 11:56:44 +0100
Published in bookworm-release
Published in sid-release
bogl (0.1.18-20) unstable; urgency=medium

  * control: Make bogl-bterm Multi-Arch: foreign.
  * patches/SGR0-ul: Fix SGR0 resetting underlining.
  * patches/SGR-multiarg: Fix SGR processing several parameters.

 -- Samuel Thibault <email address hidden>  Sun, 18 Sep 2022 23:58:38 +0200
Deleted in experimental-release (Reason: None provided.)
bogl (0.1.18-19) experimental; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ncurses-term.
    + bogl-bterm: Drop versioned constraint on ncurses-term in Depends.

  [ Samuel Thibault ]
  * control: Split out font tools into bogl-utils. libbogl-dev can now be M-A:
    same and bogl-utils be M-A: foreign. Keep libbogl-dev -> bogl-utils
    dependency for now until packages have migrated to using bogl-utils for
    font tools.
  * libbogl-dev.{install,manpages}: Move utils into...
  * bogl-utils.{install,manpages}: new package.

 -- Samuel Thibault <email address hidden>  Sat, 17 Sep 2022 03:15:22 +0200
Superseded in sid-release
bogl (0.1.18-18) unstable; urgency=medium

  [ Samuel Thibault ]
  * control: Set Rules-Requires-Root to no
  * rules: Set CC.
  * control: Bump Standards-Version to 4.6.0 (no change)

  [ Zhang Boyang ]
  * Better-quit-handling.patch: Better quit handling.
  * Fix-character-occasionally-disappears-from-right-edge-of-screen.patch: Fix
    character occasionally disappears from right edge of screen.
  * Fix-out-of-bound-read-in-tcfb-s-cmap_lookup.patch: Fix out-of-bound read
    in tcfb's cmap_lookup().
  * Fix-rightmost-pixel-of-each-line-not-cleared-by-bogl_vga16_text.patch: Fix
    rightmost pixel of each line not cleared by bogl_vga16_text().
  * Better-font-reload-handling.patch: Better font reload handling.
  * Fix-incorrect-signal-handling.patch: Fix incorrect signal handling.
  * Font-scaler.patch: Font scaler.
  * Use-ioctl-FBIOPAN_DISPLAY-to-update-screen-after-drawing.patch: Use
    ioctl(FBIOPAN_DISPLAY) to update screen after drawing
    (Closes: Bug#1011609)
  * Fix-crash-caused-by-invalid-term-yorig.patch: Fix crash caused by invalid
    term->yorig.

 -- Samuel Thibault <email address hidden>  Sun, 24 Jul 2022 23:54:27 +0200
Published in bullseye-release
Superseded in sid-release
bogl (0.1.18-17) unstable; urgency=medium

  * patches/flags: Fix passing build flags.

 -- Samuel Thibault <email address hidden>  Fri, 01 Jan 2021 17:00:12 +0100
Superseded in sid-release
bogl (0.1.18-16) unstable; urgency=low

  [ Debian Janitor ]
  * Add missing ${misc:Depends} to Depends for bogl-bterm-udeb.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.5.0, no changes needed.

 -- Samuel Thibault <email address hidden>  Sun, 01 Nov 2020 02:11:57 +0100
Superseded in sid-release
bogl (0.1.18-15) unstable; urgency=medium

  * rules: Rely on pre-initialized dpkg-architecture variables.
  * control: Build-depend on dh-exec.
  * libbogl-dev.install*: Use dh-exec to simplify files.
  * patches/no-common: Fix build with -fno-common, will be the default with
    gcc-10 (Closes: Bug#957050)

 -- Samuel Thibault <email address hidden>  Wed, 20 May 2020 10:41:26 +0200
Superseded in sid-release
bogl (0.1.18-14) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Set Vcs-* to salsa.debian.org

  [ Samuel Thibault ]
  * control: Bump Standards-Version to 4.4.0 (no changes).
  * patches/warning: Fix some harmless warnings.

  [ Adam Conrad ]
  * debian/patches/makefile: Use DEB_HOST vars consistently, rather than
    incorrectly using DEB_BUILD and uname to guess what we're building.
  * debian/patches/makefile: Don't build vga16 on arm, due to glibc 2.30
    (Closes: Bug#940824)

 -- Samuel Thibault <email address hidden>  Sat, 21 Sep 2019 00:38:50 +0200
Published in stretch-release
bogl (0.1.18-11+deb9u1) stretch; urgency=high

  * bogl-term.c: Call iswspace instead of isspace, fixes crash on U+FEFF.

 -- Samuel Thibault <email address hidden>  Sun, 08 Sep 2019 11:42:38 +0200
Published in buster-release
Superseded in sid-release
bogl (0.1.18-13) unstable; urgency=medium

  * patches/invisible: Call iswspace instead of isspace, fixes crash on
    U+FEFF.

 -- Samuel Thibault <email address hidden>  Thu, 08 Mar 2018 23:47:43 +0100
Superseded in buster-release
Superseded in sid-release
bogl (0.1.18-12) unstable; urgency=medium

  * patches: Switch to 3.0 patch system.
  * Use canonical anonscm vcs URL.
  * patches/gcc-7: Fix build with gcc-7 (Closes: Bug#853335)
  * patches/cub: Support cub blindly emitted by busybox.
  * control: Migrate priority to optional.
  * control: Bump Standards-Version to 4.1.1.

 -- Samuel Thibault <email address hidden>  Thu, 05 Oct 2017 22:56:47 +0200
Superseded in buster-release
Superseded in stretch-release
Superseded in sid-release
bogl (0.1.18-11) unstable; urgency=medium

  * compat: Bump to 9.
  * rules: Clear.

 -- Samuel Thibault <email address hidden>  Tue, 22 Dec 2015 21:20:45 +0100
Superseded in stretch-release
Superseded in sid-release
bogl (0.1.18-10) unstable; urgency=low

  [ Samuel Thibault ]
  * control:
    - Use Package-Type instead of XC-Package-Type.
    - Build-depend on libgd-dev instead of libgd2-dev.
    - Fix VCS URL.
  * bdftobogl.c: Rework to avoid letting static analyzers think there's a bug
    (Closes: Bug#737606).
  * Bump Standards-Version to 3.9.6.
  * Do not print invisible characters, ZWSP for Persian notablys
    (Closes: Bug#794204).

  [ Luca Coppolaro ]
  * bogl-font-new.c: Fix conversion of lines of glyphs with high bit set
    (Closes: Bug#796034).

 -- Samuel Thibault <email address hidden>  Tue, 27 Oct 2015 21:24:35 +0100
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
bogl (0.1.18-9) unstable; urgency=low


  * Replace libgd2-{noxpm,xpm}-dev build-depend with libgd2-dev.
  * Fix bdftobogl crash on invalid font file.

 -- Samuel Thibault <email address hidden>  Thu, 27 Jun 2013 17:50:09 +0200
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
bogl (0.1.18-8) unstable; urgency=low


  * Fix non-linux archs build (Closes: Bug#671041).

 -- Samuel Thibault <email address hidden>  Thu, 03 May 2012 01:15:04 +0200
Superseded in sid-release
bogl (0.1.18-7) unstable; urgency=low


  [ Samuel Thibault ]
  * control:
    - Bump Standards-Version to 3.9.3 (no changes).
    - Set libbogl0 multi-arch: same
  * rules: Move libraries to multi-arch path.
  * libbogl0, libbogl-dev: Use multi-arch path.

  [ Sven Joachim ]
  * control: 
    - make libbogl0 pre-depend on multi-arch-support
    - Build-depend on recent debhelper to get misc:Pre-Depends.
    - Depend and build-depend on ncurses-term (>= 5.9-7) (see #562134).
  * bogl-bterm: Do not include /usr/share/terminfo/b/bterm anymore.
  * rules: install the bterm terminfo from ncurses-term into bogl-term-udeb.

 -- Samuel Thibault <email address hidden>  Sat, 25 Feb 2012 17:26:32 +0100
Superseded in wheezy-release
Superseded in sid-release
bogl (0.1.18-6) unstable; urgency=low


  * Add VCS-Browser and VCS-Git fields.
  * control:
    - Depend on hardening-check.
    - Bump Standards-Version to 3.9.2 (No changes needed).
  * rules:
    - Set DEB_BUILD_HARDENING=1 to enable hardening.
    - Add build-{arch,indep}.
    - Build udeb separately with -Os (Closes: Bug#314353).

 -- Samuel Thibault <email address hidden>  Sun, 05 Feb 2012 03:02:06 +0100
Superseded in wheezy-release
Superseded in sid-release
bogl (0.1.18-5) unstable; urgency=low
  * New maintainer (Closes: #385919).  * Fix compilation warnings.  * Drop -lpng and -lm, they are actually not needed.  * Add manpages for mergebdf, pngtobogl, reduce-font.  * Remove debian/libbogl0.postinst.  * Bump Standards-Version to 3.9.1 (no change needed).  * Fix non-Linux build (Closes: #589987). -- Samuel Thibault <email address hidden>  Sun, 20 Mar 2011 19:03:58 +0100
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
bogl (0.1.18-4) unstable; urgency=low


  * QA upload.
  * If a "--" argument is encountered on bterm's command line, terminate
    option processing there and accept arguments after the command name.
    Thanks to Colin Watson <email address hidden> for the patch.
    Closes: #528783.
  * Drop gratuitous hardcoded ldconfig call in libbogl0 postinst.
  * Drop redundant debian/foo.dirs.
  * Update standards-version to 3.8.4, no changes required.

 -- Steve Langasek <email address hidden>  Tue, 22 Jun 2010 00:06:57 +0000
Superseded in squeeze-release
Superseded in sid-release
bogl (0.1.18-3.1) unstable; urgency=low


  * Non-maintainer upload.
  * Improve packaging of the udeb by using current debhelper functionality.
    Ensures correct versioned dependency on libc. Closes: #564488.
  * Drop the 'Provides: editor' for bogl-bterm-udeb. It's unused and most
    likely incorrect.
  * Avoid executable stack. Patch taken from Fedora. Closes: #539775.

 -- Frans Pop <email address hidden>  Sun, 10 Jan 2010 11:33:52 +0100
Superseded in squeeze-release
Superseded in sid-release
bogl (0.1.18-3) unstable; urgency=low


  * QA upload.
  * Close-on-exec internal fds. (Closes: #512657).
    + Thanks to Colin Watson for the patch.
  * Support enter_bold_mode. (Closes: #486933).
    + Thanks to Samuel Thibault for the patch.
  * Make SIGCHLD handler more robust. (Closes: #329164).
    + Thanks to Miloslav Trmac for the patch.
  * Display combined chars. (Closes: #279984).
    + Thanks to Eugeniy Meshcheryakov for the patch.
  * Make clean not ignore errors.
  * Replace pwd with $(CURDIR) in rules.
  * Replace ${Source-Version} with ${binary:Version} in Depends.
  * Add ${misc:Depends} for debhelper package.
  * Add appropriate copyright holders to debian/copyright.
  * Bump debhelper build-dep 5.
    + Move DH_COMPAT from rules to debian/compat and set to 5.
  * Bump Standards Version to 3.8.1.

 -- Barry deFreese <email address hidden>  Thu, 23 Apr 2009 11:41:11 -0400
Superseded in squeeze-release
Superseded in sid-release
Published in lenny-release
bogl (0.1.18-2) unstable; urgency=low


  * Orphan package.
  * Acknowledge large collection of NMUs.

 -- Daniel Jacobowitz <email address hidden>  Sat, 08 Mar 2008 10:16:01 -0500
122 of 22 results