gorm.app (1.4.0-7build1) plucky; urgency=medium

  * Rebuild against new multiarch framework.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 13 Feb 2025 17:01:13 +0100

gorm.app (1.4.0-7) unstable; urgency=medium

  * debian/control (libinterfacebuilder1) <Breaks>: Add gnustep-dl2 (<<
    0.12.0+git20171224-4) to assist britney.

 -- Yavor Doganov <yavor@gnu.org>  Mon, 10 Feb 2025 14:48:20 +0200

gorm.app (1.4.0-6) unstable; urgency=medium

  * debian/control (Build-Depends): Require libgnustep-gui-dev (>=
    0.31.1-7) for the multiarch layout.  Drop gnustep-make; redundant.
    (libinterfacebuilder-dev) <Multi-Arch>: Set to "same".
    <Breaks, Replaces>: Add gorm.app as GormCore's headers are moved.
    (libinterfacebuilder1): Mark as Multi-Arch: same.
  * debian/gorm.app.install: Update for the multiarch layout.
  * debian/libinterfacebuilder-dev.install: Likewise.
  * debian/libinterfacebuilder1.install: Likewise.
  * debian/gorm.app.maintscript: Likewise (Closes: #1093990).
  * debian/rules (d_dev): New helper variable.
    (override_dh_link-arch): Update for multiarch and move GormCore's
    headers to libinterfacebuilder-dev.  The gnustep-dl2 package imports
    them for the palette and it can't find them in a cross build because
    gorm.app for the build architecture gets installed.
    (override_dh_auto_install-indep): Delete plain text files that we
    already ship in /usr/share/doc.
  * debian/upstream/metadata: Add missing marker.
  * debian/copyright: Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Fri, 31 Jan 2025 13:24:59 +0200

gorm.app (1.4.0-5) unstable; urgency=medium

  * debian/patches/plugins-install.patch: Delete; Gorm can no longer load
    the plugins from the old location and gormtool even more so.  As a
    result, both Gorm and gormtool cannot open/save files.
  * debian/rules (SHELL): Set to bash as that's needed (well, I need it).
    (framewrk): New helper variable.
    (override_dh_link-arch): Pass --no-move to dh_gnustep as we can't
    really move GormCore's resources.  Move headers to /usr/include and
    move only .tiff/.gorm files to /usr/share.
    (override_dh_auto_build-arch): Scale icon to fix an AppStream warning.
  * debian/control (Build-Depends): Require gnustep-make (>= 2.9.2-2)
    because of dh_gnustep's --no-move option.
  * debian/gorm.app.maintscript: New file; handle symlink-to-dir
    conversion (IOW, undo what dh_gnustep has done).

 -- Yavor Doganov <yavor@gnu.org>  Thu, 11 Jul 2024 02:11:55 +0300

gorm.app (1.4.0-4) unstable; urgency=medium

  * Upload to unstable.
  * debian/gbp.conf: Remove debian-branch.
  * debian/rules (optim): Do not define; already done in config.mk.
  * debian/watch: Use HTTPS protocol.
  * debian/gorm.app.install: Install the converted app icon in
    /usr/share/pixmaps/GNUstep.
  * debian/Gorm.desktop (Icon): Amend path.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 09 Jul 2024 12:06:50 +0300

gorm.app (1.4.0-3) experimental; urgency=medium

  * debian/patches/link-libs.patch: Fix yet another linking issue.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 13 Jun 2024 10:39:46 +0300

gorm.app (1.4.0-2) experimental; urgency=medium

  * debian/patches/link-libs.patch: Fix FTBFS on some architectures.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 12 Jun 2024 22:45:28 +0300

gorm.app (1.4.0-1) experimental; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Drop transition for old debug package migration.
  * Remove unnecessary constraints.

  [ Yavor Doganov ]
  * New upstream release.
  * debian/gbp.conf: New file.
  * debian/control (Uploaders): Change Gürkan's name to Alex.
    (Build-Depends): Require libgnustep-gui-dev (>= 0.31.1-2).
    (Build-Depends-Indep): Move texlive-latex-base,
    texlive-fonts-recommended, cm-super-minimal and texinfo here.  Add
    gnustep-base-doc and gnustep-gui-doc for cross-ref links.  Annotate
    all with <!nodoc>.
    (Depends): Remove ${gnustep:Depends}; obsolete.
    (gorm.app) <Depends>: Replace libgorm1 with libinterfacebuilder1.
    <Recommends>: Add gorm.app-doc.
    (gorm.app-doc): New package; move the manual and the examples here.
    Also install the InterfaceBuilder library API reference.
    (libgorm-dev): Make it an empty transitional package; adjust
    description accordingly.
    <Architecture>: Change to "all".
    <Section>: Change to "oldlibs".
    (libinterfacebuilder-dev): New package.
    (libinterfacebuilder1): Likewise.
    (libgorm1): Remove.
  * debian/patches/link-libs.patch: Update for the new layout and refresh.
    Mark as Debian-specific since upstream doesn't care much about symbol
    resolution at build time on GNU/Linux.
  * debian/patches/fix-typo: Delete; merged upstream some time ago.
  * debian/patches/plugins-install.patch: New; install plugins in the app
    bundle.  Installing them in the GormCore framework's resources ends up
    in /usr/share which is forbidden by the FHS.
  * debian/rules (DEB_LDFLAGS_MAINT_APPEND): Drop -Wl,--as-needed.
    (override_dh_auto_build): Split into...
    (override_dh_auto_build-arch): ...and create a .png file instead of
    .xpm for the .desktop file.  Do not resize the icon.  Replace
    messages=yes with $(verbose) to support "terse" in DEB_BUILD_OPTIONS.
    (override_dh_auto_build-indep): ...and conditionally build the
    documentation based on the presence of "nodoc" in DEB_BUILD_OPTIONS.
    (override_dh_clean): Delete the generated .png icon and
    .install/.links files for the gorm.app-doc package.
    (override_dh_auto_install): Split into...
    (override_dh_auto_install-arch): ...and update for the new name of the
    public library.  Create /usr/share/GNUstep in debian/tmp for the sake
    of the arch:any build.
    (override_dh_auto_install-indep): ...and conditionally install the
    documentation.  Create .install/.links files for gorm.app-doc.
    (override_dh_link): Rename as...
    (override_dh_link-arch): ...and delete $(d_app)$(GNUSTEP_SYSTEM_DOC).
    (override_dh_makeshlibs): Update for the new name of the library.
    (Standards-Version): Bump to 4.7.0; no changes needed.
  * debian/libinterfacebuilder1.install: New file.
  * debian/libinterfacebuilder-dev.install: Likewise.
  * debian/libgorm1.install: Delete.
  * debian/libgorm-dev.install: Likewise.
  * debian/docs: Adjust to the new locations of the doc files.
  * debian/gorm.app.install: Change icon extension.  Remove
    /usr/share/info; moved to gorm.app-doc.
  * debian/Gorm.desktop: Use the .png icon.
  * debian/gorm.app-doc.links.in: New file.
  * debian/gorm.app-doc.install.in: Likewise.
  * debian/doc-base: Rename as...
  * debian/gorm.app-doc.doc-base.manual: ...and change URLs to point to
    /usr/share/doc to avoid lintian errors
    (doc-base-file-references-wrong-path).
  * debian/gorm.app-doc.doc-base.interfacebuilder: New file.
  * debian/examples: Rename as...
  * debian/gorm.app-doc.examples: ...to get it installed automatically.
  * Run wrap-and-sort -ast.
  * debian/preinst: Remove; no longer needed.
  * debian/README.source: Remove; no longer relevant.
  * debian/gormtool.1: New file; write a manpage for the new tool.
  * debian/manpages: Add gormtool.1.
  * debian/changelog: Fix superfluous pattern due to the library rename.
    Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 12 Jun 2024 10:14:15 +0300

gorm.app (1.3.1-1) unstable; urgency=medium

  * New upstream version.
  * d/copyright: bump years.
  * Bump standards version to 4.6.2.

 -- Gürkan Myczko <tar@debian.org>  Mon, 19 Jun 2023 09:04:40 +0200

gorm.app (1.2.28-2) unstable; urgency=medium

  * Upload to unstable.
  * Update maintainer address.
  * Bump standards version to 4.6.0.

 -- Gürkan Myczko <tar@debian.org>  Fri, 10 Dec 2021 15:33:49 +0100

gorm.app (1.2.28-1) experimental; urgency=medium

  * New upstream version.
  * Bump standards version to 4.5.1.
  * Bump debhelper version to 13, drop d/compat.
  * d/watch: bump version to 4.
  * d/control: added Rules-Requires-Root.
  * d/copyright:
    - update copyright years.
    - added Upstream-Contact.
  * d/upstream/metadata: added.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Sun, 09 May 2021 20:40:06 +0200

gorm.app (1.2.26-1) unstable; urgency=medium

  * New upstream version.
  * Bump standards version to 4.5.0.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Wed, 15 Apr 2020 16:14:40 +0200

gorm.app (1.2.24-1) unstable; urgency=high

  * New upstream version.
  * debian/copyright: update years.
  * debian/control: Mac OS X is now macOS.
  * debian/README.source: added.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 07 Feb 2019 08:47:42 +0100

gorm.app (1.2.23-3) unstable; urgency=medium

  * Bump standards version to 4.2.1.
  * Lintian clean up:
    - debian/changelog: drop trailing whitespaces.
    - debian/rules: drop unnecessary-dh-argument.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 13 Sep 2018 13:01:07 +0200

gorm.app (1.2.23-2) unstable; urgency=medium

  * Drop debian/menu.
  * debian/control: update Vcs urls.
  * Bump debhelper version to 11.
  * Bump standards version to 4.1.4.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Fri, 17 Aug 2018 14:48:51 +0200

gorm.app (1.2.23-1) unstable; urgency=medium

  [ Gürkan Myczko ]
  * New upstream version.
    + Drop patches/fix-gorm-loading.patch: not needed anymore.
  * Update my name.
  * debian/control: Bump standards version to 3.9.8.
  * Bump debhelper version to 9.
  * Remove empty MimeType field from desktop file.

  [ Axel Beckert ]
  * Update Vcs-* header to https and cgit.
  * debian/copyright: Remove invalid backslash escaped line breaks.
  * Enable parallel building.
  * Enable all hardening build flags.
  * Remove gorm.app-dbg in favour of an automatic gorm.app-dbgsym package.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Sun, 08 Jan 2017 06:38:12 +0100

gorm.app (1.2.20-2) unstable; urgency=medium

  * debian/patches/fix-gorm-loading.patch: New; fixes a crash when loading
    gorm files with ImageMagick-enabled gnustep-gui (Closes: #767066).
  * debian/patches/series: Update.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 01 Nov 2014 22:24:15 +0200

gorm.app (1.2.20-1) unstable; urgency=medium

  * New upstream release:
    - Compatible with current GNUstep libraries (Closes: #749750).
  * Ack NMU, thanks gregor herrmann.
  * Debian/control (Maintainer): Set to the GNUstep team.
    (Uploaders): Add myself.
    (Build-Depends): Bump debhelper to >= 9, remove texi2html.  Add
    imagemagick, texlive-fonts-recommended and cm-super-minimal.
    (Depends): Remove dpkg | install-info, add ${misc:Depends} and
    ${gnustep:Depends}.
    (Conflicts, Replaces): Remove; obsolete.
    (libgorm-dev, libgorm1, gorm.app-dbg): New packages.
    (Vcs-Git, Vcs-Browser): New fields.
    (Standards-Version): Compliant with 3.9.5.
  * debian/compat: Set to 9.
  * debian/watch: Update to version 3.
  * debian/source/format: Switch to 3.0 (quilt).
  * GormCore/GormPrivate.m: Revert local modifications (present upstream).
  * debian/patches/texinfo-fixes.patch: New; fix errors/warnings with
    texinfo/5.x.  Correct dircatecory/direntry.
  * debian/patches/link-libs.patch: New; fix build with ld --no-undefined.
  * debian/patches/series: Create.
  * debian/rules: Rewrite for modern dh.  Move resources to /usr/share.
    Install all libraries except libGorm as private.  Enable hardening.
  * debian/dirs:
  * debian/overrides: Delete.
  * debian/preinst:
  * debian/examples:
  * debian/gorm.app.install:
  * debian/libgorm-dev.install:
  * debian/libgorm1.install: New file.
  * debian/doc-base: Correct Section, Index and Files.
  * debian/Gorm.1: Extend a bit.
  * debian/menu: Add icon.
  * debian/Gorm.desktop: Make it valid, add Keywords field.
  * debian/README.Debian: Delete; obsolete.
  * debian/docs: Remove ANNOUNCE; duplicated with NEWS.
  * debian/copyright: Rewrite in format 1.0.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 06 Aug 2014 10:34:54 +0300

gorm.app (1.2.16-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: GormCore/./obj/libGormCore.so: undefined reference to
    `class_pose_as'":
    apply patch from Ubuntu / Julian Taylor:
    - disable unnecessary class_pose_as workaround in GormCore/GormPrivate.m
      applied upstream 1.2.17
    (Closes: #707393)

 -- gregor herrmann <gregoa@debian.org>  Wed, 10 Jul 2013 20:31:12 +0200

gorm.app (1.2.16-1) unstable; urgency=low

  * New upstream version. (Closes: #671393)
  * Bump standards version to 3.9.2.
  * Bump debhelper version to 8.
  * debian/copyright: Update copyright years.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Mon, 20 Feb 2012 13:40:45 +0100

gorm.app (1.2.10-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS with gnustep-base/1.22; patch taken from upstream SVN
    (Closes: #629198).
  * Fix FTBFS with gcc-4.6; do not include nonexistent header (Closes:
    #618205).

 -- Yavor Doganov <yavor@gnu.org>  Sat, 08 Oct 2011 13:33:05 +0300

gorm.app (1.2.10-2) unstable; urgency=low

  * Bump standards version to 3.9.1.
  * Apply patch to fix FTBFS, thanks to Yavor Doganov. (Closes: #581940)
  * debian/copyright: Update copyright years.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Fri, 13 Aug 2010 21:44:25 +0000

gorm.app (1.2.10-1) unstable; urgency=low

  * New upstream version.
  * Replace texlive-base-bin b-d with texlive-latex-base.
  * Fix up doc-base file.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Wed, 18 Nov 2009 14:10:02 +0100

gorm.app (1.2.8-1) unstable; urgency=low

  * New upstream version.
  * Bump standards version.
  * Bump debhelper version.
  * Updated debian/copyright.
  * Changed section to gnustep.
  * Updated build-depends.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Thu, 09 Apr 2009 11:21:00 +0100

gorm.app (1.2.4-1) experimental; urgency=low

  * New upstream version.
  * Update my email address.
  * debian/copyright: Updated.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 08 Apr 2008 09:57:40 +0200

gorm.app (1.2.2-1) unstable; urgency=low

  * New upstream version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 15 Nov 2007 23:29:38 +0100

gorm.app (1.2.1-1) unstable; urgency=low

  * New upstream version.
    + Updated debian/copyright.
    + Updated debian/README.Debian.
    + Moved homepage field in debian/control.
  * GNUstep transition. (Closes: #448151, #442057)
    + Updated debian/rules.
  * Add desktop file.
  * Updated debian/overrides file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 10 Jun 2007 09:49:51 +0200

gorm.app (1.1.0-1) unstable; urgency=low

  * New upstream version.
  * Updated debian/watch file.
  * Updated build-depends.
  * Added manual page.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 29 Aug 2006 09:51:04 +0200

gorm.app (1.0.8-2) unstable; urgency=low

  * Fix overrides filename.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri,  2 Jun 2006 14:02:31 +0200

gorm.app (1.0.8-1) unstable; urgency=low

  * New upstream release.
  * Bump standards version.
  * Updated copyright file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 22 May 2006 19:49:46 +0200

gorm.app (1.0.6-1) unstable; urgency=low

  * New upstream release.
  * Switched me with gnustep alioth team in Maintainer/Uploaders.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun,  9 Apr 2006 17:39:33 +0200

gorm.app (1.0.4-2) unstable; urgency=low

  * Fix dh_link, add .app. (closes: #353511)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 11 Feb 2006 10:46:25 +0100

gorm.app (1.0.4-1) unstable; urgency=low

  * New upstream release.
  * Update FSF address.
  * Fix renaming bugs.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 26 Jan 2006 07:49:40 +0100

gorm.app (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Renamed package to gorm.app.
  * Bump standards version.
  * Removed debian/package.info.
  * Build-depends update for libgnustep-gui0.10-dev.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon,  5 Dec 2005 21:21:51 +0100

gorm (0.9.2-1) unstable; urgency=low

  * New upstream release. (closes: 295583)
  * New maintainer. (closes: #296624)
  * Cleaned debian/rules.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed,  2 Feb 2005 20:03:51 +0100

gorm (0.8.0-0.1) unstable; urgency=low

  * New upstream release. (closes: #275132)
  * Non-maintainer upload.
  * Updated build-depends.

 -- Eric Heintzmann <eric@gnustep.fr.st>  Tue, 14  Dec 2004 18:24:37 +0100

gorm (0.7.7-1.1) unstable; urgency=low

  * NMU, updated build-depends. (Closes: #259484)
  * Added app wrapper. (Closes: #256156)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 10 Aug 2004 01:32:59 +0200

gorm (0.7.7-1) unstable; urgency=low

  * New upstream release.

 -- Evan Prodromou <evan@debian.org>  Sat, 19 Jun 2004 12:27:20 -0400

gorm (0.7.6-1) unstable; urgency=low

  * New upstream release (closes: Bug#254157).

 -- Evan Prodromou <evan@debian.org>  Fri, 18 Jun 2004 16:17:48 -0400

gorm (0.6.0-1) unstable; urgency=low

  * New upstream release.
  * Rebuild with not-broken tar (closes: Bug#231938).

 -- Evan Prodromou <evan@debian.org>  Tue, 10 Feb 2004 00:06:43 -0500

gorm (0.5.0-1) unstable; urgency=low

  * New upstream release (closes: Bug#225967).

 -- Evan Prodromou <evan@debian.org>  Tue,  6 Jan 2004 09:39:18 -0500

gorm (0.4.0-1) unstable; urgency=low

  * New upstream release.
  * Fix cleanup of Gorm.html.

 -- Evan Prodromou <evan@debian.org>  Fri, 24 Oct 2003 15:54:35 +0200

gorm (0.3.1-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release.
  * Compile using new gnustep layout.

 -- Eric Heintzmann <eric@gnustep.fr.st>  Thu, 25 Sep 2003 21:32:20 +0200

gorm (0.2.6-2) unstable; urgency=low

  * Removed /usr/bin/gorm wrapper script (sick of maintaining
    it). Changed menu to use openapp instead.
  * Removed undocumented gorm.1.
  * Fixed up copyright file.

 -- Evan Prodromou <evan@debian.org>  Mon, 17 Mar 2003 10:47:02 +0000

gorm (0.2.6-1) unstable; urgency=low

  * New upstream release
  * Now install /usr/bin/gorm wrapper script (closes: Bug#182571).
  * Changed Build-Depends for new GNUstep libs.

 -- Evan Prodromou <evan@debian.org>  Thu,  6 Mar 2003 15:02:45 +0100

gorm (0.1.0-8) unstable; urgency=low

  * Rebuild for new version of GNUstep packages in Debian.
  * Changing rules file to use doc=yes for new version of gnustep-make
    should fix install problem (closes: Bug#155524).

 -- Evan Prodromou <evan@debian.org>  Mon, 23 Sep 2002 15:12:17 +0200

gorm (0.1.0-7) unstable; urgency=low

  * Rebuild for new versions of gnustep-make, gnustep-base, gnustep-gui.
  * Removed work-arounds for doc installation, since bug was fixed in
    gnustep-make 1.4.
  * Removed compiler dependencies per gnustep-make Debian package changelog.

 -- Evan Prodromou <evan@debian.org>  Mon,  5 Aug 2002 11:44:05 -0400

gorm (0.1.0-6) unstable; urgency=low

  * Rebuild for new GNUstep packages.

 -- Evan Prodromou <evan@debian.org>  Fri, 26 Jul 2002 16:16:50 -0400

gorm (0.1.0-5) unstable; urgency=low

  * Fixed a typo in rules file that was installing Gorm.ps twice; this
    caused an error with pbuilder.
  * Since dh_strip now recognized GNUstep shared libs, removed
    my_strip and fixed Build-Depends.

 -- Evan Prodromou <evan@debian.org>  Sun, 30 Jun 2002 21:44:39 -0400

gorm (0.1.0-4) unstable; urgency=low

  * Corrected flaky Build-Depends (closes: Bug#150266).

 -- Evan Prodromou <evan@debian.org>  Mon, 17 Jun 2002 15:28:21 -0400

gorm (0.1.0-3) unstable; urgency=low

  * Build and install the rump documentation, too.

 -- Evan Prodromou <evan@debian.org>  Fri, 24 May 2002 22:26:50 -0400

gorm (0.1.0-2) unstable; urgency=low

  * Two image files are inexplicably marked as executable; turn
    that off.
  * Permissions problem on local strip script; force executable
    every time it runs.
  * Stupid typo in control file Recommends: projectbuilder, which
    doesn't exist.

 -- Evan Prodromou <evan@debian.org>  Thu, 23 May 2002 11:07:06 -0400

gorm (0.1.0-1) unstable; urgency=low

  * Initial Release (closes: Bug#147686).

 -- Evan Prodromou <evan@debian.org>  Wed, 22 May 2002 15:01:00 -0400
