File: control

package info (click to toggle)
libs3 2.0-5
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 872 kB
  • sloc: ansic: 6,950; xml: 227; sh: 109; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libs3
Section: net
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13), libxml2-dev, libcurl4-gnutls-dev, pkgconf
Standards-Version: 4.6.2
Homepage: https://github.com/bji/libs3

Package: libs3-2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C Library and Tools for Amazon S3 Access
 This package includes the libs3 shared object library, needed to run
 applications compiled against libs3, and additionally contains the s3
 utility for accessing Amazon S3.

Package: libs3-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libs3-2 (= ${binary:Version})
Description: C Development Library for Amazon S3 Access
 This package includes the libs3 header, needed to compile applications
 against libs3.