pal (0.4.3-11) unstable; urgency=medium

  * QA upload.
  * debian/patches/04_replace_deprecated_G_CONST_RETURN_with_const.patch:
    Fix spelling error.
  * debian/upstream/metadata: Add upstream metadata information.
  * debian/watch:
    - Replace some regex's to @TAGS@.
    - Update to version 4.

 -- Rogerio Slabiski Melo <rogerio.slabiskimelo@gmail.com>  Sun, 19 Jan 2025 19:05:16 -0300

pal (0.4.3-10) unstable; urgency=medium

  * QA upload

  * Updated vcs in d/control to Salsa.
  * Added d/gbp.conf to enforce the use of pristine-tar.
  * Updated Standards-Version from 3.9.2 to 4.7.0.
  * Updated d/control and d/examples using wrap-and-sort.
  * Added d/control flag and 54_debian_no_root_build.patch to build without root.
  * Updated to debhelper compat level 13.

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 21 Apr 2024 10:07:48 +0200

pal (0.4.3-9) unstable; urgency=medium

  * QA upload
  * Convert to source format 3.0 (Closes: #1007399)
  * d/copyright: Convert to machine-readable format

  [ Vagrant Cascadian ]
  * debian/rules: Pass -ffile-prefix-map via CFLAGS (Closes: #1020653)

  [ Helmut Grohne ]
  * Fix FTCBFS: (Closes: #923426)
    + cross.patch: Make pkg-config substitutable
    + Let dh_auto_build pass cross tools to make

  [ Uli Martens ]
  * make pal wake up less often in manage mode (Closes: #566843)

 -- Bastian Germann <bage@debian.org>  Thu, 10 Aug 2023 01:15:22 +0200

pal (0.4.3-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New patch: 53_debian_rl_hook.patch (Closes: #741779)

 -- Maximiliano Curia <maxy@debian.org>  Fri, 25 Apr 2014 20:15:32 +0200

pal (0.4.3-8) unstable; urgency=low

  * Include the headers from ncursesw instead of ncurses.  Since both
    header variants are compatible, including ncurses' headers worked
    as long as there was an indirect dependency on libncurses5-dev.
    Thanks to Peter Green for the bug report and the patch.
    (Closes: #651761)

 -- Carsten Hey <carsten@debian.org>  Tue, 13 Dec 2011 23:21:09 +0100

pal (0.4.3-7) unstable; urgency=low

  * Replace glib's deprecated G_CONST_RETURN with const.  This fixes the
    build failure with recent glib versions.  Thanks to Matthias Klose for
    reporting the according FTBFS bug in Ubuntu Oneiric.  (LP: #832892)
  * Remove duplicate entry from history.pal.  Thanks to Paul Martin for
    reporting; in answer to your question, I assume it was quite funny,
    apart from that.  (Closes: #623061)
  * Fix spelling error in pal's man page (s/calender/calendar/).
  * Move the changes introduced in the prior Debian upload to a patch.
    The reason that this was not done initally does not apply anymore.
  * Bump debhelper compat level to 8, adapt dependency on debhelper
    and replace dh_clean -k with dh_prep in debian/rules.
  * Bump standards version to 3.9.2.
  * Keep the old dpkg source format for now and document this in
    debian/source/format.  I'll consider switching to "3.0 (quilt)"
    for the next upstream release.
  * Add ${misc:Depends} as dependency in debian/control.
  * Add the targets binary-indep and binary-arch to debian/rules.
  * Remove debian/dirs, it did only contain usr/bin.

 -- Carsten Hey <carsten@debian.org>  Sat, 27 Aug 2011 21:25:10 +0200

pal (0.4.3-6) unstable; urgency=low

  * Pal requires some translatable strings to be lowercased, otherwise the
    option -d doesn't work when these strings are passed to it.  Adapt the
    German and the Polish po files accordingly and apply the fix directly to
    the files instead of using patches to ease reviewing by the release team.

 -- Carsten Hey <carsten@debian.org>  Wed, 01 Dec 2010 21:16:23 +0100

pal (0.4.3-5) unstable; urgency=low

  * Build depend on libreadline-dev instead of libreadline5-dev or
    libreadline-dev.
  * Bumped standards version to 3.8.3.

 -- Carsten Hey <carsten@debian.org>  Thu, 24 Sep 2009 07:16:09 +0200

pal (0.4.3-4) unstable; urgency=low

  * Correctly place the cursor after a multibyte character in interactive
    mode.  (Closes: #499797)
  * Use terminal's default colors instead of white foreground and black
    background in interactive mode.
  * Fix typo in debian/copyright.
  * Bumped standards version to 3.8.1.
  * New maintainer address.

 -- Carsten Hey <carsten@debian.org>  Sun, 17 May 2009 14:43:35 +0200

pal (0.4.3-3) unstable; urgency=low

  * Recode austria.pal from ISO-8859 to UTF-8.  (Closes: #499389)
  * Link pal against libncursesw5 instead of libncurses5.  (Closes:
    #499403)

 -- Carsten Hey <c.hey@web.de>  Mon, 29 Sep 2008 11:57:52 +0200

pal (0.4.3-2) unstable; urgency=low

  * debian/watch: use QA redirector.
  * Added a new Debian specific patch which changes the path to example.css in
    pal.1.  Debian installs this file into a different location than
    upstream's makefile target install-doc.  (Closes: #497874)

 -- Carsten Hey <c.hey@web.de>  Sat, 06 Sep 2008 07:13:08 +0200

pal (0.4.3-1) unstable; urgency=low

  * New Upstream Version
    - Fix segfault when printing strings not valid in user's locale
      (Closes: #492464)
  * Removed patches that are included in pal's latest upstream release from
    debian/patches.  No remaining patches.

 -- Carsten Hey <c.hey@web.de>  Sat, 02 Aug 2008 19:26:36 +0200

pal (0.4.2-3) unstable; urgency=low

  * Apply patch from upstream CVS:
    - Don't loop endlessly when there are too few entries to be displayed in
      interactive mode.  (Martijn van Oosterhout and Adam Lincoln)
    - Support color in screen.  (Adam Lincoln)
    - Wait for a keystroke after add event.  (Adam Lincoln)

 -- Carsten Hey <c.hey@web.de>  Tue, 22 Jul 2008 13:31:23 +0200

pal (0.4.2-2) unstable; urgency=high

  * Urgency set to high as is solves an RC bug.
  * Apply patch from upstream CVS:
    - Don't segfault when default_text is NULL in rl.c.  (Closes: #489228)
    - Fix some compiler warnings.
    - CFLAGS has been splittet into CFLAGS and CPPFLAGS.
  * Adjusted debian/rules to pass CFLAGS to pal's Makefile.

 -- Carsten Hey <c.hey@web.de>  Sat, 05 Jul 2008 13:52:32 +0200

pal (0.4.2-1) unstable; urgency=low

  * New upstream version:
    - Fix encoding in HTML export.  (Closes: #332642)
    - Add missing HTML tags to exported HTML.  (Closes: #417854)
  * Removed pal_add_event.zsh and pal_edit_event.zsh from examples.
  * Removed patches that are included in pal's latest upstream release from
    debian/patches.  No remaining patches.
  * Added a new patch which fixes a typo and groff syntax in pal.1.template.
  * Suggest texlive instead of tetex-bin.
  * Updated debian/copyright, updated debian/README.Debian, added
    debian/README.source, added debian/watch, adapted debian/rules to the new
    upstream release and extended long description in debian/control.
  * Bumped standards version to 3.8.0.

 -- Carsten Hey <c.hey@web.de>  Wed, 18 Jun 2008 13:18:28 +0200

pal (0.3.5-pre1+3) unstable; urgency=low

  * Removed version from NAME section in pal(1).
  * Added manpage for vcard2pal.
  * Simplified clean target in debian/rules.

 -- Carsten Hey <c.hey@web.de>  Mon, 02 Jun 2008 19:04:13 +0000

pal (0.3.5-pre1+2) unstable; urgency=low

  * New Maintainer.  Thanks Javier and Martijn!
  * Rewrote debian/rules.  We now use debhelper, added dependency.
  * Use quilt as patch management, added dependency.
  * Fixed debian/copyright, GPLv2+ is not GPL.  Also added copyright
    information for some new and existent scripts.
  * Added Homepage field to debian/control and removed homepage and author
    from description.
  * Reformated description.
  * Removed useless maintainer scripts.
  * Added wrapper from pal 0.4.0_pre3 around src/Makefile.
  * Applied updates to installation notes from pal 0.4.0_pre3.
  * Check whether term is NULL in colorize.c.  (Closes: #431352)
  * Handle nostrip build option correctly.  (Closes: #437732)
  * Applied fixes and additions to existing pal files from CVS and pal
    0.4.0_pre3: birth-death.pal, history.pal and us.pal.  (Closes: #415457)
  * Added sysadminday to computer.pal.  (Closes: #320420)
  * Added austria.pal.  (Closes: #476239)
  * Updated convert/ical2pal.c, added convert/pal2ical.c and updated
    convert/Makefile (backports from pal 0.4.0_pre3) and added these to
    examples.  Also mention pal2ical in README.Debian.
  * Moved example.css to examples.
  * Added pal_add_event.zsh and pal_edit_event.zsh from CVS as examples.
  * Added vcard2pal.  Thanks Uli!

 -- Carsten Hey <c.hey@web.de>  Mon, 02 Jun 2008 08:56:32 +0000

pal (0.3.5-1pre1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Closes: #326311: Update libreadline dependency

 -- Martijn van Oosterhout <kleptog@svana.org>  Mon, 14 Nov 2005 16:03:34 +0100

pal (0.3.5-1pre1) unstable; urgency=low

  * New upstream release.

 -- Javier Linares <javier@javierlinares.com>  Sat, 05 Jun 2004 15:38:08 +0200

pal (0.3.3-2.0.1) unstable; urgency=low

  * Only-binary upload to fix dependencies (closes: #247063).

 -- Teofilo Ruiz Suarez <teo@debian.org>  Mon, 03 May 2004 14:30:55 +0200

pal (0.3.3-2) unstable; urgency=low

  * Removed pointer to non-existant README file (closes: #241747).
  * Makes file_hide work properly (closes: #243556).

 -- Javier Linares <javier@javierlinares.com>  Fri, 23 Apr 2004 19:32:16 +0200

pal (0.3.3-1) unstable; urgency=low

  * Initial release (closes: #238134).

 -- Javier Linares <javier@javierlinares.com>  Tue, 16 Mar 2004 14:34:17 +0100
