~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2202

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Robert Bruce Park
  • Date: 2013-08-09 16:04:19 UTC
  • mto: This revision was merged to the branch mainline in revision 49.
  • Revision ID: robert.park@canonical.com-20130809160419-r2r6yetv0a19ioc3
Fix lintian warnings.

Had to create a separate -assets package to contain arch independent
files; had to move those into /usr/share, and then create a symlink to
them from /usr/lib so that qml will still be able to find them at
runtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: ubuntu-settings-components
2
 
Section: unity
 
2
Section: misc
3
3
Priority: optional
4
4
Maintainer: Andrea Cimitan <andrea.cimitan@canonical.com>
5
5
Build-Depends: cmake,
12
12
 
13
13
Package: ubuntu-settings-components
14
14
Architecture: any
 
15
Depends: ubuntu-settings-components-assets,
 
16
         ${misc:Depends},
 
17
         ${shlibs:Depends},
 
18
Description: Ubuntu Settings Components
 
19
 This package provides a link from /usr/lib to /usr/share, so QML can
 
20
 find its assets.
 
21
 
 
22
Package: ubuntu-settings-components-assets
 
23
Architecture: all
15
24
Depends: ${misc:Depends},
16
25
         ${shlibs:Depends},
17
26
Description: Ubuntu Settings Components
18
 
 This package contains the settings components for Ubuntu.
 
27
 Architecture-independent QML and images files for Ubuntu Settings.