From 3327eced2f85233b40321bcd21f487a8fd42ffa4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:49:52 +0300 Subject: Allow use of bumper for releases --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8783169..c17a09e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dupfiles (5.8+git-1) UNRELEASED; urgency=medium + + * New upstream version. + * Require Python 2.7. + + -- Lars Wirzenius Sat, 08 Oct 2016 20:47:05 +0300 + dupfiles (5.8-1) unstable; urgency=medium * Force jessie build. 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 8b42adc..9dfa319 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: dupfiles Maintainer: Lars Wirzenius Section: misc Priority: optional -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), +Standards-Version: 3.8.8 +Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp (>= 0.7), python-ttystatus -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: dupfiles Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-ttystatus, python-cliapp (>= 0.7) Description: find and optionally hard-link duplicate files dupfiles finds files with identical content, and either reports them, -- cgit v1.2.1