summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b4658ee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.