~ubuntu-branches/ubuntu/oneiric/gedit-plugins/oneiric-201108032011

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Micah Gersten
  • Author(s): Jeremy Bicha
  • Date: 2011-08-03 19:20:48 UTC
  • mfrom: (44.1.3 oneiric)
  • Revision ID: micahg@ubuntu.com-20110803192048-2yfw9cuu2238ua62
Tags: 3.1.2-0ubuntu1
* New upstream release
* debian/control
  - Update Vcs-Bzr link
  - Switch to dh_python2
  - Bump libpeas build-depends version
* debian/rules
  - Switch to dh_python2
  - Delete .pyc files in clean rule
* debian/watch:
  - Watch for unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AC_PREREQ([2.63])
4
4
 
5
5
m4_define(gedit_plugins_major_version,  3)
6
 
m4_define(gedit_plugins_minor_version,  0)
7
 
m4_define(gedit_plugins_micro_version,  5)
 
6
m4_define(gedit_plugins_minor_version,  1)
 
7
m4_define(gedit_plugins_micro_version,  2)
8
8
m4_define(gedit_plugins_version, gedit_plugins_major_version.gedit_plugins_minor_version.gedit_plugins_micro_version)
9
9
 
10
10
AC_INIT([gedit-plugins],
68
68
        gio-2.0 >= 2.26.0
69
69
        gtk+-3.0 >= 3.0.0
70
70
        gtksourceview-3.0 >= 3.0.0
71
 
        libpeas-1.0 >= 0.7.3
72
 
        libpeas-gtk-1.0 >= 0.7.3
 
71
        libpeas-1.0 >= 1.0.0
 
72
        libpeas-gtk-1.0 >= 1.0.0
73
73
        gedit >= 3.0.0
74
74
])
75
75