summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-17 19:28:16 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-17 19:54:18 +0200
commitd930180e1572850c973bb29d43b1279d2e657d52 (patch)
treedb19e2222cbb0b189c366fcd151a01483baa53cd /debian/control
parent17c2ee87ee338b2634d51bde18f4eeb216e562e5 (diff)
Add Debian packagingdebian/master
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.