summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-12-18 13:56:39 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-11 17:48:02 +0300
commitff18f94a0e1ad4a50b9308823b3633f9dd92db26 (patch)
treebec4bad427ec23e949e733a82b0e83bfc37bc35d /debian/control
parente6b20d86c02b2be44283c166a9e87d5e4a7225c2 (diff)
downloadlibrpm-tizen-ff18f94a0e1ad4a50b9308823b3633f9dd92db26.tar.gz
librpm-tizen-ff18f94a0e1ad4a50b9308823b3633f9dd92db26.tar.bz2
librpm-tizen-ff18f94a0e1ad4a50b9308823b3633f9dd92db26.zip
packaging: add Debian packaging
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control46
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..300fef560
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: librpm-tizen
+Section: vcs
+Priority: optional
+Build-Depends: debhelper,
+ dpkg-dev,
+ dh-autoreconf,
+ libtool,
+ autoconf,
+ automake,
+ autotools-dev,
+ autopoint,
+ zlib1g-dev,
+ libpopt-dev,
+ libxml2-dev,
+ libreadline-dev,
+ libsqlite3-dev,
+ python-all-dev,
+ pkg-config,
+ libnspr4-dev,
+ libnss3-dev,
+ liblzma-dev,
+ libmagic-dev,
+ libelf-dev,
+ libdw-dev,
+ libdb-dev
+Maintainer: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+Standards-Version: 3.9.3
+Homepage: http://rpm.org/
+X-Python-Version: >= 2.6
+
+Package: librpm-tizen
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python: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.
+