~ubuntu-branches/ubuntu/quantal/anjuta/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Sebastien Bacher, Michael Biebl
  • Date: 2012-03-30 00:20:09 UTC
  • mfrom: (1.1.45) (27.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120330002009-pf04ws9la5ouas2u
Tags: 2:3.4.0-1
[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

[ Sebastien Bacher ]
* debian/patches/workaround_python_config_bug.patch:
  - workaround python-config bug
* debian/patches/02_skip_directories_when_reading_schema_files.patch:
  - dropped, fixed upstream

[ Michael Biebl ]
* Move the glade catalog file from anjuta-common to libanjuta-dev alongside
  the .so it references. Update the Breaks/Replaces accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AC_PREREQ(2.65)
4
4
 
5
5
m4_define(anjuta_major_version,  3)
6
 
m4_define(anjuta_minor_version, 3)
7
 
m4_define(anjuta_micro_version, 91)
 
6
m4_define(anjuta_minor_version, 4)
 
7
m4_define(anjuta_micro_version, 0)
8
8
m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
9
9
m4_define(bugzilla_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
10
10