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

« back to all changes in this revision

Viewing changes to data/mime/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:
67
67
AUTOHEADER = @AUTOHEADER@
68
68
AUTOMAKE = @AUTOMAKE@
69
69
AWK = @AWK@
70
 
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
71
70
CATALOGS = @CATALOGS@
72
71
CATOBJEXT = @CATOBJEXT@
73
72
CC = @CC@
91
90
DBUS_VERSION = @DBUS_VERSION@
92
91
DEFS = @DEFS@
93
92
DEPDIR = @DEPDIR@
 
93
DLLTOOL = @DLLTOOL@
94
94
DSYMUTIL = @DSYMUTIL@
95
95
DUMPBIN = @DUMPBIN@
96
96
ECHO_C = @ECHO_C@
180
180
LTLIBOBJS = @LTLIBOBJS@
181
181
MAINT = @MAINT@
182
182
MAKEINFO = @MAKEINFO@
 
183
MANIFEST_TOOL = @MANIFEST_TOOL@
183
184
MKDIR_P = @MKDIR_P@
184
185
MKINSTALLDIRS = @MKINSTALLDIRS@
185
186
MSGFMT = @MSGFMT@
205
206
PAROLE_VERSION_MINOR = @PAROLE_VERSION_MINOR@
206
207
PATH_SEPARATOR = @PATH_SEPARATOR@
207
208
PKG_CONFIG = @PKG_CONFIG@
 
209
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
210
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
208
211
POFILES = @POFILES@
209
212
POSUB = @POSUB@
210
213
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
228
231
abs_srcdir = @abs_srcdir@
229
232
abs_top_builddir = @abs_top_builddir@
230
233
abs_top_srcdir = @abs_top_srcdir@
 
234
ac_ct_AR = @ac_ct_AR@
231
235
ac_ct_CC = @ac_ct_CC@
232
236
ac_ct_CXX = @ac_ct_CXX@
233
237
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261
265
libexecdir = @libexecdir@
262
266
localedir = @localedir@
263
267
localstatedir = @localstatedir@
264
 
lt_ECHO = @lt_ECHO@
265
268
mandir = @mandir@
266
269
mkdir_p = @mkdir_p@
267
270
oldincludedir = @oldincludedir@