]> git.sur5r.net Git - glabels/blob - debian/control
We need dpkg-dev >= 1.16.1~ (Thanks lintian)
[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 (>= 2.30.3),
19                barcode (>= 0.98),
20                libqrencode-dev (>= 3.1.0),
21                libiec16022-dev (>= 0.2.4)
22 Standards-Version: 3.9.3
23 Homepage: http://glabels.sourceforge.net/
24
25 Package: glabels
26 Architecture: any
27 Depends: glabels-data (= ${source:Version}),
28          ${shlibs:Depends},
29          ${misc:Depends}
30 Recommends: evince
31 Suggests: evolution-data-server
32 Provides: libglabels5
33 Description: label, business card and media cover creation program for GNOME
34  gLabels is a lightweight program for creating labels, barcodes, business
35  cards and media covers for the GNOME desktop environment. It is designed to
36  work with various laser/ink-jet peel-off label and business card sheets that
37  you'll find at most office supply stores.
38  .
39  gLabels also supports mail merge from sources such as CSV files, vCards and
40  Evolution data servers.
41
42 Package: glabels-data
43 Architecture: all
44 Depends: gnome-desktop-data, ${misc:Depends}
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 Description: development documentation and library files for gLabels
61  gLabels is a lightweight program for creating labels, barcodes, business
62  cards and media covers for the GNOME desktop environment.
63  .
64  This package provides the development environment for libglabels,
65  which is meant to facilitate 3rd party use of glabels templates.