~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to compile

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Wrapper for compilers which do not understand '-c -o'.
3
3
 
4
 
scriptversion=2012-03-05.13; # UTC
 
4
scriptversion=2012-10-14.11; # UTC
5
5
 
6
 
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
7
 
# Software Foundation, Inc.
 
6
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
8
7
# Written by Tom Tromey <tromey@cygnus.com>.
9
8
#
10
9
# This program is free software; you can redistribute it and/or modify
113
112
      lib=$dir/$lib.lib
114
113
      break
115
114
    fi
 
115
    if test -f "$dir/lib$lib.a"; then
 
116
      found=yes
 
117
      lib=$dir/lib$lib.a
 
118
      break
 
119
    fi
116
120
  done
117
121
  IFS=$save_IFS
118
122