[Python-modules-commits] r29575 - in packages/django-ajax-selects/trunk/debian (3 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jul 2 05:57:51 UTC 2014
Date: Wednesday, July 2, 2014 @ 05:57:50
Author: bam
Revision: 29575
Python3 package.
Modified:
packages/django-ajax-selects/trunk/debian/changelog
packages/django-ajax-selects/trunk/debian/control
packages/django-ajax-selects/trunk/debian/rules
Modified: packages/django-ajax-selects/trunk/debian/changelog
===================================================================
--- packages/django-ajax-selects/trunk/debian/changelog 2014-07-02 05:24:52 UTC (rev 29574)
+++ packages/django-ajax-selects/trunk/debian/changelog 2014-07-02 05:57:50 UTC (rev 29575)
@@ -1,3 +1,9 @@
+django-ajax-selects (1.3.4-2) unstable; urgency=low
+
+ * Python3 package.
+
+ -- Brian May <bam at debian.org> Wed, 02 Jul 2014 15:48:03 +1000
+
django-ajax-selects (1.3.4-1) unstable; urgency=low
* New upstream release.
Modified: packages/django-ajax-selects/trunk/debian/control
===================================================================
--- packages/django-ajax-selects/trunk/debian/control 2014-07-02 05:24:52 UTC (rev 29574)
+++ packages/django-ajax-selects/trunk/debian/control 2014-07-02 05:57:50 UTC (rev 29575)
@@ -3,7 +3,9 @@
Priority: optional
Maintainer: Brian May <bam at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=8.1.0), python (>= 2.6.6-3~), python-setuptools
+Build-Depends: debhelper (>=8.1.0), dh-python,
+ python-all (>= 2.6.6-3~), python-setuptools,
+ python3-all, python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: https://github.com/crucialfelix/django-ajax-selects
@@ -14,13 +16,22 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django
Recommends: libjs-jquery, libjs-jquery-ui
-Suggests: python-ajax-select-doc
Replaces: django-ajax-selects (<< 1.2.5-4)
Breaks: django-ajax-selects (<< 1.2.5-4)
Description: Django library for editing fields with autocomplete
Enables editing of ForeignKey, ManyToMany and simple text fields using the
Autocomplete - jQuery plugin.
+Package: python3-ajax-select
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django
+Recommends: libjs-jquery, libjs-jquery-ui
+Replaces: django-ajax-selects (<< 1.2.5-4)
+Breaks: django-ajax-selects (<< 1.2.5-4)
+Description: Django library for editing fields with autocomplete
+ Enables editing of ForeignKey, ManyToMany and simple text fields using the
+ Autocomplete - jQuery plugin.
+
Package: django-ajax-selects
Depends: python-ajax-select, ${misc:Depends}
Architecture: all
Modified: packages/django-ajax-selects/trunk/debian/rules
===================================================================
--- packages/django-ajax-selects/trunk/debian/rules 2014-07-02 05:24:52 UTC (rev 29574)
+++ packages/django-ajax-selects/trunk/debian/rules 2014-07-02 05:57:50 UTC (rev 29575)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
+export PYBUILD_NAME=ajax-select
+
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list