[Python-modules-commits] [python-scrapy] 07/09: Reformat packaging files with cme for better readability.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jun 20 10:10:56 UTC 2017


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

fladi pushed a commit to branch master
in repository python-scrapy.

commit 10099f0984767b5c5b4f40a7d24ea7adb79a66c8
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jun 20 10:49:55 2017 +0200

    Reformat packaging files with cme for better readability.
---
 debian/changelog                                                  | 1 +
 debian/control                                                    | 8 ++++----
 ...001-Skip-tests-with-unattainable-dependencies-in-Python3.patch | 3 +--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d95692b..4590620 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-scrapy (1.4.0-1~exp1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Require twisted (>= 17.1.0) for Build-Depends so FTP tests can run.
+  * Reformat packaging files with cme for better readability.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 29 May 2017 10:12:21 +0200
 
diff --git a/debian/control b/debian/control
index e17de8f..ad710f2 100644
--- a/debian/control
+++ b/debian/control
@@ -61,8 +61,8 @@ Depends: python-boto,
          ${misc:Depends},
          ${python:Depends}
 Recommends: ipython,
-            python-pil,
             python-mysqldb,
+            python-pil,
             python-pygments
 Suggests: python-openssl,
           python-scrapy-doc (= ${binary:Version})
@@ -86,11 +86,11 @@ Depends: python3-boto,
          ${misc:Depends},
          ${python3:Depends}
 Recommends: ipython3,
-            python3-pil,
             python3-mysqldb,
+            python3-pil,
             python3-pygments
-Suggests: python3-openssl,
-          python-scrapy-doc (= ${binary:Version})
+Suggests: python-scrapy-doc (= ${binary:Version}),
+          python3-openssl
 Description: Python web scraping and crawling framework (Python 3)
  Scrapy is a fast high-level screen scraping and web crawling framework,
  used to crawl websites and extract structured data from their pages.
diff --git a/debian/patches/0001-Skip-tests-with-unattainable-dependencies-in-Python3.patch b/debian/patches/0001-Skip-tests-with-unattainable-dependencies-in-Python3.patch
index 2146175..30d1ad5 100644
--- a/debian/patches/0001-Skip-tests-with-unattainable-dependencies-in-Python3.patch
+++ b/debian/patches/0001-Skip-tests-with-unattainable-dependencies-in-Python3.patch
@@ -1,7 +1,6 @@
-From 283903b41a8d3767667b264c3939ddbce7f643e4 Mon Sep 17 00:00:00 2001
+Subject: Skip tests with unattainable dependencies in Python3.
 From: Michael Fladischer <FladischerMichael at fladi.at>
 Date: Sat, 28 Jan 2017 20:50:33 +0100
-Subject: Skip tests with unattainable dependencies in Python3.
 
 Both libmproxy and sgmllib are not available for Python3. libmproxy might be in
 the future.

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



More information about the Python-modules-commits mailing list