Skip to content

Debian Changelog nautilus (2.14.3-11)

2007

nautilus (2.14.3-11) unstable; urgency=medium

   * New patch, 33_directory-null-vfs-uri, prevents crash when vfs_uri is NULL;
     GNOME #320020.

 -- Loic Minier <lool@dooz.org>  Mon, 26 Feb 2007 11:12:06 +0100

nautilus (2.14.3-10) unstable; urgency=medium

   * New patch, 30_row-deleted-before-deleting, sends the row-deleted signal
     before deleting rows, as recommended; backported from GNOME #356672 /
     nautilus/2.16.2.
   * New patch, 31_double-free-in-audio-preview, fixes double free; backported
     from GNOME #321175 / nautilus/2.16.2.
   * New patch, 32_remove-directory-assert-in-view, removes assert which might
     cause crashes; backported from GNOME #352592 / nautilus/2.16.2.

 -- Loic Minier <lool@dooz.org>  Sun, 25 Feb 2007 11:58:27 +0100

nautilus (2.14.3-9) unstable; urgency=medium

    * 07_desktop_file_activation.patch:
      + Compare numeric uids instead of using strcmp.
      + Fix the context menu of "link" desktop items.

 -- Josselin Mouette <joss@debian.org>  Sun, 18 Feb 2007 17:44:12 +0100

