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

tobald-guest at users.alioth.debian.org tobald-guest at users.alioth.debian.org
Fri Apr 25 15:32:23 UTC 2014


    Date: Friday, April 25, 2014 @ 15:32:22
  Author: tobald-guest
Revision: 28650

* Use canonical URIs for Vcs-* fields
* 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

Added:
  packages/python-django-contact-form/trunk/debian/README.source
Modified:
  packages/python-django-contact-form/trunk/debian/changelog
  packages/python-django-contact-form/trunk/debian/control
  packages/python-django-contact-form/trunk/debian/docs
  packages/python-django-contact-form/trunk/debian/patches/series
  packages/python-django-contact-form/trunk/debian/rules

Added: packages/python-django-contact-form/trunk/debian/README.source
===================================================================
--- packages/python-django-contact-form/trunk/debian/README.source	                        (rev 0)
+++ packages/python-django-contact-form/trunk/debian/README.source	2014-04-25 15:32:22 UTC (rev 28650)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Modified: packages/python-django-contact-form/trunk/debian/changelog
===================================================================
--- packages/python-django-contact-form/trunk/debian/changelog	2014-04-25 10:05:49 UTC (rev 28649)
+++ packages/python-django-contact-form/trunk/debian/changelog	2014-04-25 15:32:22 UTC (rev 28650)
@@ -1,9 +1,20 @@
-python-django-contact-form (0+hg61-3) UNRELEASED; urgency=low
+python-django-contact-form (0+hg65-1) UNRELEASED; urgency=low
 
-  * Use canonical URIs for Vcs-* fields.
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:21 +0200
+  [ 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.

Modified: packages/python-django-contact-form/trunk/debian/control
===================================================================
--- packages/python-django-contact-form/trunk/debian/control	2014-04-25 10:05:49 UTC (rev 28649)
+++ packages/python-django-contact-form/trunk/debian/control	2014-04-25 15:32:22 UTC (rev 28650)
@@ -1,10 +1,10 @@
 Source: python-django-contact-form
 Section: python
 Priority: optional
-Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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.8.1
+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/

Modified: packages/python-django-contact-form/trunk/debian/docs
===================================================================
--- packages/python-django-contact-form/trunk/debian/docs	2014-04-25 10:05:49 UTC (rev 28649)
+++ packages/python-django-contact-form/trunk/debian/docs	2014-04-25 15:32:22 UTC (rev 28650)
@@ -1,2 +1,3 @@
-README.txt
-docs/*
+README
+docs/*.rst
+docs/*.py

Modified: packages/python-django-contact-form/trunk/debian/patches/series
===================================================================
--- packages/python-django-contact-form/trunk/debian/patches/series	2014-04-25 10:05:49 UTC (rev 28649)
+++ packages/python-django-contact-form/trunk/debian/patches/series	2014-04-25 15:32:22 UTC (rev 28650)
@@ -1 +1 @@
-01-add_form_args.diff
+#01-add_form_args.diff

Modified: packages/python-django-contact-form/trunk/debian/rules
===================================================================
--- packages/python-django-contact-form/trunk/debian/rules	2014-04-25 10:05:49 UTC (rev 28649)
+++ packages/python-django-contact-form/trunk/debian/rules	2014-04-25 15:32:22 UTC (rev 28650)
@@ -8,6 +8,10 @@
 build: patch
 	dh $@
 
+build-arch: build
+
+build-indep: build
+
 install: build
 	dh $@
 




More information about the Python-modules-commits mailing list