[Python-apps-commits] r4268 - in packages/gtg/trunk/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Dec 9 21:04:34 UTC 2009


    Date: Wednesday, December 9, 2009 @ 21:04:01
  Author: dktrkranz
Revision: 4268

Adjust (build-)dependencies

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

Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog	2009-12-08 18:09:28 UTC (rev 4267)
+++ packages/gtg/trunk/debian/changelog	2009-12-09 21:04:01 UTC (rev 4268)
@@ -1,9 +1,10 @@
 gtg (0.1.9-2) UNRELEASED; urgency=low
 
-  * Add python-xdg to Build-Depends.
+  * Remove unneeded build-dependencies.
+  * Add python-dbus to Depends.
   * Bump dependency on python-gtk2 to be at least 2.14 (Closes: #559498).
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 06 Dec 2009 15:00:06 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 09 Dec 2009 22:01:08 +0100
 
 gtg (0.1.9-1) unstable; urgency=low
 

Modified: packages/gtg/trunk/debian/control
===================================================================
--- packages/gtg/trunk/debian/control	2009-12-08 18:09:28 UTC (rev 4267)
+++ packages/gtg/trunk/debian/control	2009-12-09 21:04:01 UTC (rev 4268)
@@ -4,7 +4,7 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python-support, python (>= 2.5), python-gtk2, python-glade2, python-xdg
+Build-Depends-Indep: python-support, python (>= 2.5)
 Standards-Version: 3.8.3
 Homepage: http://gtg.fritalk.com/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/gtg/trunk/
@@ -12,7 +12,7 @@
 
 Package: gtg
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.14), python-glade2, python-gnome2, python-xdg, python-gobject, python-configobj
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.14), python-gnome2, python-glade2, python-dbus, python-xdg, python-configobj
 Description: organizer for the GNOME desktop environment
  Getting Things GNOME! is an organizer for the GNOME desktop environment.
  GTG focuses on usability and ease of use. Its main objective is to




More information about the Python-apps-commits mailing list