~ubuntu-branches/ubuntu/quantal/transmission/quantal

« back to all changes in this revision

Viewing changes to gtk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
LIBTOOL = @LIBTOOL@
265
265
LIPO = @LIPO@
266
266
LN_S = @LN_S@
 
267
LPI_CFLAGS = @LPI_CFLAGS@
 
268
LPI_LIBS = @LPI_LIBS@
267
269
LTLIBOBJS = @LTLIBOBJS@
268
270
MAKEINFO = @MAKEINFO@
269
271
MKDIR_P = @MKDIR_P@
284
286
PACKAGE_NAME = @PACKAGE_NAME@
285
287
PACKAGE_STRING = @PACKAGE_STRING@
286
288
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
289
PACKAGE_URL = @PACKAGE_URL@
287
290
PACKAGE_VERSION = @PACKAGE_VERSION@
288
291
PATH_SEPARATOR = @PATH_SEPARATOR@
289
292
PEERID_PREFIX = @PEERID_PREFIX@
357
360
sbindir = @sbindir@
358
361
sharedstatedir = @sharedstatedir@
359
362
srcdir = @srcdir@
360
 
subdirs = @subdirs@
361
363
sysconfdir = @sysconfdir@
362
364
target_alias = @target_alias@
363
365
top_build_prefix = @top_build_prefix@
449
451
    $(dbus_generated_sources)
450
452
 
451
453
dist_man_MANS = transmission.1
452
 
transmission_LDADD =  \
 
454
transmission_LDADD = @LPI_LIBS@ \
453
455
        $(top_builddir)/libtransmission/libtransmission.a \
454
456
        $(top_builddir)/third-party/miniupnp/libminiupnp.a \
455
457
        $(top_builddir)/third-party/libnatpmp/libnatpmp.a \