]> git.sur5r.net Git - glabels/blob - debian/control
Add build dependency on gtk-doc-tools
[glabels] / debian / control
1 Source: glabels
2 Section: gnome
3 Priority: optional
4 Maintainer: Jakob Haufe <sur5r@sur5r.net>
5 Build-Depends: autotools-dev,
6                cdbs,
7                debhelper (>= 5.0),
8                intltool (>= 0.21),
9                gnome-doc-utils (>= 0.3.2),
10                gtk-doc-tools (>= 1.0),
11                libglib2.0-dev (>= 2.28.2),
12                libgtk-3-dev (>= 3.0.9),
13                libxml2-dev (>= 2.7.8),
14                librsvg2-dev (>= 2.32.0),
15                libcairo2-dev (>= 1.10.0),
16                libpango1.0-dev (>= 1.28.1),
17                libebook1.2-dev (>= 2.30.3),
18                barcode (>= 0.98),
19                libqrencode-dev (>= 3.1.0),
20                libiec16022-dev (>= 0.2.4)
21 Standards-Version: 3.9.2
22 Homepage: http://glabels.sourceforge.net/
23
24 Package: glabels
25 Architecture: any
26 Depends: glabels-data (= ${source:Version}),
27          ${shlibs:Depends},
28          ${misc:Depends}
29 Suggests: evolution-data-server
30 Replaces: glabels-data (<< 2.2.5-1)
31 Provides: libglabels5
32 Description: label, business card and media cover creation program for GNOME
33  gLabels is a lightweight program for creating labels, barcodes, business 
34  cards and media covers for the GNOME desktop environment. It is designed to 
35  work with various laser/ink-jet peel-off label and business card sheets that
36  you'll find at most office supply stores.
37  .
38  gLabels also supports mail merge from sources such as CSV files, vCards and
39  Evolution data servers.
40
41 Package: glabels-data
42 Architecture: all
43 Depends: ${misc:Depends}
44 Replaces: glabels (<< 2.0.2)
45 Description: data files for gLabels
46  gLabels is a lightweight program for creating labels, barcodes, business 
47  cards and media covers for the GNOME desktop environment.
48  .
49  This package contains gLabel's default set of label, business card and media
50  cover templates.
51
52 Package: glabels-dev
53 Section: devel
54 Architecture: any
55 Depends: glabels (= ${binary:Version}),
56          glabels-data (= ${source:Version}),
57          libglib2.0-dev,
58          libxml2-dev,
59          ${misc:Depends}
60 Replaces: glabels (<< 2.0.2)
61 Description: development documentation and library files for gLabels
62  gLabels is a lightweight program for creating labels, barcodes, business 
63  cards and media covers for the GNOME desktop environment.
64  .
65  This package provides the development environment for libglabels,
66  which is meant to facilitate 3rd party use of glabels templates.