]> git.sur5r.net Git - glabels/blob - debian/control
ba09b1b85d05a61ac78fd7e7b749f227fafb331f
[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                libglib2.0-dev (>= 2.28.2),
11                libgtk-3-dev (>= 3.0.9),
12                libxml2-dev (>= 2.7.8),
13                librsvg2-dev (>= 2.32.0),
14                libcairo2-dev (>= 1.10.0),
15                libpango1.0-dev (>= 1.28.1),
16                libebook1.2-dev (>= 2.30.3),
17                barcode (>= 0.98),
18                libqrencode-dev (>= 3.1.0),
19                libiec16022-dev (>= 0.2.4)
20 Standards-Version: 3.9.2
21 Homepage: http://glabels.sourceforge.net/
22
23 Package: glabels
24 Architecture: any
25 Depends: glabels-data (= ${source:Version}),
26          ${shlibs:Depends},
27          ${misc:Depends}
28 Suggests: evolution-data-server
29 Replaces: glabels-data (<< 2.2.5-1)
30 Provides: libglabels5
31 Description: label, business card and media cover creation program for GNOME
32  gLabels is a lightweight program for creating labels, barcodes, business 
33  cards and media covers for the GNOME desktop environment. It is designed to 
34  work with various laser/ink-jet peel-off label and business card sheets that
35  you'll find at most office supply stores.
36  .
37  gLabels also supports mail merge from sources such as CSV files, vCards and
38  Evolution data servers.
39
40 Package: glabels-data
41 Architecture: all
42 Depends: ${misc:Depends}
43 Replaces: glabels (<< 2.0.2)
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 Replaces: glabels (<< 2.0.2)
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.