~ubuntu-branches/ubuntu/wily/openbox/wily-proposed

« back to all changes in this revision

Viewing changes to m4/ltversion.m4

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2013-08-30 18:32:43 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130830183243-o45g9l2xdljdu0rg
Tags: 3.5.2-1
* New upstream release (LP: #957808):
  + Fix Stacking of dock doesn't work correctly (Closes: #680664),
  + Fix Windows do not refresh anymore when lauching epdfview when
    awn is running (Closes: #683556),
  + Fix xmodmap freezes openbox in lxde (Closes: #678993).
* debian/control:
  + Rename libobrender27 to libobrender29 to reflect ABI change,
  + Rename libobt0 to libobt2 to reflect ABI change,
  + Add librsvg2-dev and libxi-dev to Build-Depends,
  + Add gnome-panel-control binary package,
  + Tidy up Build-Depends and Depends.
  + Fix wording in short description.
* Remove from debian/patches:
  + 04_xsession.desktop_translation.patch,
  + 05_simplify_gnome_session.patch,
  + 90_fix_link_obt.patch,
  + 675991_fix_crash_from_gtk3_apps.patch,
  + 666676_wrong_undecorated_window_placement.patch,
  + clever-rectangle-picking.patch,
  + use-nearest-monitor.patch,
  + 91_fix_loose_focus.patch,
  + 658081_fix_kde_menu.patch,
  + add_automake1.11_support.patch -- All included upstream.
* Rename in debian/patches:
  + 07_fix_xml_load_file.patch to 04_fix_xml_load_file.patch,
  + openbox-3.5.0-title-matching.patch to
    05_openbox-3.5.0-title-matching.patch,
  + openbox-3.5.0-which-2.20.patch to 06_openbox-3.5.0-which-2.20.patch.
* Update symbols files.
* debian/rules:
  + override_dh_auto_configure to configure with librsvg support,
  + enable all hardening flags.
* Add debian/patches/07_update_desktop.patch to provide keywords
  in desktop file.
* Add debian/patches/719620_fix_show_startup_notification.patch
  (Closes: #719620, LP: #862662).
* Update debian/NEWS.Debian.
* Add debian/patches/08_fix_causing_submenuShowDelay.patch from
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# unlimited permission to copy and/or distribute it, with or without
8
8
# modifications, as long as this notice is preserved.
9
9
 
10
 
# Generated from ltversion.in.
 
10
# @configure_input@
11
11
 
12
 
# serial 3017 ltversion.m4
 
12
# serial 3337 ltversion.m4
13
13
# This file is part of GNU Libtool
14
14
 
15
 
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
16
 
m4_define([LT_PACKAGE_REVISION], [1.3017])
 
15
m4_define([LT_PACKAGE_VERSION], [2.4.2])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3337])
17
17
 
18
18
AC_DEFUN([LTVERSION_VERSION],
19
 
[macro_version='2.2.6b'
20
 
macro_revision='1.3017'
 
19
[macro_version='2.4.2'
 
20
macro_revision='1.3337'
21
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22
22
_LT_DECL(, macro_revision, 0)
23
23
])