~ubuntu-branches/ubuntu/saucy/parole/saucy-proposed

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
AUTOHEADER = @AUTOHEADER@
102
102
AUTOMAKE = @AUTOMAKE@
103
103
AWK = @AWK@
104
 
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
105
104
CATALOGS = @CATALOGS@
106
105
CATOBJEXT = @CATOBJEXT@
107
106
CC = @CC@
125
124
DBUS_VERSION = @DBUS_VERSION@
126
125
DEFS = @DEFS@
127
126
DEPDIR = @DEPDIR@
 
127
DLLTOOL = @DLLTOOL@
128
128
DSYMUTIL = @DSYMUTIL@
129
129
DUMPBIN = @DUMPBIN@
130
130
ECHO_C = @ECHO_C@
214
214
LTLIBOBJS = @LTLIBOBJS@
215
215
MAINT = @MAINT@
216
216
MAKEINFO = @MAKEINFO@
 
217
MANIFEST_TOOL = @MANIFEST_TOOL@
217
218
MKDIR_P = @MKDIR_P@
218
219
MKINSTALLDIRS = @MKINSTALLDIRS@
219
220
MSGFMT = @MSGFMT@
239
240
PAROLE_VERSION_MINOR = @PAROLE_VERSION_MINOR@
240
241
PATH_SEPARATOR = @PATH_SEPARATOR@
241
242
PKG_CONFIG = @PKG_CONFIG@
 
243
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
244
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
242
245
POFILES = @POFILES@
243
246
POSUB = @POSUB@
244
247
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
262
265
abs_srcdir = @abs_srcdir@
263
266
abs_top_builddir = @abs_top_builddir@
264
267
abs_top_srcdir = @abs_top_srcdir@
 
268
ac_ct_AR = @ac_ct_AR@
265
269
ac_ct_CC = @ac_ct_CC@
266
270
ac_ct_CXX = @ac_ct_CXX@
267
271
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295
299
libexecdir = @libexecdir@
296
300
localedir = @localedir@
297
301
localstatedir = @localstatedir@
298
 
lt_ECHO = @lt_ECHO@
299
302
mandir = @mandir@
300
303
mkdir_p = @mkdir_p@
301
304
oldincludedir = @oldincludedir@