This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-cutadapt.
commit 14dfa8a0d7941e6026dadb1fb132c4b5932630dc Author: Andreas Tille <[email protected]> Date: Sat Feb 10 13:31:25 2018 +0100 Versioned Build-Depends: python-xopen (>= 0.3.2) --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e27031..833d34f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-cutadapt (1.15-1) UNRELEASED; urgency=medium * cme fix dpkg-control * debhelper 11 * hardening=+all + * Versioned Build-Depends: python-xopen (>= 0.3.2) -- Andreas Tille <[email protected]> Sat, 10 Feb 2018 13:14:38 +0100 diff --git a/debian/control b/debian/control index 24d507f..218af41 100644 --- a/debian/control +++ b/debian/control @@ -11,14 +11,14 @@ Build-Depends: debhelper (>= 11~), python-all-dev, python-setuptools, python-nose, - python-xopen, + python-xopen (>= 0.3.2), cython, python3-all, python3-all-dev, python3-setuptools, python3-six, python3-nose, - python3-xopen, + python3-xopen (>= 0.3.2), cython3 Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-cutadapt.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
