]> git.sur5r.net Git - glabels/blob - debian/control.in
Imported Debian patch 2.2.8-2
[glabels] / debian / control.in
1 Source: glabels
2 Section: gnome
3 Priority: optional
4 Maintainer: Debian QA Group <packages@qa.debian.org>
5 Build-Depends: autotools-dev,
6                cdbs,
7                debhelper (>= 5.0),
8                intltool (>= 0.21),
9                gnome-pkg-tools,
10                gnome-doc-utils (>= 0.3.2),
11                libglib2.0-dev (>= 2.12),
12                libgtk2.0-dev (>= 2.10),
13                libgnome2-dev (>= 2.16),
14                libgnomeui-dev (>= 2.16),
15                libxml2-dev (>= 2.7.0),
16                libglade2-dev (>= 2.6),
17                libebook1.2-dev (>= 1.8),
18                libxml-parser-perl,
19                scrollkeeper,
20                dpkg-dev (>= 1.13.19)
21 Standards-Version: 3.9.2
22 Homepage: http://glabels.sourceforge.net/
23 Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/glabels/trunk
24 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/glabels/trunk/?op=log
25
26 Package: glabels
27 Architecture: any
28 Depends: glabels-data (= ${source:Version}),
29          ${shlibs:Depends},
30          ${misc:Depends}
31 Suggests: evolution-data-server
32 Replaces: glabels-data (<< 2.2.5-1)
33 Provides: libglabels5
34 Description: label, business card and media cover creation program for GNOME
35  gLabels is a lightweight program for creating labels, barcodes, business 
36  cards and media covers for the GNOME desktop environment. It is designed to 
37  work with various laser/ink-jet peel-off label and business card sheets that
38  you'll find at most office supply stores.
39  .
40  gLabels also supports mail merge from sources such as CSV files, vCards and
41  Evolution data servers.
42
43 Package: glabels-data
44 Architecture: all
45 Depends: ${misc:Depends}
46 Replaces: glabels (<< 2.0.2)
47 Description: data files for gLabels
48  gLabels is a lightweight program for creating labels, barcodes, business 
49  cards and media covers for the GNOME desktop environment.
50  .
51  This package contains gLabel's default set of label, business card and media
52  cover templates.
53
54 Package: glabels-dev
55 Section: devel
56 Architecture: any
57 Depends: glabels (= ${binary:Version}),
58          glabels-data (= ${source:Version}),
59          libglib2.0-dev,
60          libxml2-dev,
61          ${misc:Depends}
62 Replaces: glabels (<< 2.0.2)
63 Description: development documentation and library files for gLabels
64  gLabels is a lightweight program for creating labels, barcodes, business 
65  cards and media covers for the GNOME desktop environment.
66  .
67  This package provides the development environment for libglabels,
68  which is meant to facilitate 3rd party use of glabels templates.