summaryrefslogtreecommitdiff
path: root/debian/control
blob: b4658ee2f90efe10061c011aeeb0d6dba8e7c895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: stagepkg
Section: admin
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 9), python-setuptools, python
Standards-Version: 3.9.5
X-Python-Version: >= 2.7

Package: stagepkg
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 gnupg,
 python-pkg-resources
Description: Move Packages between repositories
 Using stagepkg you can move packages between different dinstall
 managed repositores. This can be useful in continuous delivery
 scenarios to move packages between different stages.
 .
 It allows one to resign the changes file on the fly.