File: control

package info (click to toggle)
loudmouth 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,712 kB
  • ctags: 1,716
  • sloc: sh: 11,484; ansic: 10,330; makefile: 225; xml: 33
file content (47 lines) | stat: -rw-r--r-- 1,789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This file is autogenerated. DO NOT EDIT!
# 
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: loudmouth
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10),
               gnome-pkg-tools,
               gtk-doc-tools (>= 1.1-2),
               libglib2.0-dev,
               libgnutls28-dev (>= 3.0.20),
               libidn11-dev,
               libasyncns-dev,
               check
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/loudmouth
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/loudmouth/
Homepage: https://mcabber.com/

Package: libloudmouth1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libloudmouth1-0 (= ${binary:Version}),
         libglib2.0-dev,
         libgnutls28-dev,
         libidn11-dev
Description: Development files for Loudmouth Jabber library
 The development headers and API documentation for the LoudMouth
 Jabber library. See the description of libloudmouth1-0 for a more detailed
 description.

Package: libloudmouth1-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Lightweight C Jabber library
 Loudmouth is a lightweight and easy-to-use C library for programming
 with the Jabber protocol. It's designed to be easy to get started
 with and yet extensible to let you do anything the Jabber protocol
 allows.