[Python-modules-commits] [python-roman] 02/03: Add explicit build-dependency on dh-python.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Oct 21 19:44:53 UTC 2015


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

mitya57 pushed a commit to branch master
in repository python-roman.

commit 2e64076ab11632174a529362271e30ff5318b67b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Oct 21 22:38:13 2015 +0300

    Add explicit build-dependency on dh-python.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f0e32c..9ae73f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-roman (2.0.0-2) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Update debian/watch to use https://pypi.debian.net redirector.
   * Bump Standards-Version to 3.9.6, no changes needed.
+  * Add explicit build-dependency on dh-python.
 
  -- Andrea Colangelo <warp10 at debian.org>  Fri, 17 Jan 2014 11:43:59 +0100
 
diff --git a/debian/control b/debian/control
index 37a69af..3b23ee2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Andrea Colangelo <warp10 at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-all (>= 2.6.6-3~),
+Build-Depends-Indep: dh-python,
+                     python-all (>= 2.6.6-3~),
                      python3-all (>= 3.1.2-7~)
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.3
@@ -33,4 +34,3 @@ Description: module for generating/analyzing Roman numerals for Python 3
  illegal ones (MIM == 1999).
  .
  This package includes Python 3 modules.
-

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



More information about the Python-modules-commits mailing list