~afrantzis/mir/fix-clang-yakkety

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Daniel van Vugt
  • Date: 2015-06-05 06:28:36 UTC
  • mfrom: (2627 development-branch)
  • mto: This revision was merged to the branch mainline in revision 2719.
  • Revision ID: daniel.van.vugt@canonical.com-20150605062836-226k7wom97ttz48x
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
 Contains the shared libraries required for the Mir server and client.
269
269
 
270
270
# Longer-term these drivers should move out-of-tree
 
271
Package: mir-platform-graphics-mesa-kms2
 
272
Section: libs
 
273
Architecture: linux-any
 
274
Multi-Arch: same
 
275
Pre-Depends: ${misc:Pre-Depends}
 
276
Depends: ${misc:Depends},
 
277
         ${shlibs:Depends},
 
278
Replaces: mir-platform-graphics-mesa2 (<< 0.14)
 
279
Breaks: mir-platform-graphics-mesa2 (<< 0.14)
 
280
Description: Display server for Ubuntu - platform library for KMS Mesa
 
281
 Mir is a display server running on linux systems, with a focus on efficiency,
 
282
 robust operation and a well-defined driver model.
 
283
 .
 
284
 Contains the shared libraries required for the Mir server to interact with
 
285
 the hardware platform using the Mesa drivers.
 
286
 
271
287
Package: mir-platform-graphics-mesa2
272
 
Section: libs
 
288
Section: oldlibs
273
289
Architecture: linux-any
274
 
Multi-Arch: same
275
 
Pre-Depends: ${misc:Pre-Depends}
276
 
Depends: ${misc:Depends},
 
290
Depends: mir-platform-graphics-mesa-kms2,
 
291
         ${misc:Depends},
277
292
         ${shlibs:Depends},
278
 
Description: Display server for Ubuntu - platform library for Mesa
279
 
 Mir is a display server running on linux systems, with a focus on efficiency,
280
 
 robust operation and a well-defined driver model.
281
 
 .
282
 
 Contains the shared libraries required for the Mir server to interact with
283
 
 the hardware platform using the Mesa drivers.
 
293
Description: transitional dummy package
 
294
 This is a transitional dummy package created due to package renaming.
 
295
 It can safely be removed.
284
296
 
285
297
Package: mir-platform-graphics-android2
286
298
Section: libs
344
356
Multi-Arch: same
345
357
Pre-Depends: ${misc:Pre-Depends}
346
358
Depends: ${misc:Depends},
347
 
         mir-platform-graphics-mesa2,
 
359
         mir-platform-graphics-mesa-kms2,
348
360
         mir-client-platform-mesa2,
349
361
Description: Display server for Ubuntu - desktop driver metapackage
350
362
 Mir is a display server running on linux systems, with a focus on efficiency,