~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alberto Aguirre
  • Date: 2015-02-24 23:02:25 UTC
  • mfrom: (1.1.83)
  • Revision ID: package-import@ubuntu.com-20150224230225-82gzgkl7g1zbjrm5
Tags: 0.12.0+15.04.20150224.1-0ubuntu1
[ Alberto Aguirre ]
* New upstream release 0.12.0 (https://launchpad.net/mir/+milestone/0.12.0)
  - Packaging changes:
    . Client platform packages now include the Mir client platform ABI 
      number. Thusly, mir-client-platform-(mesa|android) is replaced by 
      mir-client-platform-(mesa|android)2
    . Server graphics platform packages now include the Mir graphics
      platform ABI number. Thusly, mir-platform-graphics-(mesa|android)
      is replaced by mir-platform-graphics-(mesa|android)1
  - ABI summary: Servers need rebuilding, but clients do not;
    . Mirclient ABI unchanged at 8
    . Mircommon ABI unchanged at 3
    . Mirplatform ABI unchanged at 6
    . Mirserver ABI bumped to 30
  - Bug fixes:
    . [regression] Platform libraries and packages are not versioned thus
      are not installable in parallel (LP: #1423591)
    . [regression] Deadlock in TimeoutFrameDroppingPolicy logic (LP: #1421255)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
#TODO: Packaging infrastructure for better dependency generation,
63
63
#      ala pkg-xorg's xviddriver:Provides and ABI detection.
64
 
Package: libmirserver29
 
64
Package: libmirserver30
65
65
Section: libs
66
66
Architecture: i386 amd64 armhf arm64
67
67
Multi-Arch: same
128
128
Architecture: i386 amd64 armhf arm64
129
129
Multi-Arch: same
130
130
Pre-Depends: ${misc:Pre-Depends}
131
 
Depends: libmirserver29 (= ${binary:Version}),
 
131
Depends: libmirserver30 (= ${binary:Version}),
132
132
         libmirplatform-dev (= ${binary:Version}),
133
133
         libmircommon-dev (= ${binary:Version}),
134
134
         libglm-dev,
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
 
271
Package: mir-platform-graphics-mesa1
272
272
Section: libs
273
273
Architecture: i386 amd64 armhf arm64
274
274
Multi-Arch: same
282
282
 Contains the shared libraries required for the Mir server to interact with
283
283
 the hardware platform using the Mesa drivers.
284
284
 
285
 
Package: mir-platform-graphics-android
 
285
Package: mir-platform-graphics-android1
286
286
Section: libs
287
287
Architecture: i386 amd64 armhf
288
288
Multi-Arch: same
296
296
 Contains the shared libraries required for the Mir server to interact with
297
297
 the hardware platform using the Android drivers.
298
298
 
299
 
Package: mir-client-platform-mesa
 
299
Package: mir-client-platform-mesa2
300
300
Section: libs
301
301
Architecture: i386 amd64 armhf arm64
302
302
Multi-Arch: same
325
325
 Contains header files required to use the platform specific capabilities of
326
326
 the Mir Mesa backend.
327
327
 
328
 
Package: mir-client-platform-android
 
328
Package: mir-client-platform-android2
329
329
Section: libs
330
330
Architecture: i386 amd64 armhf
331
331
Multi-Arch: same
345
345
Multi-Arch: same
346
346
Pre-Depends: ${misc:Pre-Depends}
347
347
Depends: ${misc:Depends},
348
 
         mir-platform-graphics-mesa,
349
 
         mir-client-platform-mesa,
 
348
         mir-platform-graphics-mesa1,
 
349
         mir-client-platform-mesa2,
350
350
Description: Display server for Ubuntu - desktop driver metapackage
351
351
 Mir is a display server running on linux systems, with a focus on efficiency,
352
352
 robust operation and a well-defined driver model.
360
360
Multi-Arch: same
361
361
Pre-Depends: ${misc:Pre-Depends}
362
362
Depends: ${misc:Depends},
363
 
         mir-platform-graphics-android,
364
 
         mir-client-platform-android,
 
363
         mir-platform-graphics-android1,
 
364
         mir-client-platform-android2,
365
365
Description: Display server for Ubuntu - android driver metapackage
366
366
 Mir is a display server running on linux systems, with a focus on efficiency,
367
367
 robust operation and a well-defined driver model.