[Python-modules-commits] r28658 - in packages/python-django-contact-form/tags (7 files)

tobald-guest at users.alioth.debian.org tobald-guest at users.alioth.debian.org
Sat Apr 26 11:57:41 UTC 2014


    Date: Saturday, April 26, 2014 @ 11:57:40
  Author: tobald-guest
Revision: 28658

[svn-buildpackage] Tagging python-django-contact-form 0+hg65-1

Added:
  packages/python-django-contact-form/tags/0+hg65-1/
  packages/python-django-contact-form/tags/0+hg65-1/debian/changelog
    (from rev 28656, packages/python-django-contact-form/trunk/debian/changelog)
  packages/python-django-contact-form/tags/0+hg65-1/debian/control
    (from rev 28656, packages/python-django-contact-form/trunk/debian/control)
  packages/python-django-contact-form/tags/0+hg65-1/debian/rules
    (from rev 28656, packages/python-django-contact-form/trunk/debian/rules)
Deleted:
  packages/python-django-contact-form/tags/0+hg65-1/debian/changelog
  packages/python-django-contact-form/tags/0+hg65-1/debian/control
  packages/python-django-contact-form/tags/0+hg65-1/debian/rules

Deleted: packages/python-django-contact-form/tags/0+hg65-1/debian/changelog
===================================================================
--- packages/python-django-contact-form/trunk/debian/changelog	2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/changelog	2014-04-26 11:57:40 UTC (rev 28658)
@@ -1,32 +0,0 @@
-python-django-contact-form (0+hg65-1) UNRELEASED; urgency=low
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields
-
-  [ Christophe Siraut ]
-  * New upstream release
-  * New maintainer is Debian Python Modules Team (Closes: #705275)
-  * Add Christophe Siraut to Uploaders
-  * Disable obsolete add_form_args patch
-  * Fix dh_installdocs paths
-  * Add README.source
-  * Add build-arch and buildindep targets
-  * Bump standards version to 3.9.4 without further change
-
- -- Christophe Siraut <d at tobald.eu.org>  Fri, 25 Apr 2014 16:50:19 +0200
-
-python-django-contact-form (0+hg61-2) unstable; urgency=low
-
-  * Fixed get-orig-source rule so that the source directory is named correctly.
-  * Added 01-add_form_args.diff patch. (Closes: #526451)
-  * Bumped Standards-Version.
-  * Added Debian Python Modules Team to Uploaders, and updated Vcs-* fields to
-    point to DPMT SVN.
-
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 01 May 2009 11:40:39 +0100
-
-python-django-contact-form (0+hg61-1) unstable; urgency=low
-
-  * Initial release. (Closes: #518460)
-
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 06 Mar 2009 10:41:37 +0000

Copied: packages/python-django-contact-form/tags/0+hg65-1/debian/changelog (from rev 28656, packages/python-django-contact-form/trunk/debian/changelog)
===================================================================
--- packages/python-django-contact-form/tags/0+hg65-1/debian/changelog	                        (rev 0)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/changelog	2014-04-26 11:57:40 UTC (rev 28658)
@@ -0,0 +1,33 @@
+python-django-contact-form (0+hg65-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields
+
+  [ Christophe Siraut ]
+  * New upstream release
+  * New maintainer is Debian Python Modules Team (Closes: #705275)
+  * Add Christophe Siraut to Uploaders
+  * Disable obsolete add_form_args patch
+  * Fix documentation paths
+  * Add README.source
+  * 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>  Sat, 26 Apr 2014 13:51:08 +0200
+
+python-django-contact-form (0+hg61-2) unstable; urgency=low
+
+  * Fixed get-orig-source rule so that the source directory is named correctly.
+  * Added 01-add_form_args.diff patch. (Closes: #526451)
+  * Bumped Standards-Version.
+  * Added Debian Python Modules Team to Uploaders, and updated Vcs-* fields to
+    point to DPMT SVN.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 01 May 2009 11:40:39 +0100
+
+python-django-contact-form (0+hg61-1) unstable; urgency=low
+
+  * Initial release. (Closes: #518460)
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 06 Mar 2009 10:41:37 +0000

Deleted: packages/python-django-contact-form/tags/0+hg65-1/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control	2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/control	2014-04-26 11:57:40 UTC (rev 28658)
@@ -1,23 +0,0 @@
-Source: python-django-contact-form
-Section: python
-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
-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/
-
-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.

Copied: packages/python-django-contact-form/tags/0+hg65-1/debian/control (from rev 28656, packages/python-django-contact-form/trunk/debian/control)
===================================================================
--- packages/python-django-contact-form/tags/0+hg65-1/debian/control	                        (rev 0)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/control	2014-04-26 11:57:40 UTC (rev 28658)
@@ -0,0 +1,21 @@
+Source: python-django-contact-form
+Section: python
+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~), 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. 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.

Deleted: packages/python-django-contact-form/tags/0+hg65-1/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules	2014-04-25 22:22:37 UTC (rev 28655)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/rules	2014-04-26 11:57:40 UTC (rev 28658)
@@ -1,34 +0,0 @@
-#!/usr/bin/make -f
-
-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; \
-	revno=`hg tip --template "{rev}" -R django-contact-form` \
-	dirname=python-django-contact-form-0+hg$$revno; \
-	hg archive -R django-contact-form $$dirname; \
-	rm $$dirname/.hg*; \
-	tar zcf python-django-contact-form_0+hg$$revno.orig.tar.gz $$dirname; \
-	rm -rf django-contact-form $$dirname

Copied: packages/python-django-contact-form/tags/0+hg65-1/debian/rules (from rev 28656, packages/python-django-contact-form/trunk/debian/rules)
===================================================================
--- packages/python-django-contact-form/tags/0+hg65-1/debian/rules	                        (rev 0)
+++ packages/python-django-contact-form/tags/0+hg65-1/debian/rules	2014-04-26 11:57:40 UTC (rev 28658)
@@ -0,0 +1,17 @@
+#!/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
+
+get-orig-source:
+	hg clone https://bitbucket.org/ubernostrum/django-contact-form/
+	set -e; \
+	revno=`hg tip --template "{rev}" -R django-contact-form` \
+	dirname=python-django-contact-form-0+hg$$revno; \
+	hg archive -R django-contact-form $$dirname; \
+	rm $$dirname/.hg*; \
+	tar zcf python-django-contact-form_0+hg$$revno.orig.tar.gz $$dirname; \
+	rm -rf django-contact-form $$dirname




More information about the Python-modules-commits mailing list