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

« back to all changes in this revision

Viewing changes to plugins/sample/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:
96
96
AUTOHEADER = @AUTOHEADER@
97
97
AUTOMAKE = @AUTOMAKE@
98
98
AWK = @AWK@
99
 
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
100
99
CATALOGS = @CATALOGS@
101
100
CATOBJEXT = @CATOBJEXT@
102
101
CC = @CC@
120
119
DBUS_VERSION = @DBUS_VERSION@
121
120
DEFS = @DEFS@
122
121
DEPDIR = @DEPDIR@
 
122
DLLTOOL = @DLLTOOL@
123
123
DSYMUTIL = @DSYMUTIL@
124
124
DUMPBIN = @DUMPBIN@
125
125
ECHO_C = @ECHO_C@
209
209
LTLIBOBJS = @LTLIBOBJS@
210
210
MAINT = @MAINT@
211
211
MAKEINFO = @MAKEINFO@
 
212
MANIFEST_TOOL = @MANIFEST_TOOL@
212
213
MKDIR_P = @MKDIR_P@
213
214
MKINSTALLDIRS = @MKINSTALLDIRS@
214
215
MSGFMT = @MSGFMT@
234
235
PAROLE_VERSION_MINOR = @PAROLE_VERSION_MINOR@
235
236
PATH_SEPARATOR = @PATH_SEPARATOR@
236
237
PKG_CONFIG = @PKG_CONFIG@
 
238
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
239
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237
240
POFILES = @POFILES@
238
241
POSUB = @POSUB@
239
242
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
257
260
abs_srcdir = @abs_srcdir@
258
261
abs_top_builddir = @abs_top_builddir@
259
262
abs_top_srcdir = @abs_top_srcdir@
 
263
ac_ct_AR = @ac_ct_AR@
260
264
ac_ct_CC = @ac_ct_CC@
261
265
ac_ct_CXX = @ac_ct_CXX@
262
266
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290
294
libexecdir = @libexecdir@
291
295
localedir = @localedir@
292
296
localstatedir = @localstatedir@
293
 
lt_ECHO = @lt_ECHO@
294
297
mandir = @mandir@
295
298
mkdir_p = @mkdir_p@
296
299
oldincludedir = @oldincludedir@