~ubuntu-branches/ubuntu/saucy/gnome-themes-standard/saucy

« back to all changes in this revision

Viewing changes to depcomp

  • Committer: Package Import Robot
  • Author(s): Tim Lunn, Jeremy Bicha, Tim Lunn
  • Date: 2013-09-07 16:34:48 UTC
  • mfrom: (1.1.40) (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130907163448-cm7qjmmnu92j711z
Tags: 3.8.3-0ubuntu1
[ Jeremy Bicha ]
* New upstream release
  - Add more high contrast app icons including gnome-tweak-tool
    (LP: #1082097)

[ Tim Lunn ]
* Backport new blinds background from 3.10 (LP: #1222043) 

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=2012-10-18.11; # UTC
 
4
scriptversion=2013-05-30.07; # UTC
5
5
 
6
6
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
7
7
 
552
552
  G
553
553
  p
554
554
}' >> "$depfile"
 
555
  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
555
556
  rm -f "$tmpdepfile"
556
557
  ;;
557
558