~bluesabre/ubuntu/trusty/parole/gstreamer1.0-pulseaudio

« back to all changes in this revision

Viewing changes to data/desktop/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:
85
85
AUTOHEADER = @AUTOHEADER@
86
86
AUTOMAKE = @AUTOMAKE@
87
87
AWK = @AWK@
88
 
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
89
88
CATALOGS = @CATALOGS@
90
89
CATOBJEXT = @CATOBJEXT@
91
90
CC = @CC@
109
108
DBUS_VERSION = @DBUS_VERSION@
110
109
DEFS = @DEFS@
111
110
DEPDIR = @DEPDIR@
 
111
DLLTOOL = @DLLTOOL@
112
112
DSYMUTIL = @DSYMUTIL@
113
113
DUMPBIN = @DUMPBIN@
114
114
ECHO_C = @ECHO_C@
198
198
LTLIBOBJS = @LTLIBOBJS@
199
199
MAINT = @MAINT@
200
200
MAKEINFO = @MAKEINFO@
 
201
MANIFEST_TOOL = @MANIFEST_TOOL@
201
202
MKDIR_P = @MKDIR_P@
202
203
MKINSTALLDIRS = @MKINSTALLDIRS@
203
204
MSGFMT = @MSGFMT@
223
224
PAROLE_VERSION_MINOR = @PAROLE_VERSION_MINOR@
224
225
PATH_SEPARATOR = @PATH_SEPARATOR@
225
226
PKG_CONFIG = @PKG_CONFIG@
 
227
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
228
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226
229
POFILES = @POFILES@
227
230
POSUB = @POSUB@
228
231
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
246
249
abs_srcdir = @abs_srcdir@
247
250
abs_top_builddir = @abs_top_builddir@
248
251
abs_top_srcdir = @abs_top_srcdir@
 
252
ac_ct_AR = @ac_ct_AR@
249
253
ac_ct_CC = @ac_ct_CC@
250
254
ac_ct_CXX = @ac_ct_CXX@
251
255
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279
283
libexecdir = @libexecdir@
280
284
localedir = @localedir@
281
285
localstatedir = @localstatedir@
282
 
lt_ECHO = @lt_ECHO@
283
286
mandir = @mandir@
284
287
mkdir_p = @mkdir_p@
285
288
oldincludedir = @oldincludedir@