diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-01 10:58:08 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-01 10:58:53 +0100 |
commit | ed80d4c60e42fedd9a9169290fe469f806b7313d (patch) | |
tree | 23a1e3bc88bd082b022006f98c055230e2de98c5 /debian | |
parent | 84c591fdee9decd3527578ccbe701e5ddf72f40b (diff) |
start releasing for jessie
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 31f7a467..0ac63273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pixelated-user-agent (0.4) jessie; urgency=medium + + * Start building jessie packages + + -- Christoph <chris@inferno.nadir.org> Tue, 01 Dec 2015 10:57:36 +0100 + pixelated-user-agent (0.3) wheezy; urgency=medium Release 0.3. This is our last wheezy release. diff --git a/debian/control b/debian/control index b05e7d67..f26c77e7 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: python (>= 2.7), python (<< 2.8), libffi5, python-gnupg +Depends: python (>= 2.7), python (<< 2.8), libffi6, python-gnupg Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |