[Python-modules-commits] [tweepy] 01/01: bump to 3.4.0 upstream version

Carl Chenet chaica-guest at moszumanska.debian.org
Tue Oct 27 14:25:47 UTC 2015


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

chaica-guest pushed a commit to branch 3.4.0-nmu
in repository tweepy.

commit 4204bb8fc81460b0086c65cad5f9edad03b52921
Author: chaica <chaica at sid>
Date:   Tue Oct 27 15:14:53 2015 +0100

    bump to 3.4.0 upstream version
---
 debian/changelog              |  7 +++++++
 debian/control                | 40 +++++++++++++++++++++++++++++++++++-----
 debian/python3-tweepy.install |  1 +
 debian/rules                  |  3 ++-
 4 files changed, 45 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 430d67e..bafbc30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tweepy (3.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release. (Closes: #793030)
+
+ -- chaica <chaica at debian.org>  Mon, 26 Oct 2015 18:06:49 +0100
+
 tweepy (3.1.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index f0019ed..dcf4e53 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,23 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Miguel Landaeta <nomadium at debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~),
- python-docutils, python-setuptools, python-sphinx, python-pip,
- python-requests-oauthlib, dh-python
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
+Build-Depends: debhelper (>= 9~),
+ python-all (>= 2.6.6-3~),
+ python3-all (>= 3.4.2),
+ python-docutils,
+ python3-docutils,
+ python-setuptools,
+ python3-setuptools,
+ python-sphinx,
+ python3-sphinx,
+ python-pip,
+ python3-pip,
+ python-requests-oauthlib,
+ python3-requests-oauthlib,
+ dh-python
+Standards-Version: 3.9.6.1
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/tweepy.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/tweepy.git
 Homepage: http://tweepy.github.com/
@@ -27,6 +39,24 @@ Description: Twitter library for Python
   - Cache system (memory, file)
   - Easy to use
 
+Package: python3-tweepy
+Architecture: all
+Depends: python3 (>= 3.4),
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests: python-tweepy-doc
+Description: Twitter library for Python
+ Tweepy is a Twitter and Identi.ca library for Python
+ that can be used in desktop and web applications. It has the
+ following features:
+  - OAuth support
+  - Covers the entire Twitter API
+  - Streaming API support
+  - Cache system (memory, file)
+  - Easy to use
+ .
+ This package is for Python3.
+
 Package: python-tweepy-doc
 Architecture: all
 Section: doc
diff --git a/debian/python3-tweepy.install b/debian/python3-tweepy.install
new file mode 100644
index 0000000..8b45fc4
--- /dev/null
+++ b/debian/python3-tweepy.install
@@ -0,0 +1 @@
+usr/lib/python3.*/*-packages/tweepy*
diff --git a/debian/rules b/debian/rules
index 5149c39..4016744 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build

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



More information about the Python-modules-commits mailing list