~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-2.1

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100809232612-yp4c6ig3jt1bzpdv
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614624)
* Fixed a few bugs on LP:
 - LP: #518453: Dock appears under all windows
                 (Compiz - fullscreen window)
 - LP: #521369: Separator are not removed when closing
                 grouped windows
 - LP: #521762: Some sentences are not correct
 - LP: #526466: Icons of apps with same class shouldn't
                 be stacked by default
 - LP: #535083: Dialogues looks ugly when a lot of them
                 appears at the same time
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - Man pages are now included in the source code
* debian/copyright:
 - Updated with the new pathes and new files
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev as Build-deps
 - Bump Standard-Version to 3.9.1
* debian/cairo-dock-core.install:
 - Man pages are now included in the source code
 - All sonames are now installed into lib32 or lib64
* debian/cairo-dock-dev.install:
 - pkgconfig is now installed into lib32 or lib64

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: x11
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Julien Lavergne <julien.lavergne@gmail.com>, Fabrice Rey <fabounet@users.berlios.de>, Matthieu Baerts (matttbe) <matttbe@gmail.com>
 
5
XSBC-Original-Maintainer: Matthieu Baerts (matttbe) <matttbe@gmail.com>, Julien Lavergne <julien.lavergne@gmail.com>, Fabrice Rey <fabounet@glx-dock.org>
6
6
Build-Depends:  cdbs, 
7
7
                debhelper (>= 7),
8
 
                automake,
9
 
                libtool,
10
 
                intltool,
 
8
                cmake,
11
9
                libcairo2-dev, 
12
10
                libgtk2.0-dev, 
13
11
                librsvg2-dev,
18
16
                libxcomposite-dev,
19
17
                libgtkglext1-dev,
20
18
                libxinerama-dev,
 
19
                libglib2.0-dev,
 
20
                libcurl4-gnutls-dev,
21
21
                gawk
22
 
Standards-Version: 3.8.3
 
22
Standards-Version: 3.9.1
23
23
Homepage: http://www.glx-dock.org/
24
24
 
25
25
Package: cairo-dock
28
28
Conflicts:      cairo-dock (<= 2.0.8.0)
29
29
Depends:        cairo-dock-core (>= ${source:Version}),
30
30
                cairo-dock-plug-ins (>= ${source:Version}),
31
 
                ${misc:Depends}
 
31
                ${misc:Depends}
32
32
Description: A light and eye-candy dock to launch your programs (metapackage)
33
33
 It uses Cairo / OpenGL to render graphics (many in correlation
34
34
 with Compiz) with full hardware acceleration. It's fully configurable and
50
50
Depends:        cairo-dock-data (>= ${source:Version}),
51
51
                ${shlibs:Depends}, 
52
52
                ${misc:Depends}
53
 
Recommends:     cairo-dock-plug-ins,
54
 
                xdotool
 
53
Recommends:     cairo-dock-plug-ins
55
54
Description: A light and eye-candy dock to launch your programs (core package)
56
55
 It uses Cairo / OpenGL to render graphics (many in correlation
57
56
 with Compiz) with full hardware acceleration. It's fully configurable and
66
65
Package: cairo-dock-dev
67
66
Section: libdevel
68
67
Architecture: all
69
 
Depends:        cairo-dock-core (= ${binary:Version}),
 
68
Depends:        cairo-dock-core (>= ${source:Version}),
70
69
                ${misc:Depends},
 
70
                cmake,
 
71
                libcairo2-dev, 
 
72
                libgtk2.0-dev, 
 
73
                librsvg2-dev,
71
74
                libdbus-glib-1-dev,
72
75
                libxml2-dev,
73
 
                librsvg2-dev,
74
 
                libgtkglext1-dev
 
76
                libxtst-dev,
 
77
                libxrender-dev,
 
78
                libxcomposite-dev,
 
79
                libgtkglext1-dev,
 
80
                libxinerama-dev,
 
81
                libglib2.0-dev,
 
82
                gawk
75
83
Recommends:     cairo-dock-plug-ins
76
84
Description: A light and eye-candy dock to launch your programs (dev package)
77
85
 It uses Cairo / OpenGL to render graphics (many in correlation