Changeset 3009
- Timestamp:
- 02/03/08 10:19:06 (5 years ago)
- Location:
- pkg/main/nautilus/trunk/debian
- Files:
-
- 4 added
- 19 edited
-
changelog (modified) (1 diff)
-
control (modified) (3 diffs)
-
control.in (modified) (3 diffs)
-
nautilus-connect-server.1 (added)
-
nautilus-file-management-properties.1 (added)
-
nautilus.manpages (modified) (1 diff)
-
patches/01_prompt_same_file.patch (modified) (1 diff)
-
patches/03_sftp_connect.patch (modified) (1 diff)
-
patches/04_show_backup_files.patch (modified) (1 diff)
-
patches/05_places-sidebar_single-click.patch (modified) (1 diff)
-
patches/06_dont_create_Desktop.patch (modified) (1 diff)
-
patches/07_desktop_file_activation.patch (modified) (1 diff)
-
patches/08_folder_handler.patch (modified) (1 diff)
-
patches/10_location_titlebar.patch (modified) (1 diff)
-
patches/11_gnomevfs_query_eject.patch (modified) (1 diff)
-
patches/12_list-view_expand.patch (modified) (1 diff)
-
patches/14_sidebar_network-protocol.patch (modified) (1 diff)
-
patches/15_tracker_check.patch (modified) (1 diff)
-
patches/16_missing_thumbnails.patch (added)
-
patches/20_upstream_nautilus-dnd-user-owned.patch (modified) (1 diff)
-
patches/21_nautilus_xmp.patch (modified) (1 diff)
-
patches/23_thumbnails_add-border.patch (added)
-
patches/series (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/nautilus/trunk/debian/changelog
r2664 r3009 1 nautilus (2.20.0-parsix2) unstable; urgency=low 2 3 * Sync'd with Debian 2.20.0-2 4 * Rebuilt against exempi 1.99.5 5 6 -- Alan Baghumian <alan@technotux.org> Tue, 11 Dec 2007 18:23:11 +0330 1 nautilus (2.20.0-parsix3) unstable; urgency=low 2 3 * Sync'd with Debian 2.20.0-3 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 03 Feb 2008 12:48:11 +0330 6 7 nautilus (2.20.0-3) unstable; urgency=low 8 9 [ Diego Escalante Urrelo ] 10 * New patch, 23_thumbnails_add-border.patch, restore the 11 thumbnail borders; (GNOME #478363). Closes: #456957. 12 13 [ Josselin Mouette ] 14 * Add missing references to all patches. 15 16 [ Sebastien Bacher ] 17 * New nautilus-connect-server manpage from Fernando Ribeiro (Ubuntu: #61299) 18 19 [ Josselin Mouette ] 20 * 16_missing_thumbnails.patch: stolen from upstream's SVN. Fixes 21 disappearing thumnails. Closes: #453525. 22 23 [ Julian Andres Klode ] 24 * debian/nautilus-connect-server.1: fix the manpage 25 * debian/nautilus-file-management-properties.1: add new manpage 26 * Upgrade to Policy 3.7.3 27 * Add VCS-Browser and VCS-Svn fields to debian/control 28 * Use the new Homepage field 29 30 -- Josselin Mouette <joss@debian.org> Sat, 12 Jan 2008 16:16:26 +0100 7 31 8 32 nautilus (2.20.0-2) unstable; urgency=high -
pkg/main/nautilus/trunk/debian/control
r2664 r3009 37 37 libexempi-dev (>= 1.99.5), 38 38 intltool (>= 0.35.0) 39 Standards-Version: 3.7.2 39 Homepage: http://www.gnome.org/projects/nautilus/ 40 VCS-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/ 41 VCS-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/nautilus/ 42 Standards-Version: 3.7.3 40 43 41 44 Package: nautilus … … 69 72 Several icon themes and components for viewing different kinds of files 70 73 are available in separate packages. 71 .72 URL: http://www.gnome.org/projects/nautilus/73 74 74 75 Package: nautilus-dbg … … 86 87 are available in separate packages. 87 88 . 88 URL: http://www.gnome.org/projects/nautilus/89 .90 89 This development package contains unstripped binaries compiled with 91 90 debugging symbols needed by gdb. -
pkg/main/nautilus/trunk/debian/control.in
r2664 r3009 37 37 libexempi-dev (>= 1.99.5), 38 38 intltool (>= 0.35.0) 39 Standards-Version: 3.7.2 39 Homepage: http://www.gnome.org/projects/nautilus/ 40 VCS-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/ 41 VCS-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/nautilus/ 42 Standards-Version: 3.7.3 40 43 41 44 Package: nautilus … … 69 72 Several icon themes and components for viewing different kinds of files 70 73 are available in separate packages. 71 .72 URL: http://www.gnome.org/projects/nautilus/73 74 74 75 Package: nautilus-dbg … … 86 87 are available in separate packages. 87 88 . 88 URL: http://www.gnome.org/projects/nautilus/89 .90 89 This development package contains unstripped binaries compiled with 91 90 debugging symbols needed by gdb. -
pkg/main/nautilus/trunk/debian/nautilus.manpages
r371 r3009 1 1 debian/nautilus.1 2 debian/nautilus-connect-server.1 3 debian/nautilus-file-management-properties.1 -
pkg/main/nautilus/trunk/debian/patches/01_prompt_same_file.patch
r1174 r3009 1 Debian #419525 2 GNOME #431472 3 Handle a case where trying to overwrite a file by itself deletes it 4 instead. 1 5 Index: nautilus-2.18.1/libnautilus-private/nautilus-file-operations.c 2 6 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/03_sftp_connect.patch
r2138 r3009 1 Debian #375181 2 GNOME #385608 1 3 Index: nautilus-2.20.0/src/file-manager/fm-directory-view.c 2 4 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/04_show_backup_files.patch
r1831 r3009 1 Debian #401583 2 GNOME #335315 1 3 Index: nautilus-2.18.3/src/file-manager/fm-directory-view.c 2 4 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/05_places-sidebar_single-click.patch
r2138 r3009 1 GNOME #355760 1 2 Index: nautilus-2.20.0/src/nautilus-places-sidebar.c 2 3 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/06_dont_create_Desktop.patch
r2138 r3009 1 Debian #230757 2 GNOME #139470 3 Don't create the Desktop folder when launched with --no-desktop. 1 4 Index: libnautilus-private/nautilus-monitor.c 2 5 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/07_desktop_file_activation.patch
r2138 r3009 1 Fixes two security issues about disguised .desktop files. 2 Debian #408556, GNOME #405291 3 Debian #408948, GNOME #405052 1 4 Index: nautilus-2.20.0/libnautilus-private/nautilus-file.c 2 5 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/08_folder_handler.patch
r371 r3009 1 Debian #396969 1 2 Index: nautilus-2.16.3/nautilus-folder-handler.desktop.in.in 2 3 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/10_location_titlebar.patch
r2138 r3009 1 Debian #413018 2 GNOME #142087 3 Option to show the full location in the title bar 1 4 Index: nautilus-2.20.0/libnautilus-private/apps_nautilus_preferences.schemas.in 2 5 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/11_gnomevfs_query_eject.patch
r2138 r3009 1 GNOME #333252 2 Query gnome-vfs for drive ejection. 1 3 Index: nautilus-2.20.0/libnautilus-private/nautilus-desktop-link-monitor.c 2 4 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/12_list-view_expand.patch
r2138 r3009 1 Revert upstream commits r12779 and r13045. 2 We can do this because we fix GNOME #316087 in our GTK+ packages. 1 3 Index: nautilus-2.20.0/src/file-manager/fm-list-view.c 2 4 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/14_sidebar_network-protocol.patch
r2138 r3009 1 GNOME #350974 1 2 Index: nautilus-2.20.0/src/nautilus-places-sidebar.c 2 3 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/15_tracker_check.patch
r2138 r3009 1 Debian #439863 2 Partially fixes GNOME #386521 3 Check that tracker actually works before using it 1 4 Index: nautilus-2.18.3/libnautilus-private/nautilus-search-engine-tracker.c 2 5 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/20_upstream_nautilus-dnd-user-owned.patch
r1174 r3009 1 LP #36647 2 GNOME #339154 1 3 Index: libnautilus-private/nautilus-dnd.c 2 4 =================================================================== -
pkg/main/nautilus/trunk/debian/patches/21_nautilus_xmp.patch
r2664 r3009 1 Debian #450486 2 GNOME #500171 1 3 diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c 2 4 index 8744103..56120ed 100644 -
pkg/main/nautilus/trunk/debian/patches/series
r2664 r3009 11 11 14_sidebar_network-protocol.patch 12 12 15_tracker_check.patch 13 16_missing_thumbnails.patch 13 14 20_upstream_nautilus-dnd-user-owned.patch -p0 14 15 21_nautilus_xmp.patch 16 23_thumbnails_add-border.patch 15 17 99_ltmain_as-needed.patch
Note: See TracChangeset
for help on using the changeset viewer.


