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 48 49 50 51 52
|
Source: deltarpm
Section: admin
Priority: extra
Maintainer: Mike Miller <mtmiller@ieee.org>
Build-Depends: debhelper (>= 9),
libbz2-dev,
liblzma-dev,
pkg-config,
python-all-dev (>= 2.6.6-3~),
python3-all-dev (>= 3.2),
zlib1g-dev
Standards-Version: 3.9.4
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.2
Homepage: http://gitorious.org/deltarpm/deltarpm
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/mtmiller-guest/deltarpm.git
Vcs-Git: git://anonscm.debian.org/users/mtmiller-guest/deltarpm.git
Package: deltarpm
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Tools to create and apply deltarpms
A deltarpm contains the differences between an old and a new version of
an RPM. This makes it possible to recreate the new RPM from the
deltarpm and the old RPM.
.
On Debian and derived systems these tools may be useful for creating
and maintaining repositories of RPM packages.
Package: python-deltarpm
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python bindings for deltarpm
A deltarpm contains the differences between an old and a new version of
an RPM.
.
This package provides the Python bindings for deltarpm, allowing
Python scripts to read the deltarpm file header.
Package: python3-deltarpm
Section: python
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python3 bindings for deltarpm
A deltarpm contains the differences between an old and a new version of
an RPM.
.
This package provides the Python3 bindings for deltarpm, allowing
Python scripts to read the deltarpm file header.
|