~ubuntu-branches/ubuntu/saucy/thunar/saucy

« back to all changes in this revision

Viewing changes to docs/papers/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-12-03 13:13:58 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20121203131358-zk6tkel37d732wh6
Tags: 1.6.0-0ubuntu1
* Upload to raring.
* Remaining Ubuntu change:
  - debian/control: recommend udisks2 for mounting devices. lp: #1014632
* Drop obsolete Ubuntu changes:
  - debian/patches/02_guard-for-no-supported-vfs-schemas.patch,
    debian/patches/xubuntu_fix-duplicate-volumes.patch: included upstream.
* Bugs fixed:
  - "Thunar: sendto_printer broken" lp: #1061846
  - "segfault when a specific html file is selected" lp: #751739
  - "can't book mark remote shares" lp: #778268
  - "Thunar crashed with SIGSEGV in thunarx_menu_provider_get_file_actions()
    thinking a directory was a file" lp: #852410
  - "Left or right-clicking on 3MB or bigger svg file is unresponsive"
    lp: #893330
  - "Thunar crashed with SIGSEGV in fast_validate()" lp: #913041
  - "Thunar crashed with SIGSEGV in thunar_file_get_display_name()"
    lp: #931101
  - "Thunar crashed with SIGSEGV in sort_by_mime_type()" lp: #931842
  - "Thunar crashed with SIGSEGV in thunar_util_parse_parent()" lp: #969222
  - "thunar crashed with SIGSEGV in thunar_standard_view_cancel_thumbnailing()"
    lp: #1059397
  - "Does not unmount USB drive when you try first time" lp: #1059997
  - "regression: thunar no longer shows all unmounted, but mountable, volumes
    in sidepane" lp: #1068947
  - "Thunar shows folder sizes wrong" lp: #59235
  - "Right-click "Open With" list not refreshing" lp: #107392
  - "no thunar contextmenu with GTK setting "gtk-menu-popup-delay = 0""
    lp: #127372
  - "rename folder, still active but answers not on 'Enter'" lp: #479975
  - "Thunar hangs on first launch of each session" lp: #775117
  - "emblems disappear on rename" lp: #877755
  - "Remote Deleted file in Thunar remains visible until resfresh" lp: #999824
  - "Incorrect alphabetical sort order in thunar with non-latin (eg. cyrillic)
    file names" lp: #684317
  - "Thunar does not display current folder name" lp: #875193
  - "Thunar crashed with SIGSEGV in g_file_equal()" lp: #900306
  - "Hard to see, if volume is mounted or not" lp: #838917

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
54
53
host_triplet = @host@
55
54
target_triplet = @target@
56
55
subdir = docs/papers
57
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
57
        $(top_srcdir)/mkinstalldirs
58
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
59
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60
 
        $(top_srcdir)/configure.in
 
60
        $(top_srcdir)/configure.ac
61
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
62
        $(ACLOCAL_M4)
63
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64
64
CONFIG_HEADER = $(top_builddir)/config.h
65
65
CONFIG_CLEAN_FILES =
66
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_P = $(am__v_P_@AM_V@)
 
68
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
69
am__v_P_0 = false
 
70
am__v_P_1 = :
67
71
AM_V_GEN = $(am__v_GEN_@AM_V@)
68
72
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
73
am__v_GEN_0 = @echo "  GEN     " $@;
 
74
am__v_GEN_1 = 
70
75
AM_V_at = $(am__v_at_@AM_V@)
71
76
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
77
am__v_at_0 = @
 
78
am__v_at_1 = 
73
79
SOURCES =
74
80
DIST_SOURCES =
75
81
am__can_run_installinfo = \
254
260
SET_MAKE = @SET_MAKE@
255
261
SHELL = @SHELL@
256
262
STRIP = @STRIP@
257
 
TDB_U32_TYPE = @TDB_U32_TYPE@
258
263
THUNARX_VERINFO = @THUNARX_VERINFO@
259
264
THUNARX_VERSION_API = @THUNARX_VERSION_API@
260
265
THUNAR_VERSION_MAJOR = @THUNAR_VERSION_MAJOR@
262
267
THUNAR_VERSION_MINOR = @THUNAR_VERSION_MINOR@
263
268
USE_NLS = @USE_NLS@
264
269
VERSION = @VERSION@
 
270
XFCONF_CFLAGS = @XFCONF_CFLAGS@
 
271
XFCONF_LIBS = @XFCONF_LIBS@
 
272
XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
 
273
XFCONF_VERSION = @XFCONF_VERSION@
265
274
XGETTEXT = @XGETTEXT@
266
275
XGETTEXT_ARGS = @XGETTEXT_ARGS@
267
276
XMKMF = @XMKMF@
376
385
ctags: CTAGS
377
386
CTAGS:
378
387
 
 
388
cscope cscopelist:
 
389
 
379
390
 
380
391
distdir: $(DISTFILES)
381
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \