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