~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to data/icons/24x24/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
DATADIRNAME = @DATADIRNAME@
128
128
DEFS = @DEFS@
129
129
DEPDIR = @DEPDIR@
 
130
DESKTOP_SCHEMAS_CFLAGS = @DESKTOP_SCHEMAS_CFLAGS@
 
131
DESKTOP_SCHEMAS_LIBS = @DESKTOP_SCHEMAS_LIBS@
130
132
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
131
133
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
132
134
DJVU_CFLAGS = @DJVU_CFLAGS@
158
160
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
159
161
FRONTEND_CORE_LIBS = @FRONTEND_CORE_LIBS@
160
162
FRONTEND_LIBS = @FRONTEND_LIBS@
161
 
GCONFTOOL = @GCONFTOOL@
162
 
GCONF_CFLAGS = @GCONF_CFLAGS@
163
 
GCONF_LIBS = @GCONF_LIBS@
164
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
165
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
166
163
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
167
164
GIRDIR = @GIRDIR@
168
165
GIRTYPELIBDIR = @GIRTYPELIBDIR@
182
179
GTKDOC_REBASE = @GTKDOC_REBASE@
183
180
GTKUNIXPRINT_CFLAGS = @GTKUNIXPRINT_CFLAGS@
184
181
GTKUNIXPRINT_LIBS = @GTKUNIXPRINT_LIBS@
185
 
GTK_API_VERSION = @GTK_API_VERSION@
186
182
GTK_PREFIX = @GTK_PREFIX@
187
183
GTK_REQUIRED = @GTK_REQUIRED@
 
184
GXPS_CFLAGS = @GXPS_CFLAGS@
 
185
GXPS_LIBS = @GXPS_LIBS@
188
186
G_IR_COMPILER = @G_IR_COMPILER@
189
187
G_IR_GENERATE = @G_IR_GENERATE@
190
188
G_IR_SCANNER = @G_IR_SCANNER@
240
238
PACKAGE_VERSION = @PACKAGE_VERSION@
241
239
PATH_SEPARATOR = @PATH_SEPARATOR@
242
240
PKG_CONFIG = @PKG_CONFIG@
 
241
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
242
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243
243
POFILES = @POFILES@
244
244
POPPLER_CFLAGS = @POPPLER_CFLAGS@
245
245
POPPLER_LIBS = @POPPLER_LIBS@