]> git.sur5r.net Git - glabels/blob - debian/control
c8c27ee3587e70d371af9bb81d935cdb5e02974a
[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.3
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 Recommends: evince
30 Suggests: evolution-data-server
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: gnome-desktop-data, ${misc:Depends}
44 Description: data files for gLabels
45  gLabels is a lightweight program for creating labels, barcodes, business
46  cards and media covers for the GNOME desktop environment.
47  .
48  This package contains gLabel's default set of label, business card and media
49  cover templates.
50
51 Package: glabels-dev
52 Section: devel
53 Architecture: any
54 Depends: glabels (= ${binary:Version}),
55          glabels-data (= ${source:Version}),
56          libglib2.0-dev,
57          libxml2-dev,
58          ${misc:Depends}
59 Description: development documentation and library files for gLabels
60  gLabels is a lightweight program for creating labels, barcodes, business
61  cards and media covers for the GNOME desktop environment.
62  .
63  This package provides the development environment for libglabels,
64  which is meant to facilitate 3rd party use of glabels templates.