~ubuntu-branches/debian/stretch/sensors-applet/stretch

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2011-11-05 14:53:12 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111105145312-pce58z1ov0rc9moq
Tags: 3.0.0-0.1
* Non-maintainer upload.
* New upstream release, with support for GNOME3 Panel (closes: #638099).
* Drop link-to-libdl and libnotify_0.7_api_change patches, applied
  upstream.
* Drop dh_autoreconf and all bootstrap friends from Build-Depends and
  Build-Conflicts, not needed anymore.
* Update Build-Depends for the GTK+3 port, as per configure.ac.
* Drop .a and .la files (closes: #633257).
* Build-Depend on libsensors4 for kfreebsd again, as the package is now
* available on that architecture.
* Avoid hardcoding architecture names for libatamart-dev, and drop it
  entirely for libsensors4, as all architectures should be supported,
  even if the Hurd isn't available yet (closes: #634515).
* As libsensors-applet-plugin hasn't bumped its sonames but has at least
  got an ABI break (due to the switch to GTK+3), and given there are no
  external rdepends, avoid a library rename by bumping its shlibs and
  adding Breaks: sensor-applets (<< 3.0.0).
* Change install path for the applet binary, and remove obsolete dirs.
* Tighten sensors-applet dependency on libsensors-applet-plugin to
  (= ${binary:Version}), just in case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
CONFIG_HEADER = $(top_builddir)/sensors-applet/config.h
45
45
CONFIG_CLEAN_FILES =
46
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
47
53
SOURCES =
48
54
DIST_SOURCES =
49
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
80
ACLOCAL = @ACLOCAL@
75
81
ALL_LINGUAS = @ALL_LINGUAS@
76
82
AMTAR = @AMTAR@
 
83
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77
84
AR = @AR@
78
85
ATICONFIG_EXE = @ATICONFIG_EXE@
79
86
AUTOCONF = @AUTOCONF@
96
103
DEFS = @DEFS@
97
104
DEPDIR = @DEPDIR@
98
105
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
106
DLLTOOL = @DLLTOOL@
99
107
DOC_USER_FORMATS = @DOC_USER_FORMATS@
100
108
DSYMUTIL = @DSYMUTIL@
101
109
DUMPBIN = @DUMPBIN@
134
142
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
135
143
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
136
144
LIBOBJS = @LIBOBJS@
 
145
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
137
146
LIBS = @LIBS@
138
147
LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@
139
148
LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
143
152
LTLIBOBJS = @LTLIBOBJS@
144
153
MAINT = @MAINT@
145
154
MAKEINFO = @MAKEINFO@
 
155
MANIFEST_TOOL = @MANIFEST_TOOL@
146
156
MKDIR_P = @MKDIR_P@
147
157
MKINSTALLDIRS = @MKINSTALLDIRS@
148
158
MSGFMT = @MSGFMT@
166
176
PACKAGE_VERSION = @PACKAGE_VERSION@
167
177
PATH_SEPARATOR = @PATH_SEPARATOR@
168
178
PKG_CONFIG = @PKG_CONFIG@
 
179
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
180
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
169
181
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
170
182
POFILES = @POFILES@
171
183
POSUB = @POSUB@
185
197
abs_srcdir = @abs_srcdir@
186
198
abs_top_builddir = @abs_top_builddir@
187
199
abs_top_srcdir = @abs_top_srcdir@
 
200
ac_ct_AR = @ac_ct_AR@
188
201
ac_ct_CC = @ac_ct_CC@
189
202
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190
203
am__include = @am__include@
217
230
libexecdir = @libexecdir@
218
231
localedir = @localedir@
219
232
localstatedir = @localstatedir@
220
 
lt_ECHO = @lt_ECHO@
221
233
mandir = @mandir@
222
234
mkdir_p = @mkdir_p@
223
235
oldincludedir = @oldincludedir@