~ubuntu-branches/ubuntu/precise/virt-manager/precise-proposed

« back to all changes in this revision

Viewing changes to pixmaps/hicolor/22x22/actions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-03 10:35:22 UTC
  • mfrom: (2.3.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110203103522-j8and6dsy3taczbj
Tags: 0.8.6-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - Depend on python-appindicator for appindicator support.
  - Add a /usr/share/pixmaps/virt-manager-icon.svg symlink to link icon to
    where the Application Indicator can find it.
  - Add patch da_l10n.patch since it is not integrated. (refreshed)
  - Add patch show_session_or_system_in_console to make the overview
    screen show which local qemu session you're connected to. (refreshed)
  - Add patch more_helpful_error_message to explain to the user why he
    can't connect to qemu:///system and what he can do fix it.
  - Add patch qemu-system-by-default to automatically add qemu:///system
    to the list of hypervisors if the user has write access to the UNIX
    socket.
  - Drop patchsys-quilt include since dpkg-source does the quilt dance for
    us.
  - debian/control: lower libvirt-bin from Recommends to Suggests; seems
    some users (like netbooks) want to manage VMs, but not host them; see
    meta packages (ubuntu-virt, ubuntu-virt-server, ubuntu-virt-mgmt) for
    group installation of virt package sets.
* Removed patches:
  - debian/patches/custom-icon-installation.patch: Upstream.
  - debian/patches/remove-appindicator-workarounds.patch: Upstream.
  - debian/patches/fix-nc-with-zsh.patch: Upstream
* Removed python-ipy dependency as it is in universe:
  - debian/control: remove python-ipy from Depends
  - debian/series: disable 0002-Use-IPy-from-python-ipy.patch patch so
    we use the one that's included in the virt-manager source.
  - debian/rules: don't delete the IPy file.
* debian/patches/fix-cpu-wrong-types.patch: fix "value is of wrong type
  for this column" error by making sure we are using strings in
  src/virtManager/details.py.
* debian/patches/dont-always-launch-consoles.patch: Don't always launch
  consoles for running domains in src/virtManager/manager.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
CC = @CC@
80
80
CCDEPMODE = @CCDEPMODE@
81
81
CFLAGS = @CFLAGS@
 
82
CPP = @CPP@
82
83
CPPFLAGS = @CPPFLAGS@
83
84
CYGPATH_W = @CYGPATH_W@
84
85
DATADIRNAME = @DATADIRNAME@
 
86
DEFAULT_QEMU_USER = @DEFAULT_QEMU_USER@
85
87
DEFS = @DEFS@
86
88
DEPDIR = @DEPDIR@
87
89
ECHO_C = @ECHO_C@
88
90
ECHO_N = @ECHO_N@
89
91
ECHO_T = @ECHO_T@
 
92
EGREP = @EGREP@
 
93
ENABLE_UNSUPPORTED_RHEL_OPTS = @ENABLE_UNSUPPORTED_RHEL_OPTS@
90
94
EXEEXT = @EXEEXT@
91
95
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
92
96
GMSGFMT = @GMSGFMT@
93
97
GMSGFMT_015 = @GMSGFMT_015@
 
98
GREP = @GREP@
94
99
INSTALL = @INSTALL@
95
100
INSTALL_DATA = @INSTALL_DATA@
96
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
107
INTLTOOL_PERL = @INTLTOOL_PERL@
103
108
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
104
109
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
110
KVM_PACKAGES = @KVM_PACKAGES@
105
111
LDFLAGS = @LDFLAGS@
106
112
LIBICONV = @LIBICONV@
107
113
LIBINTL = @LIBINTL@
108
114
LIBOBJS = @LIBOBJS@
109
115
LIBS = @LIBS@
 
116
LIBVIRT_PACKAGES = @LIBVIRT_PACKAGES@
110
117
LTLIBICONV = @LTLIBICONV@
111
118
LTLIBINTL = @LTLIBINTL@
112
119
LTLIBOBJS = @LTLIBOBJS@
 
120
MAINT = @MAINT@
113
121
MAKEINFO = @MAKEINFO@
114
122
MKDIR_P = @MKDIR_P@
115
123
MSGFMT = @MSGFMT@
121
129
PACKAGE_NAME = @PACKAGE_NAME@
122
130
PACKAGE_STRING = @PACKAGE_STRING@
123
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_URL = @PACKAGE_URL@
124
133
PACKAGE_VERSION = @PACKAGE_VERSION@
125
134
PATH_SEPARATOR = @PATH_SEPARATOR@
126
135
POSUB = @POSUB@
127
 
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
 
136
PREFERRED_DISTROS = @PREFERRED_DISTROS@
128
137
SET_MAKE = @SET_MAKE@
129
138
SHELL = @SHELL@
130
139
STRIP = @STRIP@
184
193
top_build_prefix = @top_build_prefix@
185
194
top_builddir = @top_builddir@
186
195
top_srcdir = @top_srcdir@
187
 
pixmapdir = $(pkgdatadir)/pixmaps/hicolor/22x22/action
 
196
pixmapdir = $(pkgdatadir)/pixmaps/hicolor/22x22/actions
188
197
pixmap_DATA = $(wildcard *.png)
189
198
EXTRA_DIST = $(pixmap_DATA)
190
199
all: all-am
191
200
 
192
201
.SUFFIXES:
193
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
202
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
194
203
        @for dep in $?; do \
195
204
          case '$(am__configure_deps)' in \
196
205
            *$$dep*) \
215
224
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
226
 
218
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
227
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
219
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
229
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
221
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222
231
$(am__aclocal_m4_deps):
223
232
install-pixmapDATA: $(pixmap_DATA)