[Python-modules-commits] r24699 - in packages/django-filter/trunk/debian (7 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Jun 7 10:27:48 UTC 2013


    Date: Friday, June 7, 2013 @ 10:27:39
  Author: fladi-guest
Revision: 24699

Switch to dh_python2 and ship documentation in -doc, set Uploaders to DPMT.

Added:
  packages/django-filter/trunk/debian/python-django-filter-doc.doc-base
  packages/django-filter/trunk/debian/python-django-filter-doc.docs
  packages/django-filter/trunk/debian/python-django-filter-doc.links
  packages/django-filter/trunk/debian/python-django-filter.docs
  packages/django-filter/trunk/debian/python-django-filter.install
Modified:
  packages/django-filter/trunk/debian/control
  packages/django-filter/trunk/debian/rules

Modified: packages/django-filter/trunk/debian/control
===================================================================
--- packages/django-filter/trunk/debian/control	2013-06-07 10:23:46 UTC (rev 24698)
+++ packages/django-filter/trunk/debian/control	2013-06-07 10:27:39 UTC (rev 24699)
@@ -2,13 +2,42 @@
 Section: python
 Priority: optional
 Maintainer: Brian May <bam at debian.org>
-Build-Depends: debhelper (>=7.0.0), python (>= 2.4), python-support (>= 0.6), cdbs (>= 0.4.49), python-setuptools
-Standards-Version: 3.9.2
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>=8.1.0),
+               python-all (>= 2.6.6-3~),
+               python-django (>= 1.4.5),
+               python-setuptools
+Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: http://github.com/alex/django-filter
 
+Package: python-django-filter
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5)
+Suggests: python-django-filter-doc
+Replaces: django-filter (<< 0.6)
+Breaks: django-filter (<< 0.6)
+Description: filter Django QuerySets based on user selections
+ Django-filter is a generic, reusable application to alleviate some of the more
+ mundane bits of view code. Specifically allowing the users to filter down a
+ queryset based on a model’s fields and displaying the form to let them do this.
+
+Package: python-django-filter-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: filter Django QuerySets based on user selections (Documentation)
+ Django-filter is a generic, reusable application to alleviate some of the more
+ mundane bits of view code. Specifically allowing the users to filter down a
+ queryset based on a model’s fields and displaying the form to let them do this.
+ .
+ This package contains the documentation.
+
 Package: django-filter
+Depends: python-django-filter, ${misc:Depends}
 Architecture: all
-Homepage: http://github.com/alex/django-filter
-Depends: ${misc:Depends}, ${python:Depends}, python-django
-Description: Django library for filtering Django QuerySets based on user selections
- A reusable Django application for allowing programmers to filter queryset
- dynamically.
+Priority: extra
+Section: oldlibs
+Description: filter Django QuerySets based on user selections (transitional package)
+ This is a dummy package to aid switching to python-django-filter.

Added: packages/django-filter/trunk/debian/python-django-filter-doc.doc-base
===================================================================
--- packages/django-filter/trunk/debian/python-django-filter-doc.doc-base	                        (rev 0)
+++ packages/django-filter/trunk/debian/python-django-filter-doc.doc-base	2013-06-07 10:27:39 UTC (rev 24699)
@@ -0,0 +1,9 @@
+Document: python-django-filter
+Title: Python django-filter Documentation
+Author: Alex Gaynor
+Abstract: This documentation gives an introduction to django-filter.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-filter-doc/html/index.html
+Files: /usr/share/doc/python-django-filter-doc/html/*.html

Added: packages/django-filter/trunk/debian/python-django-filter-doc.docs
===================================================================
--- packages/django-filter/trunk/debian/python-django-filter-doc.docs	                        (rev 0)
+++ packages/django-filter/trunk/debian/python-django-filter-doc.docs	2013-06-07 10:27:39 UTC (rev 24699)
@@ -0,0 +1 @@
+docs/.build/html

Added: packages/django-filter/trunk/debian/python-django-filter-doc.links
===================================================================
--- packages/django-filter/trunk/debian/python-django-filter-doc.links	                        (rev 0)
+++ packages/django-filter/trunk/debian/python-django-filter-doc.links	2013-06-07 10:27:39 UTC (rev 24699)
@@ -0,0 +1 @@
+usr/share/doc/python-django-filter-doc/html/_sources usr/share/doc/python-django-filter-doc/rst

Added: packages/django-filter/trunk/debian/python-django-filter.docs
===================================================================
--- packages/django-filter/trunk/debian/python-django-filter.docs	                        (rev 0)
+++ packages/django-filter/trunk/debian/python-django-filter.docs	2013-06-07 10:27:39 UTC (rev 24699)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-filter/trunk/debian/python-django-filter.install
===================================================================
--- packages/django-filter/trunk/debian/python-django-filter.install	                        (rev 0)
+++ packages/django-filter/trunk/debian/python-django-filter.install	2013-06-07 10:27:39 UTC (rev 24699)
@@ -0,0 +1 @@
+usr/

Modified: packages/django-filter/trunk/debian/rules
===================================================================
--- packages/django-filter/trunk/debian/rules	2013-06-07 10:23:46 UTC (rev 24698)
+++ packages/django-filter/trunk/debian/rules	2013-06-07 10:27:39 UTC (rev 24699)
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-DEB_PYTHON_SYSTEM := pysupport
+%:
+	dh $@ --with python2,sphinxdoc
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
+	dh_auto_build
+




More information about the Python-modules-commits mailing list