~ubuntu-branches/ubuntu/wily/grilo/wily

« back to all changes in this revision

Viewing changes to missing

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2014-02-15 18:06:20 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140215180620-m8p91wg7zordxcl8
Tags: 0.2.8-1
* New upstream release (Closes: #739025, #739028).
* debian/control:
  - Update Standards-Version to 3.9.5 (no changes).
  - Bump build dependency on libglib2.0-dev to 2.32.
  - Add build dependency on libtotem-plparser-dev.
  - Build depend on the generic valac package, there's no need for any
    specific version of Vala.
* Don't require libvala, it's not used by Grilo at all.
  - debian/patches/drop-libvala.patch: remove check in configure.ac
  - debian/control: remove build dependency.
* debian/libgrilo-0.2-1.symbols: update.
* debian/copyright: update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Common wrapper for a few potentially missing GNU programs.
3
3
 
4
 
scriptversion=2012-06-26.16; # UTC
 
4
scriptversion=2013-10-28.13; # UTC
5
5
 
6
6
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
7
7
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
160
160
      ;;
161
161
   autom4te*)
162
162
      echo "You might have modified some maintainer files that require"
163
 
      echo "the 'automa4te' program to be rebuilt."
 
163
      echo "the 'autom4te' program to be rebuilt."
164
164
      program_details 'autom4te'
165
165
      ;;
166
166
    bison*|yacc*)