~ubuntu-branches/ubuntu/wily/thunar-media-tags-plugin/wily

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2013-05-26 14:54:16 UTC
  • mfrom: (2.1.3)
  • Revision ID: package-import@ubuntu.com-20130526145416-cd0p3hvtsf83voh2
Tags: 0.2.1-1
[ Lionel Le Folgoc ]
* New upstream release.
* debian/control: bump debhelper b-dep to (>= 9).
* debian/rules: enable all hardening options.

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.4.
  - drop version on Xfce build-dep since stable has Xfce 4.8 now.
  - drop dpkg-dev build-dep since stable one has hardening support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installation Instructions
2
2
*************************
3
3
 
4
 
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
5
 
2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
4
Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
 
5
Inc.
6
6
 
7
7
   Copying and distribution of this file, with or without modification,
8
8
are permitted in any medium without royalty provided the copyright
226
226
 
227
227
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
228
228
 
 
229
   HP-UX `make' updates targets which have the same time stamps as
 
230
their prerequisites, which makes it generally unusable when shipped
 
231
generated files such as `configure' are involved.  Use GNU `make'
 
232
instead.
 
233
 
229
234
   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
230
235
parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
231
236
a workaround.  If GNU CC is not installed, it is therefore recommended
304
309
overridden in the site shell script).
305
310
 
306
311
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
307
 
an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
312
an Autoconf limitation.  Until the limitation is lifted, you can use
 
313
this workaround:
308
314
 
309
 
     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
315
     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
310
316
 
311
317
`configure' Invocation
312
318
======================
362
368
 
363
369
`configure' also accepts some other, not widely useful, options.  Run
364
370
`configure --help' for more details.
365