[Python-modules-commits] [python-blessed] 04/08: Debhelper compat to 11

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sun Dec 31 12:37:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

peb-guest pushed a commit to branch master
in repository python-blessed.

commit 1924d4f5360e8609a20d9be9b79ef33d9e400e8b
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Sun Dec 31 13:33:57 2017 +0100

    Debhelper compat to 11
---
 debian/changelog | 3 +++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6b71d6..3ca3daa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ python-blessed (1.14.1-2) unstable; urgency=medium
 
   * Team upload
   * Add a patch to remove a non-working test assertion. (Closes: #864337)
+  * d/control:
+    - Change Build-Depends for debhelper to 11
+  * d/compat: Bump to 11
 
  -- Pierre-Elliott Bécue <becue at crans.org>  Sun, 31 Dec 2017 13:15:37 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index d781f13..ce45d4a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
-Build-Depends: debhelper (>=9),
+Build-Depends: debhelper (>=11),
                dh-python,
                python3-all,
                python3-mock,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-blessed.git



More information about the Python-modules-commits mailing list