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