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

« back to all changes in this revision

Viewing changes to data/icons/22x22/actions/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:
111
111
DATADIRNAME = @DATADIRNAME@
112
112
DEFS = @DEFS@
113
113
DEPDIR = @DEPDIR@
 
114
DESKTOP_SCHEMAS_CFLAGS = @DESKTOP_SCHEMAS_CFLAGS@
 
115
DESKTOP_SCHEMAS_LIBS = @DESKTOP_SCHEMAS_LIBS@
114
116
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
115
117
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
116
118
DJVU_CFLAGS = @DJVU_CFLAGS@
142
144
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
143
145
FRONTEND_CORE_LIBS = @FRONTEND_CORE_LIBS@
144
146
FRONTEND_LIBS = @FRONTEND_LIBS@
145
 
GCONFTOOL = @GCONFTOOL@
146
 
GCONF_CFLAGS = @GCONF_CFLAGS@
147
 
GCONF_LIBS = @GCONF_LIBS@
148
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
149
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
150
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
151
148
GIRDIR = @GIRDIR@
152
149
GIRTYPELIBDIR = @GIRTYPELIBDIR@
166
163
GTKDOC_REBASE = @GTKDOC_REBASE@
167
164
GTKUNIXPRINT_CFLAGS = @GTKUNIXPRINT_CFLAGS@
168
165
GTKUNIXPRINT_LIBS = @GTKUNIXPRINT_LIBS@
169
 
GTK_API_VERSION = @GTK_API_VERSION@
170
166
GTK_PREFIX = @GTK_PREFIX@
171
167
GTK_REQUIRED = @GTK_REQUIRED@
 
168
GXPS_CFLAGS = @GXPS_CFLAGS@
 
169
GXPS_LIBS = @GXPS_LIBS@
172
170
G_IR_COMPILER = @G_IR_COMPILER@
173
171
G_IR_GENERATE = @G_IR_GENERATE@
174
172
G_IR_SCANNER = @G_IR_SCANNER@
224
222
PACKAGE_VERSION = @PACKAGE_VERSION@
225
223
PATH_SEPARATOR = @PATH_SEPARATOR@
226
224
PKG_CONFIG = @PKG_CONFIG@
 
225
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
226
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
227
227
POFILES = @POFILES@
228
228
POPPLER_CFLAGS = @POPPLER_CFLAGS@
229
229
POPPLER_LIBS = @POPPLER_LIBS@