[Python-modules-commits] r16809 - in packages/python-tidylib/trunk/debian (5 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Thu Apr 28 22:48:49 UTC 2011


    Date: Thursday, April 28, 2011 @ 22:48:48
  Author: janos-guest
Revision: 16809

Updated to be DFSG compatible

Modified:
  packages/python-tidylib/trunk/debian/changelog
  packages/python-tidylib/trunk/debian/control
  packages/python-tidylib/trunk/debian/docs
  packages/python-tidylib/trunk/debian/rules
  packages/python-tidylib/trunk/debian/watch

Modified: packages/python-tidylib/trunk/debian/changelog
===================================================================
--- packages/python-tidylib/trunk/debian/changelog	2011-04-28 19:29:03 UTC (rev 16808)
+++ packages/python-tidylib/trunk/debian/changelog	2011-04-28 22:48:48 UTC (rev 16809)
@@ -1,5 +1,5 @@
-python-tidylib (0.2.1-1) unstable; urgency=low
+python-tidylib (0.2.1~dfsg-1) unstable; urgency=low
 
   * Initial release. (Closes: #623016)
 
- -- Janos Guljas <janos at resenje.org>  Sat, 16 Apr 2011 17:44:16 +0200
+ -- Janos Guljas <janos at resenje.org>  Fri, 29 Apr 2011 00:03:51 +0200

Modified: packages/python-tidylib/trunk/debian/control
===================================================================
--- packages/python-tidylib/trunk/debian/control	2011-04-28 19:29:03 UTC (rev 16808)
+++ packages/python-tidylib/trunk/debian/control	2011-04-28 22:48:48 UTC (rev 16809)
@@ -3,7 +3,9 @@
 Priority: optional
 Maintainer: Janos Guljas <janos at resenje.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools,
+ python-sphinx, texlive-latex-base, texlive-latex-recommended,
+ texlive-latex-extra, texlive-fonts-recommended
 Standards-Version: 3.9.2
 Homepage: http://countergram.com/open-source/pytidylib/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tidylib/trunk

Modified: packages/python-tidylib/trunk/debian/docs
===================================================================
--- packages/python-tidylib/trunk/debian/docs	2011-04-28 19:29:03 UTC (rev 16808)
+++ packages/python-tidylib/trunk/debian/docs	2011-04-28 22:48:48 UTC (rev 16809)
@@ -1,2 +1,3 @@
 README
 debian/html
+debian/latex/pytidylib.pdf

Modified: packages/python-tidylib/trunk/debian/rules
===================================================================
--- packages/python-tidylib/trunk/debian/rules	2011-04-28 19:29:03 UTC (rev 16808)
+++ packages/python-tidylib/trunk/debian/rules	2011-04-28 22:48:48 UTC (rev 16809)
@@ -5,13 +5,17 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	cp -a docs/html debian
+	sphinx-build -b latex docs/rst debian/latex
+	make -C debian/latex all-pdf
+	sphinx-build -b html docs/rst debian/html
 	rm -rf debian/html/_sources/
-	rm -f debian/python-pymongo-doc/usr/share/doc/python-tidylib/html/_static/jquery.js
-	rm -rf debian/python-pymongo-doc/usr/share/doc/python-tidylib/html/.doctrees
+	rm -f debian/html/_static/jquery.js
+	rm -f debian/html/._index.html
+	rm -rf debian/html/.doctrees
 
 override_dh_auto_clean:
 	rm -rf debian/html
+	rm -rf debian/latex
 	find docs -name "*.pyc" -exec rm -rf {} +
 	dh_auto_clean
 

Modified: packages/python-tidylib/trunk/debian/watch
===================================================================
--- packages/python-tidylib/trunk/debian/watch	2011-04-28 19:29:03 UTC (rev 16808)
+++ packages/python-tidylib/trunk/debian/watch	2011-04-28 22:48:48 UTC (rev 16809)
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/~dfsg\.\d+$// \
 http://githubredir.debian.net/github/countergram/pytidylib /github/countergram/pytidylib/(.+).tar.gz




More information about the Python-modules-commits mailing list