[Python-modules-commits] r32774 - in packages/python-django-contact-form/trunk/debian (3 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sun May 24 15:24:52 UTC 2015


    Date: Sunday, May 24, 2015 @ 15:24:51
  Author: asb
Revision: 32774

Build Python 3 package (Closes: #782936).

Modified:
  packages/python-django-contact-form/trunk/debian/changelog
  packages/python-django-contact-form/trunk/debian/control
  packages/python-django-contact-form/trunk/debian/rules

Modified: packages/python-django-contact-form/trunk/debian/changelog
===================================================================
--- packages/python-django-contact-form/trunk/debian/changelog	2015-05-24 15:09:06 UTC (rev 32773)
+++ packages/python-django-contact-form/trunk/debian/changelog	2015-05-24 15:24:51 UTC (rev 32774)
@@ -1,8 +1,10 @@
-python-django-contact-form (0+hg65-2) UNRELEASED; urgency=medium
+python-django-contact-form (1.0-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Use pypi.debian.net redirector in debian/watch. 
+  * Build Python 3 package (Closes: #782936).
 
- -- Andrew Starr-Bochicchio <asb at debian.org>  Sun, 24 May 2015 11:08:37 -0400
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Sun, 24 May 2015 11:09:38 -0400
 
 python-django-contact-form (0+hg65-1) unstable; urgency=low
 

Modified: packages/python-django-contact-form/trunk/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control	2015-05-24 15:09:06 UTC (rev 32773)
+++ packages/python-django-contact-form/trunk/debian/control	2015-05-24 15:24:51 UTC (rev 32774)
@@ -3,12 +3,19 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Christophe Siraut <d at tobald.eu.org>
-Build-Depends: debhelper (>= 7), dh-python, python-all (>= 2.6.6-3~), python-setuptools, quilt
+Build-Depends: debhelper (>= 7),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python3-all,
+               python-setuptools,
+               python3-setuptools,
+               quilt
 Standards-Version: 3.9.5
 Homepage: http://bitbucket.org/ubernostrum/django-contact-form/overview/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-contact-form/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-contact-form/trunk/
 X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 
 Package: python-django-contact-form
 Architecture: all
@@ -19,3 +26,15 @@
  appropriate templates have been written, will email site administrators when
  the form is submitted. The form and view used are designed to be extensible and
  allow for easy adaptation to more complex needs.
+
+Package: python3-django-contact-form
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Description: extensible contact-form application for Django (Python 3)
+ This is a reusable application which simplifies including a contact form within
+ Django, the Python web framework. It provides a basic contact form which, once
+ appropriate templates have been written, will email site administrators when
+ the form is submitted. The form and view used are designed to be extensible and
+ allow for easy adaptation to more complex needs.
+ .
+ This package installs the library for Python 3.
\ No newline at end of file

Modified: packages/python-django-contact-form/trunk/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules	2015-05-24 15:09:06 UTC (rev 32773)
+++ packages/python-django-contact-form/trunk/debian/rules	2015-05-24 15:24:51 UTC (rev 32774)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
-export PYBUILD_NAME=contact_form
+export PYBUILD_NAME=django-contact-form
 export PYBUILD_SYSTEM=distutils
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 get-orig-source:
 	hg clone https://bitbucket.org/ubernostrum/django-contact-form/




More information about the Python-modules-commits mailing list