~ubuntu-branches/ubuntu/wily/xfce4-panel/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-05-26 06:48:34 UTC
  • mfrom: (4.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20150526064834-ppgjw3vvepo3ggn0
Tags: 4.12.0-2ubuntu1
* Merge from debian. Remaining changes:
  - debian/patches:
    + xubuntu_migrate-tasklist-separator.patch: added, try to be smart and
      work around the non-expandable tasklist plugin from 4.10 by setting
      as expandable the separator next to it (should work with the default
      panel layouts from Xubuntu, Mythbuntu and UbuntuStudio).
    + 02_support-dmtool.patch: Add support for dm-tool for user-switching
  - Use dh-autoreconf to update libtool for ppc64el.
* Make libxfce4panel-2.0-dev depend on xfce4-panel-dev, libxfce4panel-2.0-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: xfce4-panel
2
2
Section: xfce
3
3
Priority: optional
4
 
Maintainer: Xubuntu Developers <xubuntu-devel@lists.ubuntu.com>
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
6
6
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
7
7
 Lionel Le Folgoc <mrpouit@gmail.com>
8
8
Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0),
9
 
 libgarcon-1-0-dev (>= 0.3.0), libxfce4ui-1-dev (>= 4.10.0),
 
9
 libgarcon-1-0-dev (>= 0.3.0), libxfce4ui-1-dev (>= 4.11.0),
10
10
 libxfconf-0-dev (>= 4.10.0), libexo-1-dev (>= 0.8.0),
11
11
 libgtk2.0-dev (>= 2.14.0), libglib2.0-dev (>= 2.18.0),
12
12
 libdbus-glib-1-dev (>= 0.73), libcairo2-dev (>= 1.0.0),
13
 
 dh-autoreconf, gtk-doc-tools, xfce4-dev-tools,
14
 
 libwnck-dev (>= 2.22), libxml-parser-perl, intltool,
15
 
 libgtk-3-dev
16
 
Standards-Version: 3.9.5
 
13
 libwnck-dev (>= 2.22), libxml-parser-perl, intltool, libgtk-3-dev,
 
14
 dh-autoreconf, gtk-doc-tools, xfce4-dev-tools
 
15
Standards-Version: 3.9.6
17
16
Homepage: http://www.xfce.org/
18
17
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfce4-panel/
19
18
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/desktop/trunk/xfce4-panel/
40
39
 package are mainly going to be of interest for you if you intend to code
41
40
 applications which use some of the Xfce4 C panel functions.
42
41
 
 
42
Package: libxfce4panel-2.0-4
 
43
Section: libs
 
44
Architecture: any
 
45
Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-panel (= ${binary:Version})
 
46
Description: Xfce4 panel libraries (GTK3 variant)
 
47
 This package contains library (GTK3 variant) used by the various plugins for
 
48
 the Xfce panel.
 
49
 
 
50
Package: libxfce4panel-2.0-dev
 
51
Section: libdevel
 
52
Architecture: any
 
53
Depends: ${misc:Depends}, libxfce4panel-2.0-4 (= ${binary:Version}),
 
54
 xfce4-panel-dev (= ${binary:Version})
 
55
Description: Xfce4 panel libraries (GTK3 variant)
 
56
 This package contains development files for the library (GTK3 variant) used by
 
57
 the various plugins for the Xfce panel.
 
58
 
43
59
Package: xfce4-panel-dbg
44
60
Section: debug
45
61
Architecture: any
46
62
Priority: extra
47
63
Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-panel (= ${binary:Version})
48
 
Description: debugging informations for xfce4-panel
 
64
Description: debugging information for xfce4-panel
49
65
 This package contains debugging symbols for xfce4-panel, the panel provided by
50
66
 the Xfce4 desktop project.