helpviewer.app (0.4-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Update Vcs-* headers to use salsa repository.

  [ Yavor Doganov ]
  * New upstream release.
  * debian/watch: Switch to GAP at Savannah; bump version to 4.
  * debian/patches/gui0.24.patch: Delete; merged upstream.
  * debian/patches/05_compilation-fixes.patch: Likewise.
  * debian/patches/series: Delete.
  * debian/rules: Enable hardening.
    (DEB_OBJCFLAGS_MAINT_APPEND): Do not define; no longer needed.
    (DEB_LDFLAGS_MAINT_APPEND): Likewise.
    (optim): Likewise; now defined in gnustep-make.
    (override_dh_auto_build): Use dh_auto_build.  Don't create .xpm icon.
    (override_dh_clean): Remove.
    (override_dh_link): Convert the app icon from TIFF to PNG.  Remove
    call to gsdh_gnustep; useless these days.
  * debian/menu: Delete.
  * debian/install: Don't install the .xpm icon.
  * debian/HelpViewer.desktop: Use the PNG icon for AppStream's sake.
  * debian/control (Build-Depends): Switch to the debhelper-compat
    mechanism; set compat level to 13.  Remove archaic libgnustep-gui-dev
    version constraint (satisfiable in jessie).
    (Depends): Remove ${gnustep:Depends}, now obsolete.
    (Rules-Requires-Root): New; set to "no".
    (Homepage): Set to the one at GAP.
    (Standards-Version): Claim compliance with 4.6.2 as of this release.
  * debian/compat: Delete.
  * debian/copyright: Replace Source with the current GAP location, add
    new copyright holder, update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 07 Feb 2023 12:02:46 +0200

helpviewer.app (0.3-8) unstable; urgency=medium

  * debian/source/format: Switch to 3.0 (quilt).
  * debian/compat: Set to 9.
  * debian/rules: Rewrite for modern dh.  Append
    -finput-charset=ISO-8859-1 to OBJCFLAGS (Closes: #754848).
  * debian/README.source: Delete.
  * debian/preinst: Delete; no longer needed.
  * debian/control (Build-Depends): Remove quilt.  Require
    libgnustep-gui-dev (>= 0.24) and debhelper (>= 9).
    (Vcs-Arch): Replace with Vcs-Git and Vcs-Browser.
    (Standards-Version): Claim compliance with 3.9.5 as of this release.
  * debian/install: New file.
  * debian/HelpViewer.desktop: Add Keywords field.
  * debian/patches/gui0.24.patch: New; adapt to the new GNUstep API and
    fix a few related issues.
  * debian/patches/series: Update.
  * debian/copyright: Switch to format 1.0.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 31 Jul 2014 00:13:04 +0300

helpviewer.app (0.3-7) unstable; urgency=low

  * debian/compat: Set to 7.
  * debian/control (Section): Change to `gnustep'.
    (Build-Depends): Require debhelper >= 7; unversion
    libgnustep-gui-dev.
    (Depends): Add ${misc:Depends} and ${gnustep:Depends}.
    (Description): Extend.
    (Standards-Version): Claim compliance with 3.8.4 as of this release.
    (Vcs-Arch): New field.
  * debian/rules: Export GNUSTEP_MAKEFILES and avoid gs_make.
    (OPTFLAG): No longer define; rework noopt handling to be compatible
    with gnustep-make/2.4.x (Closes: #581951).
    (install): Replace dh_clean -k with dh_prep.
    (binary-arch): Conditionally move Resources to /usr/share.
  * debian/preinst:
  * debian/README.source:
  * debian/source/format: New file.
  * debian/lintian-overrides: Delete.
  * debian/patches/05_compilation-fixes.patch: Add description.
  * debian/HelpViewer.desktop: Make it valid.
  * debian/watch: Make it work, just in case.

 -- Yavor Doganov <yavor@gnu.org>  Sun, 30 May 2010 10:54:31 +0300

helpviewer.app (0.3-6) unstable; urgency=low

  * debian/compat: Set to 6.
  * debian/control (Maintainer): Adopt package, set to the GNUstep team
    (Closes: #450890).
    (Uploaders): Add myself.
    (Build-Depends): Bump debhelper to >= 6.0.7 (for dh_lintian) and
    lignustep-gui-dev to >= 0.14.  Drop gnustep-make.  Add quilt for the
    patch management and imagemagick for the icon conversion.
    (Standards-Version): Set to 3.8.0 (no changes needed).
    (Homepage): New field, moved from Description.
  * debian/docs: Delete; README is useless.
  * debian/dirs: Delete.
  * debian/menu: Add `longtitle' and `icon' sections.
  * debian/HelpViewer.desktop: Set the proper `Version'; set the full path
    for `Icon' and add Bulgarian `Name' and `Comment'.
  * debian/lintian-override: Rename as...
  * debian/lintian-overrides: ...to get it installed by dh_lintian.
  * debian/rules: Include quilt.make and adjust all rules accordingly.
    Use automatic variables where possible.  Use gs_make in all recipes.
    (GNUSTEP_MAKEFILES, MAKE): Do not define.
    (d_app, LDFLAGS): Define.
    (OPTFLAG): Define conditionally, based on the presence of `noopt' in
    DEB_BUILD_OPTIONS.
    (build-stamp): Pass OPTFLAG, LDFLAGS and messages=yes to gs_make.
    Convert the TIFF icon to XPM format.
    (clean-patched): Delete the XPM icon.
    (install): Don't invoke dh_installdirs.  Install the XPM icon.
    (binary-arch): Use dh_lintian to install the override.
  * debian/patches/05_compilation-fixes.patch: New; conditionally
    include GNUstep.h if GNUSTEP is not defined, so that the
    ASSIGN/RELEASE macros actually work.  Add a few more minor
    fixes to avoid compilation warnings with the current GNUstep
    libraries (Closes: #489695).  Incidentally, it appears that .xlp files
    render again (Closes: #489880).
  * debian/watch: New dummy file with comments only.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 10 Jul 2008 19:30:11 +0300

helpviewer.app (0.3-5) unstable; urgency=low

  * GNUstep transition.
    + Updated debian/rules.
  * Added a desktop file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed, 31 Oct 2007 13:07:01 +0100

helpviewer.app (0.3-4) unstable; urgency=low

  * Rebuild against latest libgnustep-gui-dev.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 26 Sep 2006 22:39:25 +0200

helpviewer.app (0.3-3) unstable; urgency=low

  * Rebuild against latest libgnustep-gui.
  * Update manual page.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed,  8 Feb 2006 14:02:34 +0100

helpviewer.app (0.3-2) unstable; urgency=low

  * Updated debian/control build-depends for GNUstep 0.9.4.
  * Fixed debian/copyright.
  * Renamed source package to helpviewer.app.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 21 Nov 2004 21:59:43 +0100

helpviewer (0.3-1) unstable; urgency=low

  * Initial Release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat,  7 Aug 2004 11:39:50 +0200