]> git.sur5r.net Git - glabels/blob - debian/control
6c9248e0d22049fcc0803f644433039e429c1673
[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 Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/glabels/trunk
23 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/glabels/trunk/?op=log
24
25 Package: glabels
26 Architecture: any
27 Depends: glabels-data (= ${source:Version}),
28          ${shlibs:Depends},
29          ${misc:Depends}
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.