[Python-apps-commits] r3601 - in packages/pythoncad/trunk/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Aug 29 00:10:46 UTC 2009


    Date: Saturday, August 29, 2009 @ 00:10:34
  Author: dktrkranz
Revision: 3601

Depend on python-gobject

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

Modified: packages/pythoncad/trunk/debian/changelog
===================================================================
--- packages/pythoncad/trunk/debian/changelog	2009-08-29 00:00:01 UTC (rev 3600)
+++ packages/pythoncad/trunk/debian/changelog	2009-08-29 00:10:34 UTC (rev 3601)
@@ -15,12 +15,13 @@
   * debian/patches/remove_unused_bindump:
     - Removed, no longer needed.
   * Remove python-dev from Build-Depends-Indep, use python instead.
+  * Depend on python-gobject.
   * Depend on ${misc:Depends} in pythoncad binary stanza.
   * Remove debian/dirs file, useless.
   * Bump Standards-Version to 3.8.3, no changes required.
   * Add watch file.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 29 Aug 2009 01:58:38 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 29 Aug 2009 02:10:11 +0200
 
 pythoncad (0.1.35-4) unstable; urgency=low
 

Modified: packages/pythoncad/trunk/debian/control
===================================================================
--- packages/pythoncad/trunk/debian/control	2009-08-29 00:00:01 UTC (rev 3600)
+++ packages/pythoncad/trunk/debian/control	2009-08-29 00:10:34 UTC (rev 3601)
@@ -12,7 +12,7 @@
 
 Package: pythoncad
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 1.99.16)
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 1.99.16), python-gobject
 Description: Computer Aided Drafting (CAD) program
  PythonCAD is a scriptable (with the Python language) and easy to use drafting
  program.




More information about the Python-apps-commits mailing list