~ubuntu-branches/ubuntu/vivid/quassel/vivid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-03-11 23:00:26 UTC
  • Revision ID: package-import@ubuntu.com-20120311230026-8071iqy3cluitfnb
Tags: 0.8~rc1-0ubuntu2
* Build-depend on dh-apparmor. (LP: #948481)
* Append $CPPFLAGS to $CXXFLAGS.
* Use pkg-info.mk instead of parsing the upstream version manually.
* Drop ancient Conflicts and Replaces.
* Bump Standards-Version to 3.9.3, no changes needed.
* Switch AppArmor profile to enforce mode.
* Don't pass -DCMAKE_BUILD_TYPE=Debugfull to cmake anymore. We want the
  default build type RelWithDebugInfo.
* Add an ufw application profile.
* Use dh_install --sourcedir instead of specifying absolute paths in the
  install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Harald Sitter <apachelogger@ubuntu.com>
6
 
Build-Depends: debhelper (>= 7.3.16), cmake, libqt4-dev (>= 4:4.6.0), libdbus-1-dev, libqca2-dev,
7
 
 kdelibs5-dev (>= 4:4.3.80), libindicate-qt-dev, libdbusmenu-qt-dev, zlib1g-dev, pkg-kde-tools (>= 0.5.0), qt4-dev-tools
8
 
Standards-Version: 3.9.2
9
 
Homepage: http://www.quassel-irc.org
 
6
Build-Depends: debhelper (>= 7.3.16),
 
7
 dpkg-dev (>= 1.16.1~),
 
8
 dh-apparmor,
 
9
 pkg-kde-tools (>= 0.5.0),
 
10
 cmake,
 
11
 libqt4-dev (>= 4:4.6.0),
 
12
 libdbus-1-dev,
 
13
 libqca2-dev,
 
14
 kdelibs5-dev (>= 4:4.3.80),
 
15
 libindicate-qt-dev,
 
16
 libdbusmenu-qt-dev,
 
17
 zlib1g-dev,
 
18
 qt4-dev-tools
 
19
Standards-Version: 3.9.3
 
20
Homepage: http://www.quassel-irc.org/
10
21
Vcs-Bzr: lp:~ubuntu-dev/quassel/ubuntu
11
22
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-dev/quassel/ubuntu
12
23
 
14
25
Architecture: any
15
26
Depends: ${shlibs:Depends}, ${misc:Depends},
16
27
 quassel-data (= ${source:Version}), libqt4-sql-sqlite
17
 
Conflicts: quassel-qt4, quassel-client (<= 0.4.0~git090110-0ubuntu1)
 
28
Conflicts: quassel-qt4
18
29
Description: KDE/Qt-based IRC client
19
30
 This is a modern, cross-platform, distributed KDE/Qt4 IRC client. One
20
31
 (or multiple) client(s) can attach to and detach from a central core. It's
28
39
Architecture: any
29
40
Depends: ${shlibs:Depends}, ${misc:Depends},
30
41
 quassel-data (= ${source:Version})
31
 
Conflicts: quassel (<= 0.4.0~git090110-0ubuntu1), quassel-client-qt4
 
42
Conflicts: quassel-client-qt4
32
43
Description: distributed, KDE/Qt-based IRC client - client component
33
44
 This is the client component of Quassel. A modern, cross-platform, distributed
34
45
 IRC client, meaning that one (or multiple) client(s) can attach to and detach
56
67
Architecture: any
57
68
Depends: ${shlibs:Depends}, ${misc:Depends},
58
69
 quassel-data (>= ${source:Version}), libqt4-sql-sqlite
59
 
Conflicts: quassel-client (<= 0.4.0~git090110-0ubuntu1), quassel
 
70
Conflicts: quassel
60
71
Description: Qt-based IRC client (no KDE dependencies)
61
72
 This is a modern, cross-platform, distributed Qt4 IRC client. One
62
73
 (or multiple) client(s) can attach to and detach from a central core. It's
70
81
Architecture: any
71
82
Depends: ${shlibs:Depends}, ${misc:Depends},
72
83
 quassel-data (>= ${source:Version})
73
 
Conflicts: quassel (<= 0.4.0~git090110-0ubuntu1), quassel-client
 
84
Conflicts: quassel-client
74
85
Description: distributed, Qt based IRC client - client component (no KDE dependencies)
75
86
 This is the client component of Quassel. A modern, cross-platform, distributed
76
87
 IRC client, meaning that one (or multiple) client(s) can attach to and detach
83
94
 
84
95
Package: quassel-data
85
96
Architecture: all
86
 
Depends: ${misc:Depends}, kde-icons-oxygen (>> 4:4.3.0~)| hicolor-icon-theme
87
 
Conflicts: quassel-client (<= 0.4.0~git090110-0ubuntu1), quassel (<= 0.4.0~git090110-0ubuntu1)
88
 
Replaces: quassel-client (<= 0.4.0~git090110-0ubuntu1), quassel (<= 0.4.0~git090110-0ubuntu1)
 
97
Depends: ${misc:Depends}, kde-icons-oxygen (>> 4:4.3.0~) | hicolor-icon-theme
89
98
Description: distributed, KDE/Qt-based IRC client - data files
90
99
 This is a modern, cross-platform, distributed IRC client, meaning that one
91
100
 (or multiple) client(s) can attach to and detach from a central core. It's
99
108
Section: debug
100
109
Architecture: any
101
110
Priority: extra
102
 
Depends: quassel (=${binary:Version}) | quassel-client (=${binary:Version}) | quassel-core (=${binary:Version}),
 
111
Depends: quassel (= ${binary:Version}) | quassel-client (= ${binary:Version}) | quassel-core (= ${binary:Version}),
103
112
 ${misc:Depends}
104
113
Description: distributed, KDE/Qt-based IRC client - debugging symbols
105
114
 These are the debugging symbols of Quassel. A modern, cross-platform,