[Python-modules-commits] [pyquery] 02/02: prepare release

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Nov 29 15:21:17 UTC 2015


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

takaki pushed a commit to branch master
in repository pyquery.

commit d0d2c180f9eaabe061d30db853e5135256c377e5
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sun Nov 29 16:36:10 2015 +0900

    prepare release
---
 debian/changelog | 6 ++++++
 debian/control   | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dee033c..da5e65a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyquery (1.2.9-2) unstable; urgency=medium
+
+  * debian/control: Add python-setuptools to Build-Depends. (Closes: #806476)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 29 Nov 2015 16:35:45 +0900
+
 pyquery (1.2.9-1) unstable; urgency=medium
 
   [ Jonathan Wiltshire ]
diff --git a/debian/control b/debian/control
index e7f6830..950be2c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3)
 	, python3-all
 	, python-setuptools
 	, python3-setuptools
-Build-Depends-Indep: python-setuptools
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyquery.git
@@ -30,7 +29,7 @@ Description: jQuery-like library for python 2
 Package: python3-pyquery
 Architecture: all
 Depends: python3-lxml, python3-webob, ${python3:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
+Provides: ${python3:Provides}
 Description: jQuery-like library for python 3
  pyquery allows you to make jQuery queries on XML documents. The API is as
  similar to jQuery as possible. pyquery uses lxml for fast XML and HTML 

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



More information about the Python-modules-commits mailing list