[Python-modules-commits] r15347 - in packages/dajaxice/trunk/debian (changelog control)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Jan 17 03:03:45 UTC 2011


    Date: Monday, January 17, 2011 @ 03:02:29
  Author: angelabad-guest
Revision: 15347

debian/control: Add versined depend to python-django (>= 1.1.0)
because in lenny is 1.0.2

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

Modified: packages/dajaxice/trunk/debian/changelog
===================================================================
--- packages/dajaxice/trunk/debian/changelog	2011-01-17 02:56:07 UTC (rev 15346)
+++ packages/dajaxice/trunk/debian/changelog	2011-01-17 03:02:29 UTC (rev 15347)
@@ -1,3 +1,10 @@
+dajaxice (0.1.7-2) UNRELEASED; urgency=low
+
+  * debian/control: Add versined depend to python-django (>= 1.1.0)
+    because in lenny is 1.0.2
+
+ -- Angel Abad <angelabad at gmail.com>  Mon, 17 Jan 2011 04:00:51 +0100
+
 dajaxice (0.1.7-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/dajaxice/trunk/debian/control
===================================================================
--- packages/dajaxice/trunk/debian/control	2011-01-17 02:56:07 UTC (rev 15346)
+++ packages/dajaxice/trunk/debian/control	2011-01-17 03:02:29 UTC (rev 15347)
@@ -13,7 +13,7 @@
 
 Package: python-django-dajaxice
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1.0)
 Description: agnostic and easy to use AJAX library for django
  Easy to use AJAX library for django, all the presentation logic
  resides outside the views and doesn't require any JS Framework.




More information about the Python-modules-commits mailing list