~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-06-18 23:23:52 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110618232352-57ua2sh3kg722xem
Tags: 1.2.2-1
[ Yves-Alexis Perez ]
* New upstream release.
  - load network stuff later to speed up start (Xfce #7373).  closes: #626200
    lp: #775117
  - fixed Dutch translation                                       lp: #781048
* debian/patches:
  - 01_use-system-td dropped, included upstream.
  - 02_thunar-icon-naming-spec-compliance dropped, don't replace stock icons
    even if they aren't part of the spec.
  - 03_Don-t-interpret-file-display-names-as-format-strings dropped,
    included upstream.
* debian/control:
  - drop build-dep on xfce4-dev-tools, libtool and gtk-doc-tools
* debian/rules:
  - don't run xdt-autogen anymore.

[ Lionel Le Folgoc ]
* debian/patches:
  - 01_retrieve-the-translated-desktop-file-name.patch: fixes untranslated
    .desktop display name.
  - series: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
DBUS_VERSION = @DBUS_VERSION@
122
122
DEFS = @DEFS@
123
123
DEPDIR = @DEPDIR@
 
124
DLLTOOL = @DLLTOOL@
124
125
DSYMUTIL = @DSYMUTIL@
125
126
DUMPBIN = @DUMPBIN@
126
127
ECHO_C = @ECHO_C@
221
222
LTLIBOBJS = @LTLIBOBJS@
222
223
MAINT = @MAINT@
223
224
MAKEINFO = @MAKEINFO@
 
225
MANIFEST_TOOL = @MANIFEST_TOOL@
224
226
MKDIR_P = @MKDIR_P@
225
227
MKINSTALLDIRS = @MKINSTALLDIRS@
226
228
MSGFMT = @MSGFMT@
282
284
abs_srcdir = @abs_srcdir@
283
285
abs_top_builddir = @abs_top_builddir@
284
286
abs_top_srcdir = @abs_top_srcdir@
 
287
ac_ct_AR = @ac_ct_AR@
285
288
ac_ct_CC = @ac_ct_CC@
286
289
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287
290
am__include = @am__include@