[Python-modules-commits] [pytest-cookies] 01/01: Fix debian/*.docs and fix deps.

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Sep 10 17:50:00 UTC 2016


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

hle pushed a commit to branch master
in repository pytest-cookies.

commit a0b701833e45fce2e3d887ad98a9c07c854dca0d
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Sat Sep 10 18:06:50 2016 +0200

    Fix debian/*.docs and fix deps.
---
 debian/control                     | 6 +++---
 debian/python-pytest-cookies.docs  | 2 +-
 debian/python3-pytest-cookies.docs | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index d0ff613..d68cd24 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Hugo Lefeuvre <hle at debian.org>
 Build-Depends: debhelper (>=9),
                dh-python,
-               python-all (>= 2.6.6-3~),
+               python-all,
                python-setuptools,
                python3-all,
                python3-setuptools
@@ -21,7 +21,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pytest,
-         cookiecutter
+         python-cookiecutter
 Description: wrapper for the cookiecutter API for generating projects (Python 2)
  pytest-cookies comes with a cookies fixture which is a wrapper for the
  cookiecutter API for generating projects. It helps you verify that your
@@ -35,7 +35,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
          python3-pytest,
-         cookiecutter
+         python3-cookiecutter
 Description: wrapper for the cookiecutter API for generating projects (Python 3)
  pytest-cookies comes with a cookies fixture which is a wrapper for the
  cookiecutter API for generating projects. It helps you verify that your
diff --git a/debian/python-pytest-cookies.docs b/debian/python-pytest-cookies.docs
index 395aa4a..0e76b9f 100644
--- a/debian/python-pytest-cookies.docs
+++ b/debian/python-pytest-cookies.docs
@@ -1,3 +1,3 @@
 docs/about.md
 docs/features.md
-README.md
+README.rst
diff --git a/debian/python3-pytest-cookies.docs b/debian/python3-pytest-cookies.docs
index 395aa4a..0e76b9f 100644
--- a/debian/python3-pytest-cookies.docs
+++ b/debian/python3-pytest-cookies.docs
@@ -1,3 +1,3 @@
 docs/about.md
 docs/features.md
-README.md
+README.rst

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



More information about the Python-modules-commits mailing list