nautilus (2.14.3-8) unstable; urgency=medium

   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 
   [ Josselin Mouette ]
   * 02_umask.patch: use the recommended method upstream, which should be
     thread-safe and supports ACLs.
   * 07_desktop_file_activation.patch:
     + Don't launch desktop files that aren't at safe places
       (closes: #408556). This doesn't affect desktop files that are
       merely links.
     + Don't launch those that don't end with .desktop (closes: #408948).

 -- Josselin Mouette <joss@debian.org>  Thu, 15 Feb 2007 19:15:30 +0100

2006

nautilus (2.14.3-7) unstable; urgency=medium

   * 50_ca_l10n.patch: fix a quite visible typo in the Catalan translation.

 -- Jordi Mallach <jordi@debian.org>  Fri, 22 Dec 2006 11:20:26 +0100

nautilus (2.14.3-6) unstable; urgency=medium

   * Update patch 11_umount-progress-bar to fix an implicit pointer conversion
     to int which would have likely caused crashes on 64-bits arches; thanks
     Dann Frazier; closes: #400996.

 -- Loic Minier <lool@dooz.org>  Thu, 30 Nov 2006 13:45:04 +0100

nautilus (2.14.3-5) unstable; urgency=low

   * New patch, 11_umount-progress-bar.patch, to display a progress bar when
     umounting an USB stick (or other volumes); taken from the Ubuntu package as
     well as the translations; thanks Sven Arvidsson; GNOME #313639;
     closes: #396939, #398373.

 -- Loic Minier <lool@dooz.org>  Wed, 29 Nov 2006 15:33:06 +0100

nautilus (2.14.3-4) unstable; urgency=low

   * New patch, 10_nautilus-directory-cache-is-local.patch, to cache the result
     of islocal() on NautilusDirectory objects; this is called relatively often
     and should speed up browsing of network shares.

 -- Loic Minier <lool@dooz.org>  Wed, 15 Nov 2006 17:08:56 +0100

nautilus (2.14.3-3) unstable; urgency=low

   * Is there something like a double brown paper bag?
   * 02_umask.patch: finally a correct expression, hopefully. Fixes
     problem with file creation (closes: #390908).

 -- Josselin Mouette <joss@debian.org>  Wed, 4 Oct 2006 17:14:14 +0200

nautilus (2.14.3-2) unstable; urgency=low

   * 02_umask.patch: use & operator on umask, not ^. Silly me.

 -- Josselin Mouette <joss@debian.org>  Mon, 2 Oct 2006 14:39:03 +0200

nautilus (2.14.3-1) unstable; urgency=low

   * New upstream release.
   * 02_umask.patch: honor umask when creating files (closes: #314796).
   * 01_relibtoolise.patch: removed.
   * Bump eel2 build-dependencies.

 -- Josselin Mouette <joss@debian.org>  Thu, 3 Aug 2006 21:41:00 +0200

nautilus (2.14.1-5) unstable; urgency=high

   [ Josselin Mouette ]
   * nautilus-data depends on ${misc:Depends} (RC bug fix).
 
   [ Loic Minier ]
   * Add a useless ${misc:Depends} to libnautilus-extension1, just in case.

 -- Loic Minier <lool@dooz.org>  Wed, 14 Jun 2006 11:00:59 +0200

nautilus (2.14.1-4) unstable; urgency=low

   * nautilus-dbg replaces libnautilus-extension1-dbg (closes: #368304).

 -- Josselin Mouette <joss@debian.org>  Sun, 21 May 2006 20:53:43 +0200

nautilus (2.14.1-3) unstable; urgency=low

   * The "tame the beast" release.
     + New maintainer.
   * Remove dependency on broken gamin.
   * Keep only fam as a Recommends:, nautilus now monitors correctly
     local mounts even without it (closes: #353163).
   * Standards version is 3.7.2.
   * dirs: removed, useless.
   * *.install: move architecture-independent data to nautilus-data
     (closes: #314209).
     + Add a conflict with earlier versions.
   * rules, nautilus-data.dirs: don't install the initial-desktop stuff,
     it isn't used at all.
   * nautilus-data.install: use it to install the icon.
   * README.Debian: removed, useless.
   * nautilus.postinst: removed, deprecated.
   * Use ${binary:Version} (yes, that's cosmetic).
   * Put all debugging information in nautilus-dbg.
     + Remove libnautilus-extension1-dbg entirely.
     + Use debhelper 5 and depend on it.
   * Set priority of the debugging package to extra, to match the
     override.
   * libnautilus-extension-dev.install: there is no .a file.

 -- Josselin Mouette <joss@debian.org>  Thu, 18 May 2006 06:40:47 +0200

nautilus (2.14.1-2) unstable; urgency=low

   [ Sebastien Bacher ]
   * Upload
 
   [ Josselin Mouette ]
   * Make the package binNMU-safe.
     + Build-depend on dpkg-dev 1.13.19.
     + Use ${source:Version}.
 
   [ Loic Minier ]
   * Stop shipping /usr/lib/*.la files in libnautilus-extension-dev.
     [debian/libnautilus-extension-dev.install]
   * Build with a fixed CDBS (0.4.39-0.1 for #365085) which should restore the
     correct libnautilus-extension1 shlib dep. (Closes: #365740)

 -- Sebastien Bacher <seb128@debian.org>  Sat, 13 May 2006 00:12:20 +0200

nautilus (2.14.1-1) unstable; urgency=low

   * New upstream version
   * debian/control.in:
     - updated requirements on libeel and libgtk according to configure
   * debian/patches/01_relibtoolise.patch:
     - updated

 -- Sebastien Bacher <seb128@debian.org>  Sun, 30 Apr 2006 01:16:06 +0200

nautilus (2.14.0-1) unstable; urgency=low

   * New upstream version
   * debian/control.in:
     - updated the requirements on gnome-vfs, eel
     - updated cdbs requirement so dh_installmime is used
   * debian/nautilus-data.install:
     - install the "application/x-gnome-saved-search" mimetype definition
   * debian/patches/01_relibtoolise.patch:
     - updated
   * debian/rules:
     - updated the shlibs argument
   * debian/watch:
     - updated
 
   [ Josselin Mouette ]
   * Recommend librsvg2-common and libgnomevfs2-extra.
 
   [ Loic Minier ]
   * Depend on gamin | fam since gnome-vfs deps are not enough to ensure it's
     there. (Closes: #353163)
     [debian/control, debian/control.in]

 -- Sebastien Bacher <seb128@debian.org>  Sun, 9 Apr 2006 19:41:37 +0200

nautilus (2.12.2-3) unstable; urgency=low

   * Simple rebuild to get rid of references to Xcursor.la and Xrender.la.

 -- Loic Minier <lool@dooz.org>  Mon, 24 Apr 2006 19:45:51 +0200

nautilus (2.12.2-2) unstable; urgency=low

   * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Sun, 8 Jan 2006 00:30:27 +0100

2005

nautilus (2.12.2-1) experimental; urgency=low

   [ Sjoerd Simons ]
   * Up gnome-vfs2 build-depend to >= 2.12.0
 
   [ Loic Minier ]
   * New upstream release.
   * Minor cleanups to debian/rules.
   * Actually ship license information and distinguish between copyright and
     license.

 -- Loic Minier <lool@dooz.org>  Mon, 12 Dec 2005 22:42:27 +0100

nautilus (2.12.1-1) experimental; urgency=low

   * New upstream version.
   * debian/control.in:
     - updated the Build-Depends on the eel2 package.
   * debian/patches/01_relibtoolise.patch:
     - updated.
   * debian/patches/07_places_bookmarks.patch,
     debian/patches/08_desktopborder.patch:
     - fixed with the new version.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 17 Oct 2005 16:00:40 +0200

nautilus (2.10.1-5) unstable; urgency=high

   [ Josselin Mouette ]
   * Depend on ${misc:Depends} (high urgency fix).
   * Add --as-needed again.
 
   [ Loic Minier ]
   * Add CDBS' utils.

 -- Loic Minier <lool@dooz.org>  Fri, 14 Oct 2005 11:24:06 +0200

nautilus (2.10.1-4) unstable; urgency=medium

   [ Sebastien Bacher <seb128@debian.org> ]
   * debian/control.in:
     - Build-Depends on the current exif (Closes: #321261).
   * debian/rules:
     - don't use "-as-needed", fix the current build issue (Closes: #320138).
 
   [ Josselin Mouette <joss@debian.org> ]
   * Don't recommend gnome-icon-theme, gnome-control-center already depends on
     it.
   * Updated Suggests, using evince | pdf-viewer instead of xpdf, and
     totem | mp3-decoder instead of xmms (closes: #289252).

 -- Sebastien Bacher <seb128@debian.org>  Fri, 5 Aug 2005 13:12:57 +0200

nautilus (2.10.1-3) unstable; urgency=medium

   * Pass --as-needed to ld.
   * Remove most conflicts and replaces, they aren't useful anymore.
   * Depend on gnome-control-center instead of capplets.
   * Cosmetic fixes to the -dbg packages' description.
   * Don't install the .so and .la for libnautilus-private.
   * Standards-version is 3.6.2.
   * copyright: correctly reference the authors and the GPL.

 -- Josselin Mouette <joss@debian.org>  Sat, 25 Jun 2005 18:03:04 +0200

nautilus (2.10.1-2) unstable; urgency=low

   * Upload to unstable.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 10 Jun 2005 15:26:25 +0200

nautilus (2.10.1-1) experimental; urgency=low

   * Changes by Sébastien Bacher:
     * New upstream version.
     * debian/patches/09_connect-server-auth-fix.patch:
       - fixed upstream.
   * Changes by Josselin Mouette:
     * Conflict with libnautilus2-dev.

 -- Sebastien Bacher <seb128@debian.org>  Mon, 9 May 2005 15:57:18 +0200

nautilus (2.10.0-1) experimental; urgency=low

   * New upstream release:
     - better handling of DnD from web browsers (Closes: #269490).
     - fix the icon layout on ia64 (Closes: #286039).
   * debian/control.in:
     - create a debug package.
     - don't Build-Conflicts on libcdparanoia0-dev
     - renamed libnautilus2-2 to libnautilus-extension1 to reflect the upstream
       changes.
     - updated the Build-Depends.
   * debian/patches/01_relibtoolise.patch:
     - updated.
   * debian/patches/02_build_exif.patch:
     - fixed upstream.
   * debian/patches/07_places_bookmarks.patch:
     - patch to add the GTK bookmarks to the places menu.
   * debian/patches/08_desktopborder.patch:
     - don't display a border around the desktop.
   * debian/patches/09_connect-server-auth-fix.patch:
     - don't display a warning when creating a share.
   * debian/rules:
     - updated the configure options.
     - updated the shlibs.
   * debian/watch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 8 Apr 2005 16:46:55 +0200

2004

nautilus (2.8.2-2) unstable; urgency=medium

   * debian/nautilus.postrm:
     - test if the directories are here before trying to remove them
       (Closes: #283450).

 -- Sebastien Bacher <seb128@debian.org>  Wed, 24 Nov 2004 16:09:08 +0100

nautilus (2.8.2-1) unstable; urgency=low

   * New upstream release.
   * Upload to unstable.
   * debian/patches/01_relibtoolise.patch:
     - updated.
   * debian/rules:
     - updated the Build-Depends.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 18 Nov 2004 19:35:45 +0100

nautilus (2.8.1-1) experimental; urgency=low

   * New upstream release.
   * debian/patches/01_relibtoolise.patch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 12 Oct 2004 00:16:22 +0200

nautilus (2.8.0-1) experimental; urgency=low

   * New upstream release.
   * debian/control.in:
     - updated the Build-Depends on libeel2-dev to 2.8.0.
   * debian/patches/01_relibtoolise.patch:
     - updated.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 14 Sep 2004 21:38:18 +0200

nautilus (2.7.4-1) experimental; urgency=low

   * GNOME Team Upload.
   * New upstream development release.
     - now uses the freedesktop.org MIME specification.
   * Switched to CDBS.
   * debian/control.in:
     - nautilus depends on desktop-file-utils (>= 0.7).
     - updated the Build-Depends on libeel2-dev to 2.7.4.
   * debian/patches/01_relibtoolise.patch:
     - updated.
   * debian/patches/03_desktop-launchers.patch:
     - removed since included in the new upstream release.
   * debian/patches/04_mime_warning.patch:
     - removed, obsolete.
   * debian/control.in:
     - Build-Depends on cdbs instead of dbs.
     - updated the Build-Depends on librsvg2 to 2.7
   * debian/*.files:
     - replaced by *.install files.
   * debian/rules:
     - switched to CDBS.
   * This update is based on Canonical's patch as found in
     http://no-name-yet.com/patches/gnome2.7/nautilus271to272.patch
     (closes: #265304).

 -- Jordi Mallach <jordi@debian.org>  Tue, 17 Aug 2004 11:22:55 +0200

nautilus (2.7.1-2) experimental; urgency=low

   * GNOME Team Upload.
   *  debian/patches/02_build_exif.patch:
     - updated to fix the crash on file properties for images with exif datas.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 30 Jun 2004 15:07:49 +0200

nautilus (2.7.1-1) experimental; urgency=low

   * GNOME Team Upload.
   * New (development) upstream release.
   * debian/patches/01_relibtoolise.patch:
     - updated.
   * debian/patches/02_show-mounts.patch:
     - removed since the changes are in the new version.
   * debian/patches/02_build_exif.patch:
     - patch to fix the build with the new libexif.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 23 Jun 2004 18:41:33 +0200

nautilus (2.6.3-2) unstable; urgency=high

   * GNOME Team Upload.
   * debian/control.in:
     - conflicts with capplets (<< 2.6).

 -- Sebastien Bacher <seb128@debian.org>  Fri, 18 Jun 2004 02:17:21 +0200

nautilus (2.6.3-1) unstable; urgency=low

   * GNOME Team Upload.
   * New upstream release
     - fix zoom and desktop problems (Closes: #253135, #253653).
     - fix the problem with desktop icons marqued as read-only
       (Closes: #249792, #251848).
   * debian/control.in:
     - recommands nautilus-cd-burner (Closes: #249503).
   * debian/patches/01_relibtoolise.patch:
     + updated.
   * debian/patches/02_show-mounts.patch:
     - patch from the CVS to allow to not show volumes on desktop
       (gconf key to use: /apps/nautilus/desktop/volumes_visible).
       (Closes: #253529).
   * debian/patches/03_desktop-launchers.patch:
      - patch from the CVS to allow to edit the launcher on the desktop again.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 16 Jun 2004 23:18:15 +0200

nautilus (2.6.2-1) unstable; urgency=low

   * Gnome Team Upload.
   * New Upstream Release.
   * debian/control.in:
     + removed recommends on nautilus-gtkhtml (Closes: #252449).
   * debian/patches/01_relibtoolise.patch:
     + updated.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 5 Jun 2004 13:11:31 +0200

nautilus (2.6.1-3) unstable; urgency=low

   * debian/control.in:
     + updated Build-Depends (Closes: #251388).

 -- Sebastien Bacher <seb128@debian.org>  Fri, 28 May 2004 22:02:14 +0200

nautilus (2.6.1-2) unstable; urgency=low

   * GNOME Team Upload.
   * Upload in unstable.
   * debian/nautilus.1:
     + updated by Dafydd Harries <daf@muse.19inch.net>.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 26 May 2004 17:43:42 +0200

nautilus (2.6.1-1) experimental; urgency=low

   * New upstream release.
   * GNOME Team Upload.
   * debian/patches/01_relibtoolise.patch:
     + updated.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 26 May 2004 17:43:40 +0200

nautilus (2.6.0-2) experimental; urgency=low

   * [debian/patches/01_relibtoolise.patch] New. Updated libtoolisation to cut
     down on library dependencies.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Mon, 12 Apr 2004 21:01:55 +0200

nautilus (2.6.0-1) experimental; urgency=low

   * New upstream release:
     + Fix crash when trying to access non-existing vfs-url (Closes: #222957).
     + Fix file selection by typing name in column mode (Closes: #237066).
     + Fix drag and drop between menu and desktop (Closes: #237414).
     + Should fix background management (Closes: #217859, #230348).
   * debian/control.in, debian/rules:
     + Adapted for the Gnome Team.
     + libnautilus2-2 conflitcs with nautilus (<< 2.6.0) (Closes: #200433).
     + Depends on shared-mime-info.
     + Removed gnome-vfs-extra2 Recommends.
   * debian/nautilus.1:
     + Updated references (Closes: #226677).
   * debian/patches/nautilus-2.4.1-gnu_pathmax.patch:
     + Removed since not needed by new version.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 27 Mar 2004 14:36:53 +0100

nautilus (2.4.2-2) unstable; urgency=low

   * [debian/control.in] Added Build-Depends: libxml-parser-perl, needed for
     recent intltool.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 5 Feb 2004 21:50:27 +0100

nautilus (2.4.2-1) unstable; urgency=low

   * New upstream release.

 -- Sebastien Bacher <seb128@debian.org>  Tue, 3 Feb 2004 21:40:02 +0100

2003

nautilus (2.4.1-3) unstable; urgency=low

   * debian/control :
     - Recommends eject (Closes: #171081).
     - Removed nautilus-mozilla from Suggests since the package is not in
       the archive (Closes: #180805).
     - Updated Build-Depends.
     - Updated descriptions (Closes: #172928, #206509, #210070).
   * debian/nautilus.postrm
     - Removed empty dir in /etc (Closes: #206508).
   * debian/rules :
     - Removed autogen.sh call to fix the -pthread problem.
     - Removed --disable-mozilla-component option, since nautilus 2.4 doesn't
       use it.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 26 Oct 2003 15:22:19 +0100

nautilus (2.4.1-2) unstable; urgency=low

   * Register the schema file, that fix the problem with missing options
     (Closes: #184865, #197810, #212279).

 -- Sebastien Bacher <seb128@debian.org>  Wed, 22 Oct 2003 19:02:36 +0200

nautilus (2.4.1-1) unstable; urgency=low

   * New upstream release.
   * Updated Build-Depends.
   * Removed Conflicts on libeel2.
   * debian/patches:
     - fix-ld: removed
     - nautilus-2.1.5-cdburn.patch: removed
     - nautilus-2.4.1-gnu_pathmax.patch: updated
     - orbit28.patch: removed

 -- Sebastien Bacher <seb128@debian.org>  Sun, 19 Oct 2003 17:42:49 +0200

nautilus (2.2.4-5) unstable; urgency=low

   * Added a patch to fix a bug with orbit2.8.
   * Gnome Team Upload.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 16 Oct 2003 21:15:10 +0200

nautilus (2.2.4-4.1) unstable; urgency=medium

   * Non-Maintainer Upload, to try to finally get GNOME 2.2 entirely in Sarge.
   * debian/control.in: make libnautilus2-dev depend on libgnome-desktop-dev
     (closes: #209089).

 -- Jordi Mallach <jordi@debian.org>  Sun, 28 Sep 2003 18:59:15 +0200

nautilus (2.2.4-4) unstable; urgency=low

   * remove cdda support, I've heard that is totally broken.
     Build-Conflicts: libcdparanoia0-dev
   * -dev: Depends on librsvg2-dev (closes: #208674)

 -- Takuo KITAME <kitame@debian.org>  Mon, 8 Sep 2003 11:40:58 +0900

nautilus (2.2.4-3) unstable; urgency=low

   * Fix build dependency (closes: Bug#208713)
   * -dev: depends on libcdparanoia0-dev (closes: Bug#208713)

 -- Takuo KITAME <kitame@debian.org>  Fri, 5 Sep 2003 02:43:25 +0900

nautilus (2.2.4-2) unstable; urgency=low

   * Fix #187364: libnautilus2-2: libraries not correctly linked (closes: #187364)
   * -dev: conflicts: libnautilus1.0-dev (closes: #172230)

 -- Takuo KITAME <kitame@debian.org>  Wed, 3 Sep 2003 16:40:41 +0900

nautilus (2.2.4-1) unstable; urgency=low

   * New upstream release
   * Fix build-depends (closes: #188888)
   * Fix build problem on GNU/Hurd (closes: #190369)
   * Fix dependency to eel (closes: #189255)
   * Recommends gnome-vfs-extras2 (closes: #194491)
   * Fix Debian menu icon (closes: #192630)
   * Suggests pdf-viewer instead of xpdf (closes: #197202)

 -- Takuo KITAME <kitame@debian.org>  Fri, 13 Jun 2003 14:54:56 +0900

nautilus (2.2.3.1-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 23 Apr 2003 15:51:03 +0900

nautilus (2.2.3-1) unstable; urgency=low

   * New upstream release
   * Applied nautilus-cd-burner patch

 -- Takuo KITAME <kitame@debian.org>  Thu, 10 Apr 2003 11:35:38 +0900

nautilus (2.2.2-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Fri, 14 Mar 2003 16:34:45 +0900

nautilus (2.2.1-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 13 Feb 2003 01:58:08 +0900

nautilus (2.2.0.2-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Fri, 31 Jan 2003 11:06:34 +0900

nautilus (2.2.0.1-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Fri, 24 Jan 2003 16:25:11 +0900

nautilus (2.2.0-2) unstable; urgency=low

   * fix miss packaging. tarball should be orig.tar.gz

 -- Takuo KITAME <kitame@debian.org>  Thu, 23 Jan 2003 23:38:27 +0900

nautilus (2.2.0-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 23 Jan 2003 18:52:42 +0900

nautilus (2.1.91-1) unstable; urgency=low

   * New upstream release
   * Rebuild against latest libraries (closes: #177485, #177415, #177326, #177325)

 -- Takuo KITAME <kitame@debian.org>  Mon, 20 Jan 2003 11:14:49 +0900

2002

nautilus (2.0.8-1) unstable; urgency=low

   * New upstream release
   * applied patch to use desktop-base (closes: #166423)
   * Fix menu entry (closes: #170572, #161798)

 -- Takuo KITAME <kitame@debian.org>  Sat, 30 Nov 2002 13:07:38 +0900

nautilus (2.0.7-5) unstable; urgency=low

   * Update config.{guess,sub} (closes: #168651)
   * Sugguests: eog not eog2

 -- Takuo KITAME <kitame@debian.org>  Fri, 15 Nov 2002 15:26:15 +0900

nautilus (2.0.7-4) unstable; urgency=low

   * upload into unstable/main

 -- Takuo KITAME <kitame@debian.org>  Wed, 13 Nov 2002 09:49:33 +0900

nautilus (2.0.7-3) experimental; urgency=low

   * Change package name to nautilus

 -- Takuo KITAME <kitame@debian.org>  Fri, 8 Nov 2002 16:09:34 +0900

nautilus2 (2.0.7-2) unstable; urgency=low

   * Replaces: nautilus (closes: #166074)

 -- Takuo KITAME <kitame@debian.org>  Tue, 5 Nov 2002 16:31:22 +0900

nautilus2 (2.0.7-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Wed, 18 Sep 2002 15:23:25 +0900

nautilus2 (2.0.6-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Thu, 5 Sep 2002 14:16:42 +0900

nautilus2 (2.0.4-3) unstable; urgency=low

   * rebuild against gconf 1.2.1-3

 -- Takuo KITAME <kitame@northeye.org>  Mon, 26 Aug 2002 16:01:26 +0900

nautilus2 (2.0.4-2) unstable; urgency=low

   * rebuild against gconf 1.2.1-2

 -- Takuo KITAME <kitame@northeye.org>  Mon, 19 Aug 2002 14:45:22 +0900

nautilus2 (2.0.4-1) unstable; urgency=low

   * New upsream release

 -- Takuo KITAME <kitame@northeye.org>  Fri, 16 Aug 2002 17:12:26 +0900

nautilus2 (2.0.3-1) unstable; urgency=low

   * New upsream release
   * don't compile with openssl (closes: #155614)

 -- Takuo KITAME <kitame@northeye.org>  Thu, 8 Aug 2002 10:50:23 +0900

nautilus2 (2.0.2-1) unstable; urgency=low

   * New upsream release (closes: #154606)
   * Fix description (closes: #152290)

 -- Takuo KITAME <kitame@northeye.org>  Mon, 5 Aug 2002 18:47:17 +0900

nautilus2 (2.0.0-3) unstable; urgency=low

   * Upload to unstable/main
   * nautilus2-data conflicts with nautilus 1.0

 -- Takuo KITAME <kitame@northeye.org>  Wed, 3 Jul 2002 12:00:40 +0900

nautilus2 (2.0.0-2) experimental; urgency=low

   * build against librsvg2-2

 -- Takuo KITAME <kitame@northeye.org>  Fri, 28 Jun 2002 14:14:11 +0900

nautilus2 (2.0.0-1) experimental; urgency=low

   * New upstream release
   * change package name to nautilus2

 -- Takuo KITAME <kitame@northeye.org>  Thu, 13 Jun 2002 03:21:57 +0900

nautilus1.1 (1.1.19-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Wed, 5 Jun 2002 11:35:23 +0900

nautilus1.1 (1.1.18-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Tue, 28 May 2002 15:55:22 +0900

nautilus1.1 (1.1.17-2) experimental; urgency=low

   * separate arch independent files into nautilus1.1-data

 -- Takuo KITAME <kitame@northeye.org>  Tue, 21 May 2002 14:26:45 +0900

nautilus1.1 (1.1.17-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Tue, 21 May 2002 13:21:26 +0900

nautilus1.1 (1.1.16-1) experimental; urgency=low

   * New upstream release
   * some executable binaries in /usr/lib/nautilus
   * remove nautilus1.1-{suggested,extra} package.

 -- Takuo KITAME <kitame@northeye.org>  Tue, 14 May 2002 10:30:51 +0900

nautilus1.1 (1.1.15-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Tue, 7 May 2002 14:30:16 +0900

nautilus1.1 (1.1.14-1) experimental; urgency=low

   * New upstream release
   * fix menu and upstream infomation (closes: #144018,#144016)

 -- Takuo KITAME <kitame@northeye.org>  Mon, 29 Apr 2002 23:48:00 +0900

nautilus1.1 (1.1.13-1) experimental; urgency=low

   * New upstream release
   * use dbs

 -- Takuo KITAME <kitame@northeye.org>  Mon, 22 Apr 2002 20:22:44 +0900

nautilus1.1 (1.1.12-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Sat, 20 Apr 2002 01:23:25 +0900

nautilus1.1 (1.1.11-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Tue, 26 Mar 2002 10:09:56 +0900

nautilus1.1 (1.1.9-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Mon, 11 Mar 2002 16:12:28 +0900

nautilus1.1 (1.1.8-2) experimental; urgency=low

   * bump package name libnautilus1.1-0 to -2

 -- Takuo KITAME <kitame@northeye.org>  Fri, 8 Mar 2002 14:55:21 +0900

nautilus1.1 (1.1.8-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Thu, 7 Mar 2002 11:29:37 +0900

nautilus1.1 (1.1.6-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Thu, 28 Feb 2002 11:42:15 +0900

nautilus1.1 (1.1.5-2) experimental; urgency=low

   * build against gtk+ 1.3.14 and libgnome* 1.112.0

 -- Takuo KITAME <kitame@northeye.org>  Sat, 23 Feb 2002 03:55:40 +0900

nautilus1.1 (1.1.5-1) experimental; urgency=low

   * New upstream release
   * update build-depends

 -- Takuo KITAME <kitame@northeye.org>  Sun, 17 Feb 2002 14:40:17 +0900

nautilus1.1 (1.1.4-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Wed, 6 Feb 2002 03:01:38 +0900

nautilus1.1 (1.1.3-1) experimental; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Mon, 4 Feb 2002 00:42:38 +0900

nautilus1.1 (1.1.2-2) experimental; urgency=low

   * Build against latest libatk9

 -- Takuo KITAME <kitame@northeye.org>  Thu, 24 Jan 2002 21:32:33 +0900

nautilus1.1 (1.1.2-1) experimental; urgency=low

   * New upstream release, GNOME2 version.
   * upload to experimental

 -- Takuo KITAME <kitame@northeye.org>  Mon, 21 Jan 2002 17:57:33 +0000

nautilus (1.0.6-2) unstable; urgency=low

   * debian/rules:
     - --enable-fam (closes: #116712)
   * debian/control:
     - added libfam-dev into build-depends
   * remove gnome-*2html2 files (closes: #128083)

 -- Takuo KITAME <kitame@northeye.org>  Tue, 8 Jan 2002 02:19:45 +0900

2001

nautilus (1.0.6-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Fri, 9 Nov 2001 04:18:33 +0000

nautilus (1.0.5-2) unstable; urgency=low

   * Fix and install overrides for lintian errors (closes: #116941)
   * Changed debian menu category tools to system. (closes: #116370)

 -- Takuo KITAME <kitame@northeye.org>  Sat, 27 Oct 2001 04:10:54 +0900

nautilus (1.0.5-1) unstable; urgency=low

   * New upstream release
   * Build-Depends: libcdparanoia0-dev (closes: #106350)

 -- Takuo KITAME <kitame@northeye.org>  Sat, 20 Oct 2001 17:34:38 +0900

nautilus (1.0.4-1) unstable; urgency=low

   * New upstream release
   * closes again (closes: Bug#101387, Bug#102662, Bug#96610)

 -- Takuo KITAME <kitame@northeye.org>  Sat, 7 Jul 2001 22:07:43 +0900

nautilus (1.0.3.2cvs-1) unstable; urgency=low

   * New upstream release
   * cvs update -r NAUTILUS_1_0_4 (1.0.3.2)
   * closes: Bug#101387, Bug#102662
   * closes: Bug#96610 It's not software bug.

 -- Takuo KITAME <kitame@northeye.org>  Wed, 4 Jul 2001 11:12:05 +0900

nautilus (1.0.3-4) unstable; urgency=low

   * Fixed build-dependency (closes: Bug#99765)
   * added depends libbonobo-dev for libnautilus-dev (closes: Bug#99654)

 -- Takuo KITAME <kitame@northeye.org>  Sun, 17 Jun 2001 21:53:02 +0900

nautilus (1.0.3-3) unstable; urgency=low

   * Fixed build-depends: (closes: Bug#98706, Bug#98846)

 -- Takuo KITAME <kitame@northeye.org>  Sun, 27 May 2001 15:14:26 +0900

nautilus (1.0.3-2) unstable; urgency=low

   * rebuid with libeel0 which is still in Incoming.
   * remove libammonite-dev, librpm0-dev for Build-Depends
   * also librsvg-dev, libfreetype6-dev. (libeel-dev follows it)

 -- Takuo KITAME <kitame@northeye.org>  Thu, 10 May 2001 21:49:18 +0900

nautilus (1.0-4) unstable; urgency=low

   * debian/control.in: Really nautilus-suggested move to contrib.
     nautilus-suggested: Really Depends: nautilus-trilobite (>= 1.0-2)
   * fix wrong symlink name /usr/share/man/man1/nautilus-verify-rpm.sh (closes: Bug#93579)

 -- Takuo KITAME <kitame@northeye.org>  Wed, 11 Apr 2001 10:53:01 +0900

nautilus (1.0-3) unstable; urgency=low

   * nautilus-suggested: move to contrib, Depends: nautilus-trilobite (>= 1.0-2)
   * --disable-mozilla-component instead of --disable-mozilla

 -- Takuo KITAME <kitame@northeye.org>  Tue, 10 Apr 2001 14:52:43 +0900

nautilus (1.0-2) unstable; urgency=low

   * remove dependency to non-US package.
   * nautilus-trilobite/mozilla: goes to it's own package and moved to non-US.
   * --disable-mozilla. Sorry, remove mozilla support. We have not mozilla-0.8 in archive. (closes: Bug#92274)
   * --disable-eazel-service, non-US part was moved to it's own package 'nautilus-nonus'
   * Install nautilus-verify-rpm.sh (closes: Bug#90087)
   * Build with -DDEBIAN (closes: Bug#84810)
   * includes libvfs-help.so (closes: Bug#92766)
 
   * Notice to FTP maintainer,
     Please remove nautilus-trilobite, nautilus-mozilla from main archive.
     and move nautilus-suggested to contrib/x11.

 -- Takuo KITAME <kitame@northeye.org>  Thu, 5 Apr 2001 14:05:56 +0900

nautilus (1.0-1) unstable; urgency=low

   * New upstream release
   * nautilus-extra: depends xpdf | xpdf-i (closes: Bug#84958)
   * libnautilus-extention/nautilus-gnome-extensions.c: applied debian x-terminal-emurator patch (closes: Bug#84810)
   * Fix "Tree view doesn't work in Nautilus" (closes: Bug#89087)
   * upsteam fixed
       closes: Bug#87069 xmms doesn't accept DND mp3 files from nautilus
       closes: Bug#86422 nautilus: Font handling bug
       closes: Bug#86452 nautilus: Nautilus doesn't choose correct fonts
   * holefully fixed
 	 closes: Bug#89372: Nautilus doesn't show up

 -- Takuo KITAME <kitame@northeye.org>  Wed, 14 Mar 2001 13:56:00 +0900

nautilus (0.8.2-1) unstable; urgency=low

   * New upstream release (not released, but cvs update -r NAUTILUS_0_8_2)
   * Fix manpage install (closes: Bug#87394, Bug#87958)

 -- Takuo KITAME <kitame@northeye.org>  Sat, 3 Mar 2001 00:41:31 +0900

nautilus (0.8-2) unstable; urgency=low

   * libnautilus0 has versioned shlibs. (closes: Bug#84858)
   * nautilus-mozilla depends on mozilla (>= 1:0.7)
   * fixed freetype build dependency, --with-freetype2-include2=/usr/include/freetype2 (closes: Bug#85246)
   * added manpages, removed all undocumented (closes: Bug#84807)
   * Rebuild with Bonobo 0.36-2 and versioned depends. (close: Bug#84951, Bug#86562, )

 -- Takuo KITAME <kitame@northeye.org>  Mon, 19 Feb 2001 22:43:46 +0900

nautilus (0.8-1) unstable; urgency=low

   * New upstream release (closes: Bug#84191)
   * some bugs was hopefully fixed by upstream.
     closes: Bug#79174, Bug#79110, Bug#79340, Bug#79940, Bug#80741, Bug#79057, Bug#79207, Bug#79248, Bug#79448, Bug#82752
   * Recommends -> Suggests ammonite (closes: Bug#80799)
   * Build-Depends: rpm (closes: Bug#84302)
   * separated component packages(like nautilus.spec) -mozilla, -trilobite, -extra and nautilus-suggested.

 -- Takuo KITAME <kitame@northeye.org>  Fri, 2 Feb 2001 11:13:00 +0900

2000

nautilus (0.5-3) unstable; urgency=low

   * --enable-eazel-services=1, Recommends: ammonite (closes: Bug#79345)
   * Added Build-Dpends (closes: Bug#79377)

 -- Takuo KITAME <kitame@northeye.org>  Wed, 27 Dec 2000 12:30:24 +0900

nautilus (0.5-2.1) unstable; urgency=low

   * Initial upload.
   * Build with Debian's libfreetype6, libfreetype2-dev.
   * Modifies for Bonobo 0.28

 -- Takuo KITAME <kitame@northeye.org>  Tue, 28 Nov 2000 01:37:10 +0900

nautilus (0.5-2) unstable; urgency=low

   * --enable-mozilla-component

 -- Takuo KITAME <kitame@northeye.org>  Wed, 8 Nov 2000 12:57:18 +0900

nautilus (0.5-1) unstable; urgency=low

   * New upstream release

 -- Takuo KITAME <kitame@northeye.org>  Wed, 8 Nov 2000 10:38:37 +0900

nautilus (0.1.0-1) experimental; urgency=low

   * Initial Release.

 -- Takuo KITAME <kitame@northeye.org>  Thu, 17 Aug 2000 12:51:38 +0900