Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / debian / control
1 Source: librpm-tizen
2 Section: vcs
3 Priority: optional
4 Build-Depends: debhelper,
5                dh-python,
6                dpkg-dev,
7                dh-autoreconf,
8                libtool,
9                autoconf,
10                automake,
11                autotools-dev,
12                autopoint,
13                zlib1g-dev,
14                libarchive-dev,
15                libpopt-dev,
16                libxml2-dev,
17                libreadline-dev,
18                libsqlite3-dev,
19                python3-all-dev,
20                python3,
21                pkg-config,
22                libnspr4-dev,
23                libnss3-dev,
24                liblzma-dev,
25                libmagic-dev,
26                libelf-dev,
27                libdw-dev,
28                libdb-dev,
29                liblua5.1-dev
30 Maintainer: Markus Lehtonen <markus.lehtonen@linux.intel.com>
31 Standards-Version: 3.9.3
32 Homepage: http://rpm.org/
33 X-Python-Version: >= 3
34
35 Package: librpm-tizen
36 Architecture: any
37 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
38 Description:  The RPM libraries for git-buildpackage
39  RPM Package Manager is the main tool for managing the software packages
40  of Tizen.
41  .
42  RPM can be used to install and remove software packages. With rpm, it
43  is easy to update packages.  RPM keeps track of all these manipulations
44  in a central database.»·This way it is possible to get an overview of
45  all installed packages.  RPM also supports database queries.
46  .
47  This is a special stripped-down version of RPM, only intended to be used by the
48  git-buildpackage tool. Doesn't interfere with the RPM libraries of the host system.
49  This package only contains rpmlib and rpm-python.
50