~jsjgruber/nux/lp1167018.1

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michael Terry
  • Date: 2012-11-05 21:31:06 UTC
  • mfrom: (159.1.211 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 700.
  • Revision ID: michael.terry@canonical.com-20121105213106-f44mwvm2a3jkt3zw
move debian/ packaging inline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: nux
 
2
Priority: optional
 
3
Maintainer: Didier Roche <didrocks@ubuntu.com>
 
4
Build-Depends: debhelper (>= 7.0.50~),
 
5
               dh-autoreconf,
 
6
               gnome-common,
 
7
               autotools-dev,
 
8
               quilt,
 
9
               doxygen,
 
10
               libglib2.0-dev (>= 2.25.14),
 
11
               libgdk-pixbuf2.0-dev,
 
12
               libboost-dev,
 
13
               libcairo2-dev (>= 1.9.14),
 
14
               libpng12-dev (>= 1.2.44),
 
15
               libglew-dev [!armel !armhf],
 
16
               libglewmx-dev [!armel !armhf],
 
17
               libxxf86vm-dev,
 
18
               libgl1-mesa-dev (>= 7.9~git20100924-0ubuntu3) [!armhf !armel],
 
19
               libglu1-mesa-dev [!armel !armhf],
 
20
               libegl1-mesa-dev [armel armhf],
 
21
               libgles2-mesa-dev [armel armhf],
 
22
               libxdamage-dev,
 
23
               libxcomposite-dev,
 
24
               libsigc++-2.0-dev,
 
25
               libpango1.0-dev,
 
26
               libx11-dev,
 
27
               libpcre3-dev,
 
28
               libpci-dev,
 
29
               libxinerama-dev,
 
30
               libgeis-dev (>= 2.2.10),
 
31
               libibus-1.0-dev,
 
32
               libxtst-dev,
 
33
               gcc-4.6,
 
34
               g++-4.6,
 
35
Standards-Version: 3.9.3
 
36
Section: libs
 
37
Homepage: http://launchpad.net/nux
 
38
# If you aren't a member of ~unity-team but need to upload packaging changes,
 
39
# just go ahead.  ~unity-team will notice and sync up the code again.
 
40
Vcs-Bzr: https://code.launchpad.net/~unity-team/nux/trunk
 
41
 
 
42
Package: libnux-3.0-0
 
43
Section: libs
 
44
Architecture: any
 
45
Depends: libnux-3.0-common (= ${source:Version}),
 
46
         ${shlibs:Depends},
 
47
         ${misc:Depends}
 
48
Provides: libnux-abiversion-${nuxabiversion}
 
49
Description: Visual rendering toolkit for real-time applications - shared lib
 
50
 Nux is a graphical user interface toolkit for applications that mixes opengl
 
51
 hardware acceleration with high quality visual rendering.
 
52
 .
 
53
 This package contains shared libraries to be used by applications.
 
54
 
 
55
Package: nux-tools
 
56
Section: x11
 
57
Architecture: any
 
58
Depends: ${shlibs:Depends},
 
59
         ${misc:Depends}
 
60
Description: Visual rendering toolkit for real-time applications - tools
 
61
 Nux is a graphical user interface toolkit for applications that mixes opengl
 
62
 hardware acceleration with high quality visual rendering.
 
63
 .
 
64
 This package contains various tools for nux
 
65
 
 
66
Package: libnux-3.0-dev
 
67
Section: libdevel
 
68
Architecture: any
 
69
Depends: libnux-3.0-0 (= ${binary:Version}),
 
70
         libglib2.0-dev (>= 2.25.14),
 
71
         libgdk-pixbuf2.0-dev,
 
72
         libcairo2-dev (>= 1.9.14),
 
73
         libpng12-dev (>= 1.2.44),
 
74
         libglew-dev [!armel !armhf],
 
75
         libglewmx-dev [!armel !armhf],
 
76
         libboost-dev,
 
77
         libxxf86vm-dev,
 
78
         libgl1-mesa-dev [!armel !armhf],
 
79
         libegl1-mesa-dev [armel armhf],
 
80
         libgles2-mesa-dev [armel armhf],
 
81
         libsigc++-2.0-dev,
 
82
         libpango1.0-dev,
 
83
         libpcre3-dev,
 
84
         ${misc:Depends}
 
85
Description: Visual rendering toolkit for real-time applications - dev files
 
86
 Nux is a graphical user interface toolkit for applications that mixes opengl
 
87
 hardware acceleration with high quality visual rendering.
 
88
 .
 
89
 This package contains files that are needed to build applications.
 
90
 
 
91
Package: libnux-3.0-common
 
92
Section: libs
 
93
Architecture: all
 
94
Depends: ${misc:Depends}
 
95
Description: Visual rendering toolkit for real-time applications - common files
 
96
 Nux is a graphical user interface toolkit for applications that mixes opengl
 
97
 hardware acceleration with high quality visual rendering.
 
98
 .
 
99
 This package contains common architecture files used by the library.
 
100