[Python-modules-commits] r29016 - in packages/python-repoze.what/trunk/debian (5 files)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Thu May 22 01:17:37 UTC 2014
Date: Thursday, May 22, 2014 @ 01:17:36
Author: zigo
Revision: 29016
Using dh_sphinxdoc correctly. Not packaging README.txt which is a copy of long description.
Modified:
packages/python-repoze.what/trunk/debian/changelog
packages/python-repoze.what/trunk/debian/control
packages/python-repoze.what/trunk/debian/rules
Deleted:
packages/python-repoze.what/trunk/debian/docs
packages/python-repoze.what/trunk/debian/links
Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog 2014-05-22 01:17:32 UTC (rev 29015)
+++ packages/python-repoze.what/trunk/debian/changelog 2014-05-22 01:17:36 UTC (rev 29016)
@@ -4,6 +4,8 @@
* Ran wrap-and-sort.
* Switch away from CDBS, and now uses dh short style.
* Adds extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options.
+ * Using dh_sphinxdoc correctly. Not packaging README.txt which is the exact
+ copy of the long description.
-- Thomas Goirand <zigo at debian.org> Wed, 21 May 2014 23:09:11 +0000
Modified: packages/python-repoze.what/trunk/debian/control
===================================================================
--- packages/python-repoze.what/trunk/debian/control 2014-05-22 01:17:32 UTC (rev 29015)
+++ packages/python-repoze.what/trunk/debian/control 2014-05-22 01:17:36 UTC (rev 29016)
@@ -26,10 +26,10 @@
python-repoze.who (>= 1.0),
python-repoze.who-plugins,
python-zope.interface,
+ ${sphinxdoc:Depends},
${misc:Depends},
${python:Depends}
Recommends: python-pkg-resources
-Suggests: libjs-jquery
Description: authorization framework for Python WSGI applications
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
Deleted: packages/python-repoze.what/trunk/debian/docs
===================================================================
--- packages/python-repoze.what/trunk/debian/docs 2014-05-22 01:17:32 UTC (rev 29015)
+++ packages/python-repoze.what/trunk/debian/docs 2014-05-22 01:17:36 UTC (rev 29016)
@@ -1,2 +0,0 @@
-README.txt
-docs/build/html/
Deleted: packages/python-repoze.what/trunk/debian/links
===================================================================
--- packages/python-repoze.what/trunk/debian/links 2014-05-22 01:17:32 UTC (rev 29015)
+++ packages/python-repoze.what/trunk/debian/links 2014-05-22 01:17:36 UTC (rev 29016)
@@ -1 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-repoze.what/html/_static/jquery.js
Modified: packages/python-repoze.what/trunk/debian/rules
===================================================================
--- packages/python-repoze.what/trunk/debian/rules 2014-05-22 01:17:32 UTC (rev 29015)
+++ packages/python-repoze.what/trunk/debian/rules 2014-05-22 01:17:36 UTC (rev 29016)
@@ -19,5 +19,5 @@
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
- nosetests
+ PYTHONPATH=. nosetests
endif
More information about the Python-modules-commits
mailing list