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