From 76ea0b5d4a1b8180f2552c2729d84388a77beecb Mon Sep 17 00:00:00 2001 From: xuhy Date: Thu, 16 Nov 2023 17:39:20 +0800 Subject: Add librpm-tizen.spec file & Debian packaging. The following issues are fixed: 1. Prevent execution of arbitrary scripts 2. Enable dash(-) in spec file. 3. Ignore bad expressions in %if conditionals. 4. Ignore unknown tags. 5. Ignore error macro. Change-Id: Id5b7b47c1a78de364ef0d513023fbe9ccc773a87 Signed-off-by: xuhy --- debian/control | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..a8235fff4 --- /dev/null +++ b/debian/control @@ -0,0 +1,50 @@ +Source: librpm-tizen +Section: vcs +Priority: optional +Build-Depends: debhelper, + dh-python, + dpkg-dev, + dh-autoreconf, + libtool, + autoconf, + automake, + autotools-dev, + autopoint, + zlib1g-dev, + libarchive-dev, + libpopt-dev, + libxml2-dev, + libreadline-dev, + libsqlite3-dev, + python3-all-dev, + python3, + pkg-config, + libnspr4-dev, + libnss3-dev, + liblzma-dev, + libmagic-dev, + libelf-dev, + libdw-dev, + libdb-dev, + liblua5.1-dev +Maintainer: Markus Lehtonen +Standards-Version: 3.9.3 +Homepage: http://rpm.org/ +X-Python-Version: >= 3 + +Package: librpm-tizen +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Description: The RPM libraries for git-buildpackage + RPM Package Manager is the main tool for managing the software packages + of Tizen. + . + RPM can be used to install and remove software packages. With rpm, it + is easy to update packages. RPM keeps track of all these manipulations + in a central database.»·This way it is possible to get an overview of + all installed packages. RPM also supports database queries. + . + This is a special stripped-down version of RPM, only intended to be used by the + git-buildpackage tool. Doesn't interfere with the RPM libraries of the host system. + This package only contains rpmlib and rpm-python. + -- cgit v1.2.3