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

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Thu Aug 28 18:35:04 UTC 2008


    Date: Thursday, August 28, 2008 @ 18:35:02
  Author: netzwurm
Revision: 6390

remove build of dvi

Modified:
  packages/python-django/trunk/debian/python-django-doc.doc-base
  packages/python-django/trunk/debian/python-django-doc.install
  packages/python-django/trunk/debian/rules

Modified: packages/python-django/trunk/debian/python-django-doc.doc-base
===================================================================
--- packages/python-django/trunk/debian/python-django-doc.doc-base	2008-08-28 18:07:47 UTC (rev 6389)
+++ packages/python-django/trunk/debian/python-django-doc.doc-base	2008-08-28 18:35:02 UTC (rev 6390)
@@ -24,6 +24,3 @@
 
 Format: PostScript
 Files: /usr/share/doc/python-django-doc/django.ps.gz
-
-Format: DVI
-Files: /usr/share/doc/python-django-doc/django.dvi.gz

Modified: packages/python-django/trunk/debian/python-django-doc.install
===================================================================
--- packages/python-django/trunk/debian/python-django-doc.install	2008-08-28 18:07:47 UTC (rev 6389)
+++ packages/python-django/trunk/debian/python-django-doc.install	2008-08-28 18:35:02 UTC (rev 6390)
@@ -1,6 +1,5 @@
 docs/_build/html/* usr/share/doc/python-django-doc/html/
 docs/_build/latex/django.pdf usr/share/doc/python-django-doc/
-docs/_build/latex/django.dvi usr/share/doc/python-django-doc/
 docs/_build/latex/django.ps usr/share/doc/python-django-doc/
 docs/_build/latex/*.tex usr/share/doc/python-django-doc/latex/
 docs/_build/latex/*.sty usr/share/doc/python-django-doc/latex/

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2008-08-28 18:07:47 UTC (rev 6389)
+++ packages/python-django/trunk/debian/rules	2008-08-28 18:35:02 UTC (rev 6390)
@@ -28,7 +28,9 @@
 	cd docs && make html
 	cd docs && make latex
 	cd docs/_build/latex && make all-pdf
-	#cd docs/_build/latex && make all-ps
+	# Something in that code forces pdf output so we have to 
+	# get our postscript from pdf:
+	cd docs/_build/latex && pdf2ps django.pdf
 
 clean::
 	rm -rf docs/_build/*




More information about the Python-modules-commits mailing list