~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton, Loic Minier
  • Date: 2008-02-20 17:24:42 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080220172442-rso0p0yngsf414dy
Tags: 0.13-1
[ Loic Minier ]

* New upstream release.
* Bump up Standards-Version to 3.7.3.
* Rework to build a Hildon flavour of the package.
  - New binary package tasks-hildon; add conflicts with tasks and update
    descriptions; add install file; this package must be the first in the
    control file as to permit the dbg symbols for the standard tasks package
    to be in tasks-dbg instead of the tasks-hildon ones.
  - Add build hooks for configure, build, and install to add flavour /
    package specific rules and configure flags.
  - Build-dep on libhildon-1-dev, libdbus-1-dev, libhildonmime-dev for the
    Hildon flavour.
* Add explicit Copyright statement to debian/copyright.
* Use ${binary:Version} instead of ${Source-Version}; build-dep on dpkg-dev
  >= 1.13.19.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: gnome
3
3
Priority: optional
4
4
Maintainer: Ross Burton <ross@debian.org>
5
 
Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5), intltool, libecal1.2-dev, libgtk2.0-dev
6
 
Standards-Version: 3.7.2
 
5
Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5), intltool, libecal1.2-dev, libgtk2.0-dev, libhildon-1-dev, libdbus-1-dev, libhildonmime-dev, dpkg-dev (>= 1.13.19)
 
6
Standards-Version: 3.7.3
 
7
 
 
8
# ordering is important here as to have dbg symbols for the main "tasks"
 
9
# binary and not the tasks-hildon one
 
10
Package: tasks-hildon
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
 
13
Conflicts: tasks
 
14
Description: a simple to do manager - Hildon flavour
 
15
 Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews
 
16
 complicated features for a simple interface and functionality that does the
 
17
 right thing.
 
18
 .
 
19
 This flavour is suitable for the Hildon Desktop; for other desktop systems
 
20
 such as GNOME, see the tasks package.
7
21
 
8
22
Package: tasks
9
23
Architecture: any
10
24
Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
 
25
Conflicts: tasks-hildon
11
26
Description: a simple to do manager
12
27
 Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews
13
28
 complicated features for a simple interface and functionality that does the
14
29
 right thing.
 
30
 .
 
31
 This flavour is suitable for desktop systems such as GNOME; for the Hildon
 
32
 flavour of Tasks, see the tasks-hildon package.
15
33
 
16
34
Package: tasks-dbg
17
35
Architecture: any
18
36
Priority: extra
19
 
Depends: tasks (= ${Source-Version})
 
37
Depends: tasks (= ${binary:Version})
20
38
Description: a simple to do manager (debug symbols)
21
39
 Tasks is a simple To Do manager, using GTK+ and libecal.  It eschews
22
40
 complicated features for a simple interface and functionality that does the