~saviq/unity/phablet.release-172

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2013-04-22 15:11:50 UTC
  • mfrom: (602.3.8 doxygen)
  • mto: (612.1.7 phablet)
  • mto: This revision was merged to the branch mainline in revision 616.
  • Revision ID: tarmac-20130422151150-1c5czu1scyqtazu0
generate API docs with doxygen

This change adds support for generating API docs with doxygen. "make doc" generates the documentation. The HTML output is placed into buiilddir/doc/libunity-api.

Approved by Jussi Pakkanen, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
               libgtest-dev,
28
28
               libc6-dev,
29
29
               python3,
 
30
               doxygen,
 
31
               graphviz,
30
32
Standards-Version: 3.9.3
31
33
Vcs-Bzr: lp:unity/phablet
32
34
 
74
76
Depends: ${shlibs:Depends},
75
77
         ${misc:Depends},
76
78
Description: API for shell integration
77
 
 The Unity API permits integration with the shell, for example, to add indicators or notifications.
 
79
 Library to integrate with the Unity shell
78
80
 
79
81
Package: libunity-api-dev
80
82
Architecture: all
82
84
         libunity-api (= ${binary:Version}),
83
85
         libboost1.49-dev (>= 1.49),
84
86
Description: Header files for Unity API
85
 
 The Unity API permits integration with the shell, for example, to add indicators or notifications.
 
87
 Library to integrate with the Unity shell (dev files)
 
88
 
 
89
Package: libunity-api-doc
 
90
Architecture: all
 
91
Depends: ${misc:Depends},
 
92
Description: Documentation for Unity API
 
93
 Library to integrate with the Unity shell (documentation)