[Python-modules-commits] [pylint-celery] 12/17: deb/control: put pylint deps in order

Daniel Stender stender at moszumanska.debian.org
Sat Aug 6 11:37:38 UTC 2016


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

stender pushed a commit to branch master
in repository pylint-celery.

commit 9e21128f0dc9a0cf5da1c694ef758c06e0c76fb5
Author: Daniel Stender <stender at debian.org>
Date:   Sat Aug 6 13:17:12 2016 +0200

    deb/control: put pylint deps in order
---
 debian/changelog | 4 ++--
 debian/control   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de8fcec..472d7ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ pylint-celery (0.3-2) UNRELEASED; urgency=medium
     + updated uploader email address.
     + add logilab-common to build-deps (Closes: #832826).
     + add celery to build-deps for tests.
-    + activated pylint3 build-dep.
+    + activated pylint3 build-dep, put pylint deps in order.
   * deb/copyright:
     + updated copyright span and email adresses.
   * deb/rules:
@@ -14,7 +14,7 @@ pylint-celery (0.3-2) UNRELEASED; urgency=medium
     + watch Github instead of Pypi.
   * build with new upstream tarball pylint-celery_0.3.orig.tar.xz.
 
- -- Daniel Stender <stender at debian.org>  Sat, 06 Aug 2016 13:11:11 +0200
+ -- Daniel Stender <stender at debian.org>  Sat, 06 Aug 2016 13:15:55 +0200
 
 pylint-celery (0.3-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 8e133d1..5889333 100644
--- a/debian/control
+++ b/debian/control
@@ -8,18 +8,18 @@ Build-Depends:
  dh-python,
  python-all,
  python-astroid,
+ pylint (>= 1.0.0),
  python-pylint-plugin-utils,
  python-setuptools,
  python-logilab-common,
  python-celery,
  python3-all,
  python3-astroid,
+ pylint3,
  python3-pylint-plugin-utils,
  python3-setuptools,
  python3-logilab-common,
- python3-celery,
- pylint (>= 1.0.0),
- pylint3
+ python3-celery
 Standards-Version: 3.9.6
 Homepage: https://github.com/landscapeio/pylint-celery
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/pylint-celery.git

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



More information about the Python-modules-commits mailing list