[Python-modules-commits] r6586 - in packages/python-osd/trunk/debian (changelog control)

mlizaur-guest at users.alioth.debian.org mlizaur-guest at users.alioth.debian.org
Wed Sep 24 19:58:50 UTC 2008


    Date: Wednesday, September 24, 2008 @ 19:58:49
  Author: mlizaur-guest
Revision: 6586

Changelog and control files updated

Modified:
  packages/python-osd/trunk/debian/changelog
  packages/python-osd/trunk/debian/control

Modified: packages/python-osd/trunk/debian/changelog
===================================================================
--- packages/python-osd/trunk/debian/changelog	2008-09-23 22:07:43 UTC (rev 6585)
+++ packages/python-osd/trunk/debian/changelog	2008-09-24 19:58:49 UTC (rev 6586)
@@ -1,11 +1,16 @@
 python-osd (0.2.14-4) unstable; urgency=medium
 
-  * Added dependency on libxosd2 (closes: #497768)
-  * Removed unnecessary dependency on python-simplejson and added dependecy
-    on ${shlibs:Depends}
-  * Update Standard-Version to 3.8.0
+  * Fixed missing dependencies on libxosd2 using 
+    ${shlibs:Depends} to solve this. (closes: #497768)
+  * Removed unnecessary dependency on python-simplejson.
+  * Added debian/watch file.
+  * $PWD replaced by $(CURDIR) to avoid FTBFS on debian/rules.
+  * Removed Conflics and Replaces from debian/control, since previous 
+    installed versions are automatically replaced.
+  * Replaced 'python' to 'Python' on the small desc of debian/control
+  * Updated Standard-Version to 3.8.0
 
- -- Mauro Lizaur <lavaramano at gmail.com>  Thu, 22 Sep 2008 12:18:48 -0300
+ -- Mauro Lizaur <lavaramano at gmail.com>  Tue, 23 Sep 2008 03:47:12 -0300
 	
 python-osd (0.2.14-3) unstable; urgency=low
 

Modified: packages/python-osd/trunk/debian/control
===================================================================
--- packages/python-osd/trunk/debian/control	2008-09-23 22:07:43 UTC (rev 6585)
+++ packages/python-osd/trunk/debian/control	2008-09-24 19:58:49 UTC (rev 6586)
@@ -12,7 +12,7 @@
 Package: python-osd
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, libxosd2 (>= 2.2.13)
+Depends: ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 Suggests: python-twisted
 Description: Python bindings for X On-Screen Display library




More information about the Python-modules-commits mailing list