~ubuntu-branches/ubuntu/natty/libxcomposite/natty

« back to all changes in this revision

Viewing changes to depcomp

  • Committer: Bazaar Package Importer
  • Author(s): Jamey Sharp
  • Date: 2006-11-27 16:07:41 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061127160741-cm6fow2bv0b0bla4
* calls UnlockDisplay without calling LockDisplay first (Closes:
  #400440)
* Add Josh and myself to Uploaders.
* Enable xsfbs patch application.
* Add quilt to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# depcomp - compile a program generating dependencies as side-effects
3
3
 
4
 
scriptversion=2005-02-09.22
 
4
scriptversion=2005-07-09.11
5
5
 
6
6
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
7
7
 
17
17
 
18
18
# You should have received a copy of the GNU General Public License
19
19
# along with this program; if not, write to the Free Software
20
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21
 
# 02111-1307, USA.
 
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
21
# 02110-1301, USA.
22
22
 
23
23
# As a special exception to the GNU General Public License, if you
24
24
# distribute this file as part of a program that contains a
467
467
  done
468
468
 
469
469
  "$@" -E |
470
 
    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
 
470
    sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
 
471
       -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
471
472
    sed '$ s: \\$::' > "$tmpdepfile"
472
473
  rm -f "$depfile"
473
474
  echo "$object : \\" > "$depfile"