~ubuntu-branches/ubuntu/quantal/gnome-applets/quantal

« back to all changes in this revision

Viewing changes to gswitchit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:39:03 UTC
  • mfrom: (1.10.9 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530113903-1gru2a9vbvjt5wyj
Tags: 2.91.4~20110321-1ubuntu1
* Resynchronize on Debian, thanks Jeremy Bicha for some of the work
* Remaining diff
* debian/control.in:
  - Depend on introspection packages
  - Drop obsolete build-depends on libxklavier-dev
  - Don't build depends on system-tools-backends-dev, libcpufreq-dev
    libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev (no mixer built), 
    libupower-glib-dev (not using 01_battstat_upower.patch)
  - Remove gstreamer0.10-alsa | gstreamer0.10-audiosink depends and
    the mixer description from gnome-applets (mixer not built)
  - gnome-applets suggests gnome-netstatus-applet, deskbar-applet and
    cpufrequtils rather than recommends.
  - Remove keyboard layout switcher from package description
* debian/rules:
  - Don't enable the mixer applet, disable the battery status applet option
  - Compress packages with bzip2
  - use dh_pysupport
* debian/gnome-applets.manpages:
  - Stop shipping manpages, those are not distributed upstream either and the
    binaries are not in the standard path anyway so can't be run by users.
* debian/patches/01_no_more_deprecated.patch:
  - Add patch to migrate null_applet to libpanel-applet-3 (LP: #673109)
    and invest applet to use GObject introspection (LP: #673110)
* debian/patches/01_battstat_upower.patch:
  - Dropped, don't build the battery status applet
* debian/patches/80_correct_minicommander_install.patch:
  - Don't install the minicommander server when not required.
* debian/patches/81_silent_applet_cleaning:
  - Don't display a dialog about the applet configuration cleaning since 
    that's something which should be transparent for the users
* debian/patches/86_deprecate_applets.patch:
  - Define some applets as deprecated
* debian/watch:
  - Watch for unstable versions
* Dropped diff:
* debian/control.in:
  - Pre-depends on dpkg (required for bzip2 packaging), the dpkg version 
    has been available since before the previous lts

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
CONFIG_HEADER = $(top_builddir)/config.h
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
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97
103
ACPIINC = @ACPIINC@
98
104
ALL_LINGUAS = @ALL_LINGUAS@
99
105
AMTAR = @AMTAR@
 
106
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
100
107
AR = @AR@
101
108
AUTOCONF = @AUTOCONF@
102
109
AUTOHEADER = @AUTOHEADER@
136
143
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
137
144
GIO_CFLAGS = @GIO_CFLAGS@
138
145
GIO_LIBS = @GIO_LIBS@
 
146
GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
 
147
GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
139
148
GIT_CFLAGS = @GIT_CFLAGS@
140
149
GIT_LIBS = @GIT_LIBS@
141
150
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
142
151
GMOFILES = @GMOFILES@
143
152
GMSGFMT = @GMSGFMT@
144
 
GNOMEDESKTOP_CFLAGS = @GNOMEDESKTOP_CFLAGS@
145
 
GNOMEDESKTOP_LIBS = @GNOMEDESKTOP_LIBS@
146
153
GNOMELOCALEDIR = @GNOMELOCALEDIR@
147
 
GNOME_APPLETS3_CFLAGS = @GNOME_APPLETS3_CFLAGS@
148
 
GNOME_APPLETS3_LIBS = @GNOME_APPLETS3_LIBS@
149
154
GNOME_APPLETS_CFLAGS = @GNOME_APPLETS_CFLAGS@
150
155
GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
151
156
GNOME_ICONDIR = @GNOME_ICONDIR@
188
193
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
189
194
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
190
195
LIBOBJS = @LIBOBJS@
 
196
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
191
197
LIBS = @LIBS@
192
198
LIBTOOL = @LIBTOOL@
193
199
LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
232
238
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
233
239
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
234
240
PREFIX = @PREFIX@
235
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
236
 
PYGTK_LIBS = @PYGTK_LIBS@
237
241
PYTHON = @PYTHON@
238
242
PYTHONDIR = @PYTHONDIR@
239
243
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@