[Python-modules-commits] r28656 - in packages/python-django-contact-form/trunk/debian (3 files)
tobald-guest at users.alioth.debian.org
tobald-guest at users.alioth.debian.org
Sat Apr 26 11:56:59 UTC 2014
Date: Saturday, April 26, 2014 @ 11:56:58
Author: tobald-guest
Revision: 28656
* Fix documentation paths
* Bump standards version to 3.9.5 without further change
* Fix description (spam detection was dropped)
* Use pybuild
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 2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/trunk/debian/changelog 2014-04-26 11:56:58 UTC (rev 28656)
@@ -1,4 +1,4 @@
-python-django-contact-form (0+hg65-1) UNRELEASED; urgency=low
+python-django-contact-form (0+hg65-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields
@@ -8,12 +8,13 @@
* New maintainer is Debian Python Modules Team (Closes: #705275)
* Add Christophe Siraut to Uploaders
* Disable obsolete add_form_args patch
- * Fix dh_installdocs paths
+ * Fix documentation paths
* Add README.source
- * Add build-arch and buildindep targets
- * Bump standards version to 3.9.4 without further change
+ * Bump standards version to 3.9.5 without further change
+ * Fix description (spam detection was dropped)
+ * Use pybuild
- -- Christophe Siraut <d at tobald.eu.org> Fri, 25 Apr 2014 16:50:19 +0200
+ -- Christophe Siraut <d at tobald.eu.org> Sat, 26 Apr 2014 13:51:08 +0200
python-django-contact-form (0+hg61-2) unstable; urgency=low
Modified: packages/python-django-contact-form/trunk/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control 2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/trunk/debian/control 2014-04-26 11:56:58 UTC (rev 28656)
@@ -3,21 +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), python, python-support, quilt
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7), dh-python, python-all (>= 2.6.6-3~), 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
Package: python-django-contact-form
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: extensible contact-form application for Django
This is a reusable application which simplifies including a contact form within
- Django, the Python web framework. Out of the box 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 to allow for easy
- adaptation to more complex needs. It also features built-in integration with
- the Akismet web service, to simplify spam filtering.
+ 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.
Modified: packages/python-django-contact-form/trunk/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules 2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/trunk/debian/rules 2014-04-26 11:56:58 UTC (rev 28656)
@@ -1,28 +1,11 @@
#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export PYBUILD_NAME=contact_form
+export PYBUILD_SYSTEM=distutils
+export PYBUILD_DISABLE=clean
+%:
+ dh $@ --with python2 --buildsystem=pybuild
-include /usr/share/quilt/quilt.make
-
-clean: unpatch
- dh $@
-
-build: patch
- dh $@
-
-build-arch: build
-
-build-indep: build
-
-install: build
- dh $@
-
-binary-indep: install
- dh $@
-
-binary-arch:
-
-binary: binary-arch binary-indep
- dh $@
-
get-orig-source:
hg clone https://bitbucket.org/ubernostrum/django-contact-form/
set -e; \
More information about the Python-modules-commits
mailing list