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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Oct 31 16:17:10 UTC 2015


    Date: Saturday, October 31, 2015 @ 16:17:08
  Author: chaica-guest
Revision: 12555

add missing runtime dependency

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

Modified: packages/retweet/trunk/debian/changelog
===================================================================
--- packages/retweet/trunk/debian/changelog	2015-10-31 15:04:26 UTC (rev 12554)
+++ packages/retweet/trunk/debian/changelog	2015-10-31 16:17:08 UTC (rev 12555)
@@ -1,3 +1,10 @@
+retweet (0.4-2) unstable; urgency=low
+
+  * debian/control
+    - add python3-sqlalchemy dependency 
+
+ -- Carl Chenet <chaica at debian.org>  Sat, 31 Oct 2015 17:14:02 +0100
+
 retweet (0.4-1) unstable; urgency=low
 
   * Initial release. (Closes: #799465)

Modified: packages/retweet/trunk/debian/control
===================================================================
--- packages/retweet/trunk/debian/control	2015-10-31 15:04:26 UTC (rev 12554)
+++ packages/retweet/trunk/debian/control	2015-10-31 16:17:08 UTC (rev 12555)
@@ -12,7 +12,7 @@
 
 Package: retweet
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy
+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




More information about the Python-apps-commits mailing list