[Python-apps-commits] r13864 - in packages/retweet/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jan 12 21:22:46 UTC 2017


    Date: Thursday, January 12, 2017 @ 21:22:44
  Author: piotr
Revision: 13864

* New upstream release
  - add python3-sqlalchemy and python3-tweepy to Build-Depends for tests
* export LC_ALL=C.UTF-8 in debian/rules as tests fail with C
* Standards-Version bumped to 3.9.8 (no changes needed)

Modified:
  packages/retweet/trunk/debian/changelog
  packages/retweet/trunk/debian/control
  packages/retweet/trunk/debian/rules

Modified: packages/retweet/trunk/debian/changelog
===================================================================
--- packages/retweet/trunk/debian/changelog	2017-01-11 08:26:08 UTC (rev 13863)
+++ packages/retweet/trunk/debian/changelog	2017-01-12 21:22:44 UTC (rev 13864)
@@ -1,3 +1,13 @@
+retweet (0.10-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release
+    - add python3-sqlalchemy and python3-tweepy to Build-Depends for tests
+  * export LC_ALL=C.UTF-8 in debian/rules as tests fail with C
+  * Standards-Version bumped to 3.9.8 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 12 Jan 2017 22:08:30 +0100
+
 retweet (0.6-1) unstable; urgency=low
 
   * New upstream release 

Modified: packages/retweet/trunk/debian/control
===================================================================
--- packages/retweet/trunk/debian/control	2017-01-11 08:26:08 UTC (rev 13863)
+++ packages/retweet/trunk/debian/control	2017-01-12 21:22:44 UTC (rev 13864)
@@ -3,9 +3,10 @@
 Section: python
 Maintainer: Carl Chenet <chaica at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools,
+ python3-sqlalchemy, python3-tweepy
 X-Python3-Version: >= 3.4
-Standards-Version: 3.9.6.1
+Standards-Version: 3.9.8
 Homepage: https://github.com/chaica/retweet
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/retweet/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/retweet/trunk/
@@ -15,5 +16,5 @@
 Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy, python3-sqlalchemy
 Description: Simple twitter bot to retweet
  Retweet automatically retweets tweets from a Twitter account to
- another one. It also supports a range of criterias a tweet must
+ another one. It also supports a range of criteria a tweet must
  meet in order to  perform the action of retweeting it.

Modified: packages/retweet/trunk/debian/rules
===================================================================
--- packages/retweet/trunk/debian/rules	2017-01-11 08:26:08 UTC (rev 13863)
+++ packages/retweet/trunk/debian/rules	2017-01-12 21:22:44 UTC (rev 13864)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export LC_ALL=C.UTF-8
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 




More information about the Python-apps-commits mailing list