~ubuntu-branches/ubuntu/trusty/gnome-desktop/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:46:03 UTC
  • Revision ID: package-import@ubuntu.com-20111201154603-rq8shf98t7arghrk
Tags: 1:2.32.1-0ubuntu7
* Fix FTBFS -- missing -lm in build.
  - New patch, 10_link-with-libm, changes similar to upstream
    06eecd20a0c6e27f91265c20fe0ad2f773a51494 "build: link against libm" to
    call AC_CHECK_LIBM and AB_SUBST(LIBM) in configure.in and use $(LIBM) in
    libgnome-desktop/Makefile.am.
  - New patch, 90_autoreconf, result of autoreconf -fi && rm -rf
    autom4te.cache *~; needed for 10_link-with-libm.
  - Drop 99_ltmain_as-needed; doesn't apply anymore with 90_autoreconf which
    likely supersedes it.
* Update watch file to only consider GNOME 2.32; gnome-desktop3 source is
  where latest releases are packaged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnome-desktop (1:2.32.1-0ubuntu7) precise; urgency=low
 
2
 
 
3
  * Fix FTBFS -- missing -lm in build.
 
4
    - New patch, 10_link-with-libm, changes similar to upstream
 
5
      06eecd20a0c6e27f91265c20fe0ad2f773a51494 "build: link against libm" to
 
6
      call AC_CHECK_LIBM and AB_SUBST(LIBM) in configure.in and use $(LIBM) in
 
7
      libgnome-desktop/Makefile.am.
 
8
    - New patch, 90_autoreconf, result of autoreconf -fi && rm -rf
 
9
      autom4te.cache *~; needed for 10_link-with-libm.
 
10
    - Drop 99_ltmain_as-needed; doesn't apply anymore with 90_autoreconf which
 
11
      likely supersedes it.
 
12
  * Update watch file to only consider GNOME 2.32; gnome-desktop3 source is
 
13
    where latest releases are packaged.
 
14
 
 
15
 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 01 Dec 2011 15:46:03 +0100
 
16
 
1
17
gnome-desktop (1:2.32.1-0ubuntu6) natty; urgency=low
2
18
 
3
19
  * debian/patches/01_desktopfile_gettext.patch: