summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
3 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a337f3..c0bb460 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ genbackupdata (1.9.0.1+git-1) UNRELEASED; urgency=medium
* New upstream release.
* Change build-dep on texlive-full to just texlive and lmodern.
+ * debian/control: Update Standards-Version. Require debhelper 9.
+ Require Python 2.7.
-- Lars Wirzenius <liw@liw.fi> Sun, 18 Oct 2015 10:29:58 +0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 65f3c6d..0b07654 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/genbackupdata/
Section: devel
Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
python-ttystatus, python-cliapp, cmdtest, python-crypto, pep8,
pandoc, texlive, lmodern
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
Package: genbackupdata
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9),
- python-ttystatus, python-crypto
+ python-ttystatus, python-crypto, python (>= 2.7)
Description: generate test data sets for backup software
genbackupdata creates or modifies directory trees in ways that simulate
real filesystems sufficiently well for performance testing of backup