~ubuntu-branches/ubuntu/vivid/libnotify/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Josselin Mouette
  • Date: 2012-03-27 22:24:42 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120327222442-itjikyuzqrfe2dwm
Tags: 0.7.5-1
[ Michael Biebl ]
* Change section of gir1.2-notify-0.7 to introspection.
* debian/watch: Track .xz tarballs.

[ Josselin Mouette ]
* Update repository URL.

[ Michael Biebl ]
* New upstream release.
* debian/patches/99_ltmain_as-needed.patch: Removed, no longer necessary.
* debian/rules: Remove clean-la.mk since we don't install any libtool .la
  files anymore.
* Drop Depends on libdbus-glib-1-dev from libnotify-dev.
* Add explicit Build-Depends on libgdk-pixbuf2.0-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl # Initialize autoconf
5
5
dnl ################################################################
6
6
AC_INIT([libnotify],
7
 
        [0.7.4],
 
7
        [0.7.5],
8
8
        [https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],
9
9
        [libnotify])
10
10
AC_PREREQ([2.63])
19
19
dnl ################################################################
20
20
LIBNOTIFY_MAJOR_VERSION=0
21
21
LIBNOTIFY_MINOR_VERSION=7
22
 
LIBNOTIFY_MICRO_VERSION=3
 
22
LIBNOTIFY_MICRO_VERSION=5
23
23
LIBNOTIFY_DEVEL_VERSION=0
24
24
 
25
25
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)