~sense/ubuntu/lucid/transmission/fix-497882

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
42
42
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
43
43
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/wxwin.m4 \
44
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120
120
CXXFLAGS = @CXXFLAGS@
121
121
CYGPATH_W = @CYGPATH_W@
122
122
DATADIRNAME = @DATADIRNAME@
 
123
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
123
124
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
124
125
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
125
126
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
126
127
DEFS = @DEFS@
127
128
DEPDIR = @DEPDIR@
 
129
DSYMUTIL = @DSYMUTIL@
128
130
ECHO = @ECHO@
129
131
ECHO_C = @ECHO_C@
130
132
ECHO_N = @ECHO_N@
191
193
MKINSTALLDIRS = @MKINSTALLDIRS@
192
194
MSGFMT = @MSGFMT@
193
195
MSGMERGE = @MSGMERGE@
 
196
NMEDIT = @NMEDIT@
194
197
OBJEXT = @OBJEXT@
195
198
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
196
199
OPENSSL_LIBS = @OPENSSL_LIBS@
232
235
WX_RESCOMP = @WX_RESCOMP@
233
236
WX_VERSION = @WX_VERSION@
234
237
XGETTEXT = @XGETTEXT@
 
238
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
239
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
 
240
ZLIB_LIBS = @ZLIB_LIBS@
235
241
abs_builddir = @abs_builddir@
236
242
abs_srcdir = @abs_srcdir@
237
243
abs_top_builddir = @abs_top_builddir@
283
289
subdirs = @subdirs@
284
290
sysconfdir = @sysconfdir@
285
291
target_alias = @target_alias@
 
292
top_build_prefix = @top_build_prefix@
286
293
top_builddir = @top_builddir@
287
294
top_srcdir = @top_srcdir@
288
295
transmissionlocaledir = @transmissionlocaledir@
289
296
ACLOCAL_AMFLAGS = -I m4
290
297
@BUILD_BEOS_TRUE@BEOS_DIR = beos
291
298
@BUILD_CLI_TRUE@CLI_DIR = cli
292
 
@BUILD_DAEMON_TRUE@DAEMON_DIR = daemon
293
 
@BUILD_DARWIN_TRUE@MAC_DIR = macosx
 
299
@BUILD_DAEMON_TRUE@@WIN32_FALSE@DAEMON_DIR = daemon
294
300
@BUILD_GTK_TRUE@GTK_DIR = gtk po
 
301
@BUILD_MAC_TRUE@MAC_DIR = macosx
295
302
@BUILD_WX_TRUE@WX_DIR = wx
296
303
SUBDIRS = \
297
304
  doc \
310
317
  AUTHORS \
311
318
  COPYING \
312
319
  README \
 
320
  autogen.sh \
313
321
  Transmission.xcodeproj/project.pbxproj \
314
322
  intltool-extract.in \
315
323
  intltool-merge.in \
341
349
  web/javascript/jquery/jquery.min.js \
342
350
  web/javascript/jquery/jquery.form.min.js \
343
351
  web/javascript/jquery/jquery.transmenu.min.js \
344
 
  web/javascript/jquery/jquery-dimensions.min.js
 
352
  web/javascript/jquery/jquery.dimensions.min.js
345
353
 
346
354
clutch_imagesdir = $(clutchdir)/images
347
355
clutch_images_DATA = \
348
356
  web/images/favicon.ico \
 
357
  web/images/favicon.png \
349
358
  web/images/webclip-icon.png
350
359
 
351
360
clutch_graphicsdir = $(clutch_imagesdir)/graphics
356
365
  web/images/graphics/iphone_chrome.png \
357
366
  web/images/graphics/browser_opera.gif \
358
367
  web/images/graphics/filter_bar.png \
 
368
  web/images/graphics/filter_icon.png \
359
369
  web/images/graphics/transfer_arrows.png \
360
370
  web/images/graphics/browser_safari.gif
361
371