etoile (0+20080616+dfsg-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to 3.0 (quilt) format (Closes: #1007453).
  * Move Vcs to salsa (Closes: #1025509).

 -- Bastian Germann <bage@debian.org>  Tue, 14 Feb 2023 22:40:25 +0100

etoile (0+20080616+dfsg-2) unstable; urgency=low

  * debian/compat: Bump to 7.
  * debian/control (Section): Change to `gnustep'.
    (Uploaders): Remove Hubert.
    (Build-Depends): Require debhelper >= 7, unversion
    libgnustep-gui-dev.  Remove dpatch.
    (camaelon.app): Remove: obsoleted upstream, incompatible with
    the GSTheme reimplementation in gnustep-gui/0.18.x which is what we'll
    ship in Squeeze (Closes: #581928).
    (wildmenus.app): About time to kick that out, too.
    (Depends): Add ${misc:Depends}.
    (Standards-Version): Compliant with 3.8.4 as of this upload.
    (Homepage): Change to the new confusingly named homepage etoileos.com.
    (Vcs-Arch): New field.
  * debian/Camaelon:
  * debian/Camaelon.1:
  * debian/WildMenus:
  * debian/WildMenus.1:
  * debian/camaelon.app.manpages:
  * debian/camaelon.app.menu:
  * debian/camaelon.app.overrides:
  * debian/dictionaryreader.app.manpages:
  * debian/dictionaryreader.app.overrides:
  * debian/wildmenus.app.manpages:
  * debian/wildmenus.app.menu: Slaughter (with pleasure).
  * debian/patches/06_camaelon_include.dpatch:
  * debian/patches/00list: Remove; obsolete.
  * debian/rules: Trivial mass changes to cater for packages' removal.
    Export GNUSTEP_MAKEFILES and get rid of gs_make usage.  Rename/adjust
    targets/prerequisites to cope with dpatch removal.
    (d_app): Define for convenience; all uses changed.
    (OPTFLAG): Remove; rework/simplify noopt handling to be compatible
    with gnustep-make/2.4.x (Closes: #581929).
    (clean): Pass all manually deleted files to dh_clean.
    (install): Replace dh_clean -k with dh_prep.  Don't install any
    lintian overrides; overriding most of them was wrong.
    (binary-arch): Remove -p argument to dh_installmenu; there is only one
    binary package now.  Explicitly install dictionaryreader.app's
    manpage.  Conditionally move arch-indep Resources to /usr/share.
  * debian/DictionaryReader.1: Fix typos and obvious mistakes.
  * debian/DictionaryReader.desktop: Make it valid.
  * debian/watch:
  * debian/source/format: New file.
  * debian/preinst: New file; the standard FHS_ME_HARDER script.
  * debian/copyright: Change upstream URL.  Add more copyright
    years/holder(s); forgotten in previous uploads.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 20 May 2010 15:17:39 +0300

etoile (0+20080616+dfsg-1) unstable; urgency=low

  * Update Camaelon bundle to SVN snapshot (2008-06-16), to work with
    latest GNUstep.
    * debian/patches/05_camaelon.dpatch: Remove. (obsolete)
    * debian/control: Require gnustep-gui >= 0.14.
  * debian/control: Add depends on ${gnustep:Depends}.
  * debian/rules: Call gsdh_gnustep.

 -- Hubert Chathi <uhoreg@debian.org>  Mon, 16 Jun 2008 17:37:01 -0400

etoile (0+20060914+dfsg-4) unstable; urgency=low

  * Remove the WildMenus bundle, and use NSMenuInterfaceStyle instead.
  * debian/rules: Use gs_make.

 -- Hubert Chathi <uhoreg@debian.org>  Fri, 13 Jun 2008 06:42:53 -0400

etoile (0+20060914+dfsg-3) unstable; urgency=low

  * debian/patches/06_camaelon_include.dpatch: Avoid implicit pointer
    conversion. (Closes: #465302)

 -- Hubert Chathi <uhoreg@debian.org>  Mon, 24 Mar 2008 21:17:13 -0400

etoile (0+20060914+dfsg-2) unstable; urgency=low

  [Yavor Doganov]
  * debian/control (Maintainer, Uploaders): Adopting package; set the
    GNUstep team as maintainer and myself as uploader (Closes: #450493).
    (Build-Depends): Bump debhelper to >= 5, libgnustep-gui-dev to >=
    0.12.  Add dpatch and imagemagick; drop gnustep-make.
    (Homepage): Added, moved from the packages' descriptions.
    (camaelon.app) [Depends]: Remove camaelon-data.
    (camaelon-data) [Description]: Mention that it's a dummy package to be
    removed (not removing now to avoid NEW processing which might slow the
    GNUstep transition).
  * debian/compat: Set to 5.
  * debian/rules: Include /usr/share/dpatch/dpatch.make.
    (LDFLAGS): Define.
    (OPTFLAG): New conditionally defined variable.
    (build-stamp): Use the new variables.  Do not source GNUstep.sh.
    Prepend GNUSTEP_MAKEFILES and append messages=yes.  Use automatic
    variable for `touch'.
    (build): Depend on the `patch' target.  Convert dict.png in XPM
    format for the debian menu.
    (clean): Renamed to `clean-patched'; depend on `unpatch'.
    (clean-patched): Use gs_make.  (Closes: #450473).  Delete the
    generated XPM icon.
    (install): Likewise; also use DESTDIR and GNUSTEP_INSTALLATION_DOMAIN.
    Use `install' instead of `dh_installdirs' and `cp' for the override
    file.  Remove the invalid DictionaryReader.desktop file and install
    ours.  Install the XPM icon.
    (binary-arch): Do not invoke dh_link for the app wrapper.  Remove the
    arguments of dh_shlibdeps.  Invoke dh_installmenu only for
    dictionaryreader.app for now.
  * debian/camaelon.app.dirs: Deleted.
  * debian/camaelon-data.dirs: Likewise.
  * debian/dictionaryreader.app.dirs: Likewise.
  * debian/wildmenus.app.dirs: Likewise.
  * debian/patches/05_camaelon.dpatch: Added; taken from upstream's SVN
    with slight modifications to exclude the Narcissus theme.  Fixes to
    build and work with current gnustep-gui.
  * debian/patches/00list: Created.
  * debian/Camaelon: Fix typo and adjust to the new path of the bundle
    (Closes: #408545).
  * debian/WildMenus: Likewise.
  * debian/camaelon.app.overrides: New file.
  * debian/overrides: Deleted.
  * debian/DictionaryReader.desktop: New file.
  * debian/dictionaryreader.app.menu (section): Changed to
    `Applications/Text' to comply with the new menu policy.
    (icon, longtitle): Added.

  [Hubert Chathi]
  * debian/control (Uploaders): add myself as uploader.
    (Standards-Version): bump to 3.7.3 (no other changes needed)
    (camaelon-data): remove
    (wildmenus.bundle): remove
  * debian/Camaelon, debian/WildMenus: add some help text.
  * debian/camaelon.app.menu, debian/wildmenus.app.menu: Fix titles and
    sections for new menu hierarchy.
  * debian/rules: move Nesedah theme data to /usr/share.

 -- Hubert Chathi <uhoreg@debian.org>  Sat, 09 Feb 2008 16:13:08 -0500

etoile (0+20060914+dfsg-1) unstable; urgency=low

  * Initial release.
    - camaelon.app (Closes: #290961)
    - dictionaryreader.app (Closes: #385129)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue,  3 Oct 2006 10:38:41 +0200
