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

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Package Import Robot
  • Author(s): Olly Betts
  • Date: 2014-06-18 12:42:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140618124222-y7t2vpsije1cesxy
Tags: 3.0.1-1
* New upstream release
  + Incorporates most of the patches we were carrying - only one left is:
    wx-config-conditionalise-webview-in-std.patch
* Drop versioning of dependencies from run-time libraries to wx-common -
  this will make the transition to the next wx version harder, and also
  makes backporting to wheezy more work.
* Mark -dbg packages as "Multi-Arch: same".
* Correct short descriptions of the webview packages to not just be
  copies of the corresponding media package's short description.
* Wrap 81 character line in package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
Package: libwxgtk=V-dev
88
88
Architecture: any
89
89
Section: libdevel
90
 
Depends: wx-common (= ${binary:Version}), wx=V-headers (= ${binary:Version}), libwxgtk=SOV (= ${binary:Version}), libwxbase=V-dev (= ${binary:Version}), ${misc:Depends}
 
90
Depends: wx-common, wx=V-headers (= ${binary:Version}), libwxgtk=SOV (= ${binary:Version}), libwxbase=V-dev (= ${binary:Version}), ${misc:Depends}
91
91
Suggests: wx=V-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
92
92
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
93
93
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
106
106
Section: debug
107
107
Priority: extra
108
108
Depends: libwxgtk=SOV (= ${binary:Version}), libwxbase=SOV-dbg (= ${binary:Version}), ${misc:Depends}
 
109
Multi-Arch: same
109
110
Description: debugging symbols for the wxGTK GUI toolkit library
110
111
 This package contains detached debugging symbols for the wxGTK library
111
112
 (part of wxWidgets).
133
134
Section: debug
134
135
Priority: extra
135
136
Depends: libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=SOV-dbg (= ${binary:Version}), ${misc:Depends}
 
137
Multi-Arch: same
136
138
Description: debugging symbols for the wxGTK media library
137
139
 This package contains detached debugging symbols for the wxGTK media library
138
140
 (part of wxWidgets).
144
146
Package: libwxgtk-media=V-dev
145
147
Architecture: any
146
148
Section: libdevel
147
 
Depends: wx-common (= ${binary:Version}), wx=V-headers (= ${binary:Version}), libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends}
 
149
Depends: wx-common, wx=V-headers (= ${binary:Version}), libwxgtk-media=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends}
148
150
Suggests: wx=V-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
149
151
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library development)
150
152
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
159
161
Pre-Depends: ${misc:Pre-Depends}
160
162
Depends: ${shlibs:Depends}, ${misc:Depends}
161
163
Multi-Arch: same
162
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library runtime)
 
164
Description: wxWidgets Cross-platform C++ GUI toolkit (webview library runtime)
163
165
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
164
166
 GUI components and other facilities on several popular platforms (and some
165
167
 unpopular ones as well).  For more information see http://wxwidgets.org
166
168
 .
167
 
 This package provides the webview shared libraries needed to run programs linked
168
 
 against libwx_gtk2u_webview.
 
169
 This package provides the webview shared libraries needed to run programs
 
170
 linked against libwx_gtk2u_webview.
169
171
 
170
172
Package: libwxgtk-webview=SOV-dbg
171
173
Architecture: any
174
176
Priority: extra
175
177
Depends: libwxgtk-webview=SOV (= ${binary:Version}), libwxgtk=SOV-dbg (= ${binary:Version}), ${misc:Depends}
176
178
Suggests: libwebkitgtk-3.0-0-dbg
 
179
Multi-Arch: same
177
180
Description: debugging symbols for the wxGTK webview library
178
181
 This package contains detached debugging symbols for the wxGTK webview library
179
182
 (part of wxWidgets).
185
188
Package: libwxgtk-webview=V-dev
186
189
Architecture: any
187
190
Section: libdevel
188
 
Depends: wx-common (= ${binary:Version}), wx=V-headers (= ${binary:Version}), libwxgtk-webview=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends}
 
191
Depends: wx-common, wx=V-headers (= ${binary:Version}), libwxgtk-webview=SOV (= ${binary:Version}), libwxgtk=V-dev (= ${binary:Version}), ${misc:Depends}
189
192
Suggests: wx=V-doc, libstdc++-dev, gettext, libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
190
 
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ media library development)
 
193
Description: wxWidgets Cross-platform C++ GUI toolkit (webview library development)
191
194
 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
192
195
 GUI components and other facilities on several popular platforms (and some
193
196
 unpopular ones as well).