[Python-modules-commits] r14188 - in packages/tgmochikit/trunk/debian (changelog control)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Thu Aug 12 11:21:25 UTC 2010
Date: Thursday, August 12, 2010 @ 11:21:22
Author: jwilk
Revision: 14188
* Add ?\226?\128?\152Depends: ${python:Depends}?\226?\128?\153 (closes: #591999).
* Drop ?\226?\128?\152Depends: ${shlibs:Depends}?\226?\128?\153, not needed.
Modified:
packages/tgmochikit/trunk/debian/changelog
packages/tgmochikit/trunk/debian/control
Modified: packages/tgmochikit/trunk/debian/changelog
===================================================================
--- packages/tgmochikit/trunk/debian/changelog 2010-08-12 09:49:29 UTC (rev 14187)
+++ packages/tgmochikit/trunk/debian/changelog 2010-08-12 11:21:22 UTC (rev 14188)
@@ -1,3 +1,10 @@
+tgmochikit (1.4.2-2) UNRELEASED; urgency=low
+
+ * Add âDepends: ${python:Depends}â (closes: #591999).
+ * Drop âDepends: ${shlibs:Depends}â, not needed.
+
+ -- Jakub Wilk <jwilk at debian.org> Thu, 12 Aug 2010 13:16:35 +0200
+
tgmochikit (1.4.2-1) unstable; urgency=low
* New upstream release: LICENSE.txt file added
Modified: packages/tgmochikit/trunk/debian/control
===================================================================
--- packages/tgmochikit/trunk/debian/control 2010-08-12 09:49:29 UTC (rev 14187)
+++ packages/tgmochikit/trunk/debian/control 2010-08-12 11:21:22 UTC (rev 14188)
@@ -9,7 +9,7 @@
Package: python-tgmochikit
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-turbogears
Description: The MochiKit JavaScript library as a TurboGears widget
MochiKit is a JavaScript library focused on JSON and Ajax development.
More information about the Python-modules-commits
mailing list