~ken-vandine/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-08-29 17:46:04 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: package-import@ubuntu.com-20110829174604-2s7tbu84i0s9wohh
Tags: 0.6.1-0ubuntu1
* New upstream release
* debian/rules:
  - Explicitly disable libsocialweb backend 
* debian/control:
  - Build depend on libvala-0.14, not ..-0.12
  - Build depend on valac >= 0.13.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([folks_major_version], [0])
5
5
m4_define([folks_minor_version], [6])
6
 
m4_define([folks_micro_version], [0])
 
6
m4_define([folks_micro_version], [1])
7
7
m4_define([folks_nano_version], [0])
8
8
 
9
9
# If library source has changed since last release, increment revision
12
12
# If interfaces have been added since last release, increment age
13
13
# If interfaces have been removed since last release, set age to 0
14
14
m4_define([folks_lt_current], [25])
15
 
m4_define([folks_lt_revision], [0])
 
15
m4_define([folks_lt_revision], [1])
16
16
m4_define([folks_lt_age], [0])
17
17
 
18
18
# Display the nano_version only if it's not '0'
128
128
 
129
129
GLIB_REQUIRED=2.24.0
130
130
TP_GLIB_REQUIRED=0.13.1
131
 
VALA_REQUIRED=0.13.0
 
131
VALA_REQUIRED=0.13.3
132
132
VALADOC_REQUIRED=0.3.1
133
133
TRACKER_SPARQL_REQUIRED=0.10
134
134
GCONF2_REQUIRED=2.31
424
424
                        $ERROR_INTROSPECTION_SCANNER_ARGS --warn-error"
425
425
       ERROR_VALAFLAGS="$ERROR_VALAFLAGS --fatal-warnings"])
426
426
 
 
427
m4_if(folks_released, [1], [],
 
428
    [
 
429
        ERROR_VALAFLAGS="$ERROR_VALAFLAGS -g"
 
430
    ])
 
431
 
427
432
AC_SUBST([ERROR_INTROSPECTION_SCANNER_ARGS])
428
433
AC_SUBST([ERROR_VALAFLAGS])
429
434