[Python-apps-commits] r13102 - in packages/terminator/trunk/debian (changelog control)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Apr 24 21:39:52 UTC 2016


    Date: Sunday, April 24, 2016 @ 21:39:51
  Author: pochu
Revision: 13102

* debian/control: Update (build-)dependencies.
  + Depends on the new vte 2.91. Closes: #790190.

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

Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog	2016-04-24 21:37:58 UTC (rev 13101)
+++ packages/terminator/trunk/debian/changelog	2016-04-24 21:39:51 UTC (rev 13102)
@@ -2,6 +2,8 @@
 
   * New upstream snapshot from the gtk3 branch.
   * debian/rules: Add get-orig-source rule.
+  * debian/control: Update (build-)dependencies.
+    + Depends on the new vte 2.91. Closes: #790190.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 21 Apr 2016 16:56:23 +0200
 

Modified: packages/terminator/trunk/debian/control
===================================================================
--- packages/terminator/trunk/debian/control	2016-04-24 21:37:58 UTC (rev 13101)
+++ packages/terminator/trunk/debian/control	2016-04-24 21:39:51 UTC (rev 13102)
@@ -8,7 +8,13 @@
 Build-Depends: debhelper (>= 9), dh-python,
  intltool,
  python (>= 2.6.6-3~),
- python-gtk2 (>= 2.14.0)
+ python-cairo,
+ python-dbus,
+ python-gi,
+ gir1.2-glib-2.0,
+ gir1.2-gtk-3.0,
+ gir1.2-pango-1.0,
+ gir1.2-vte-2.91,
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/terminator/trunk/
@@ -17,15 +23,19 @@
 
 Package: terminator
 Architecture: all
-Depends: gconf2,
+Depends:
+ python-cairo,
  python-dbus,
- python-gobject,
- python-gtk2 (>= 2.14.0),
- python-vte,
+ python-gi,
+ python-psutil,
+ gir1.2-glib-2.0,
+ gir1.2-gtk-3.0,
+ gir1.2-pango-1.0,
+ gir1.2-vte-2.91,
  ${misc:Depends},
  ${python:Depends}
 Provides: x-terminal-emulator
-Recommends: python-gnome2, python-keybinder, python-notify, xdg-utils
+Recommends: gir1.2-keybinder-3.0, gir1.2-notify-0.7, gir1.2-gconf-2.0, xdg-utils
 Description: multiple GNOME terminals in one window
  Terminator is a little project to produce an efficient way of
  filling a large area of screen space with terminals.




More information about the Python-apps-commits mailing list