[Python-modules-commits] r15510 - in packages/dajaxice/trunk/debian (4 files)
angelabad-guest at users.alioth.debian.org
angelabad-guest at users.alioth.debian.org
Mon Feb 7 13:14:20 UTC 2011
Date: Monday, February 7, 2011 @ 13:14:18
Author: angelabad-guest
Revision: 15510
* Switch to dh_python2
- debian/control:
+ Remove python-support from B-D-I
+ Bump minimun python-all version to 2.6.6-3
+ Add Breaks: /usr/share/man/man1/python.1.gz
+ Add X-Python-Version: >= 2.4
- debian/rules
+ Add --with python2 to rules
- debian/pyversions: Remove file
Modified:
packages/dajaxice/trunk/debian/changelog
packages/dajaxice/trunk/debian/control
packages/dajaxice/trunk/debian/rules
Deleted:
packages/dajaxice/trunk/debian/pyversions
Modified: packages/dajaxice/trunk/debian/changelog
===================================================================
--- packages/dajaxice/trunk/debian/changelog 2011-02-07 13:11:34 UTC (rev 15509)
+++ packages/dajaxice/trunk/debian/changelog 2011-02-07 13:14:18 UTC (rev 15510)
@@ -1,9 +1,18 @@
-dajaxice (0.1.7-2) UNRELEASED; urgency=low
+dajaxice (0.1.7-2) unstable; urgency=low
+ * Switch to dh_python2
+ - debian/control:
+ + Remove python-support from B-D-I
+ + Bump minimun python-all version to 2.6.6-3
+ + Add Breaks: /usr/share/man/man1/python.1.gz
+ + Add X-Python-Version: >= 2.4
+ - debian/rules
+ + Add --with python2 to rules
+ - debian/pyversions: Remove file
* 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
+ -- Angel Abad <angelabad at gmail.com> Mon, 07 Feb 2011 14:13:25 +0100
dajaxice (0.1.7-1) unstable; urgency=low
Modified: packages/dajaxice/trunk/debian/control
===================================================================
--- packages/dajaxice/trunk/debian/control 2011-02-07 13:11:34 UTC (rev 15509)
+++ packages/dajaxice/trunk/debian/control 2011-02-07 13:14:18 UTC (rev 15510)
@@ -3,17 +3,18 @@
Priority: optional
Maintainer: Angel Abad <angelabad at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.4)
-Build-Depends-Indep: python-support (>= 0.90)
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3)
Standards-Version: 3.9.1
Homepage: http://wiki.github.com/jorgebastida/django-dajaxice
Vcs-Svn: svn://svn.debian.org/python-modules/packages/dajaxice/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/dajaxice/trunk/
+X-Python-Version: >= 2.4
DM-Upload-Allowed: yes
Package: python-django-dajaxice
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1.0)
+Breaks: ${python:Breaks}
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.
Deleted: packages/dajaxice/trunk/debian/pyversions
===================================================================
--- packages/dajaxice/trunk/debian/pyversions 2011-02-07 13:11:34 UTC (rev 15509)
+++ packages/dajaxice/trunk/debian/pyversions 2011-02-07 13:14:18 UTC (rev 15510)
@@ -1 +0,0 @@
-2.4-
Modified: packages/dajaxice/trunk/debian/rules
===================================================================
--- packages/dajaxice/trunk/debian/rules 2011-02-07 13:11:34 UTC (rev 15509)
+++ packages/dajaxice/trunk/debian/rules 2011-02-07 13:14:18 UTC (rev 15510)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list