~ubuntu-branches/ubuntu/natty/transmission/natty

« back to all changes in this revision

Viewing changes to gtk/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-12-08 10:49:11 UTC
  • mfrom: (1.1.29 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091208104911-06gio45n2nla3vpg
Tags: 1.80~b1-0ubuntu1
* New upstream release (LP: #460620), rebased on debian unstable
  remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added quilt, 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
* Fixes bugs:
  - tray menu shows wrong status for "main window" when started minimized
    (LP: #451415)
* Refreshed patches:
  - dont_build_libevent.patch
  - 99_autoreconf.patch
* Removed patches:
  - 21_onPortTested.diff, 23_tr_torrentNext.diff and
    24_tr_torrentDeleteLocalData_do_move.diff
* debian/patches/21_fix_inhibition.patch:
  - The right value for suspend inhibition is 4
* debian/control:
  - Build-Depend on libgconf2-dev to enable magnet link registration and on
    libcanberra-gtk-dev for notification sound.
* debian/watch:
  - make it detect beta versions, to be removed after 1.80 is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
mkinstalldirs = $(install_sh) -d
49
49
CONFIG_CLEAN_FILES =
50
50
CONFIG_CLEAN_VPATH_FILES =
 
51
AM_V_GEN = $(am__v_GEN_$(V))
 
52
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
53
am__v_GEN_0 = @echo "  GEN   " $@;
 
54
AM_V_at = $(am__v_at_$(V))
 
55
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_at_0 = @
51
57
SOURCES =
52
58
DIST_SOURCES =
53
59
DATA = $(noinst_DATA)
55
61
ACLOCAL = @ACLOCAL@
56
62
ALL_LINGUAS = @ALL_LINGUAS@
57
63
AMTAR = @AMTAR@
 
64
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
58
65
AR = @AR@
59
66
AUTOCONF = @AUTOCONF@
60
67
AUTOHEADER = @AUTOHEADER@
61
68
AUTOMAKE = @AUTOMAKE@
62
69
AWK = @AWK@
 
70
CANBERRA_MINIMUM = @CANBERRA_MINIMUM@
63
71
CATALOGS = @CATALOGS@
64
72
CATOBJEXT = @CATOBJEXT@
65
73
CC = @CC@
90
98
EGREP = @EGREP@
91
99
EXEEXT = @EXEEXT@
92
100
FGREP = @FGREP@
 
101
GCONF2_MINIMUM = @GCONF2_MINIMUM@
93
102
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
94
103
GIO_CFLAGS = @GIO_CFLAGS@
95
104
GIO_LIBS = @GIO_LIBS@
114
123
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
115
124
LD = @LD@
116
125
LDFLAGS = @LDFLAGS@
 
126
LIBCANBERRA_CFLAGS = @LIBCANBERRA_CFLAGS@
 
127
LIBCANBERRA_LIBS = @LIBCANBERRA_LIBS@
117
128
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
118
129
LIBCURL_LIBS = @LIBCURL_LIBS@
119
130
LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
120
131
LIBEVENT_LIBS = @LIBEVENT_LIBS@
121
132
LIBEVENT_MINIUM = @LIBEVENT_MINIUM@
 
133
LIBGCONF_CFLAGS = @LIBGCONF_CFLAGS@
 
134
LIBGCONF_LIBS = @LIBGCONF_LIBS@
122
135
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
123
136
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
124
137
LIBNOTIFY_MINIMUM = @LIBNOTIFY_MINIMUM@