~ubuntu-branches/ubuntu/wily/wxwidgets3.0/wily-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Olly Betts, Olly Betts, Gianfranco Costamagna
  • Date: 2014-08-11 17:48:06 UTC
  • Revision ID: package-import@ubuntu.com-20140811174806-px2c9ql7pmz5czgu
Tags: 3.0.1-3
[ Olly Betts ]

* debian/control.in: Update "Vcs-*" fields to include the branch name.
  (Thanks vcswatch)
* debian/control.in: Drop "Suggests: libstdc++-dev" from -dev packages
  - you need a C++ compiler installed for the -dev packages to be
  useful, which should ensure the appropriate C++ runtime -dev package
  is installed.
* Split off the msw cross packages into debian/control.msw.in, which we
  only include in the generated debian/control when building the cross
  packages.  This avoids source-only uploads erroneously ending up in
  NEW.

[ Gianfranco Costamagna ]

* debian/control.in: Promote dependency of libwxgtk3.0-dev on
  "libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev" from
  "Suggests" to "Depends", as these are required to build code which uses
  wxGLCanvas.  Drop this dependency entirely from libwxgtk-media3.0-dev
  and libwxgtk-webview3.0-dev as these both depend on libwxgtk3.0-dev,
  and it is the latter which actually needs them.  (Closes: #757638)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wxwidgets3.0 (3.0.1-3) unstable; urgency=medium
 
2
 
 
3
  [ Olly Betts ]
 
4
 
 
5
  * debian/control.in: Update "Vcs-*" fields to include the branch name.
 
6
    (Thanks vcswatch)
 
7
  * debian/control.in: Drop "Suggests: libstdc++-dev" from -dev packages
 
8
    - you need a C++ compiler installed for the -dev packages to be
 
9
    useful, which should ensure the appropriate C++ runtime -dev package
 
10
    is installed.
 
11
  * Split off the msw cross packages into debian/control.msw.in, which we
 
12
    only include in the generated debian/control when building the cross
 
13
    packages.  This avoids source-only uploads erroneously ending up in
 
14
    NEW.
 
15
 
 
16
  [ Gianfranco Costamagna ]
 
17
 
 
18
  * debian/control.in: Promote dependency of libwxgtk3.0-dev on
 
19
    "libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev" from
 
20
    "Suggests" to "Depends", as these are required to build code which uses
 
21
    wxGLCanvas.  Drop this dependency entirely from libwxgtk-media3.0-dev
 
22
    and libwxgtk-webview3.0-dev as these both depend on libwxgtk3.0-dev,
 
23
    and it is the latter which actually needs them.  (Closes: #757638)
 
24
 
 
25
 -- Olly Betts <olly@survex.com>  Mon, 11 Aug 2014 17:48:06 +1200
 
26
 
1
27
wxwidgets3.0 (3.0.1-2) unstable; urgency=medium
2
28
 
3
29
  * New patch gcc4.9-workaround.patch to work around GCC 4.9 bug