[Python-apps-commits] r13866 - in packages/db2twitter/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jan 12 21:33:50 UTC 2017


    Date: Thursday, January 12, 2017 @ 21:33:49
  Author: piotr
Revision: 13866

* New upstream release
  - add python3-pil to Depends

Modified:
  packages/db2twitter/trunk/debian/changelog
  packages/db2twitter/trunk/debian/control

Modified: packages/db2twitter/trunk/debian/changelog
===================================================================
--- packages/db2twitter/trunk/debian/changelog	2017-01-12 21:23:22 UTC (rev 13865)
+++ packages/db2twitter/trunk/debian/changelog	2017-01-12 21:33:49 UTC (rev 13866)
@@ -1,3 +1,11 @@
+db2twitter (0.6-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+    - add python3-pil to Depends
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 12 Jan 2017 22:24:39 +0100
+
 db2twitter (0.3-1) unstable; urgency=low
 
   * New upstream release 

Modified: packages/db2twitter/trunk/debian/control
===================================================================
--- packages/db2twitter/trunk/debian/control	2017-01-12 21:23:22 UTC (rev 13865)
+++ packages/db2twitter/trunk/debian/control	2017-01-12 21:33:49 UTC (rev 13866)
@@ -5,14 +5,14 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
 X-Python3-Version: >= 3.4
-Standards-Version: 3.9.6.1
+Standards-Version: 3.9.8
 Homepage: https://github.com/chaica/db2twitter
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/db2twitter/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/db2twitter/trunk/
 
 Package: db2twitter
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy, python3-sqlalchemy
+Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy, python3-sqlalchemy, python3-pil
 Description: Simple Twitter bot using a database to build and send tweets
  db2twitter fetches data from a database using the SQLAlchemy library,
  filling a user-defined template to build a tweet and send it.




More information about the Python-apps-commits mailing list