From cc86ef0b90e7efcbb9c82188e45de5a37c17c00f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 14 Feb 2016 14:39:59 +0200 Subject: Add deps on python-jinja2 --- debian/changelog | 2 +- debian/control | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5d73d0f..f2396fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ obbench (0.10+git-1) UNRELEASED; urgency=medium - * + * Add build and runtime dependency on python-jinja2. -- Lars Wirzenius Sun, 14 Feb 2016 14:35:04 +0200 diff --git a/debian/control b/debian/control index f56f802..ef9901a 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,13 @@ Maintainer: Lars Wirzenius Section: python Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), python-cliapp +Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), + python-cliapp, python-jinja2 X-Python-Version: >= 2.7 Package: obbench Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), + python-cliapp, python-jinja2 Description: benchmarking tool for Obnam Run benchmarks for the Obnam backup program. -- cgit v1.2.1