[Python-apps-commits] r12752 - in packages/prospector/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Jan 31 15:11:09 UTC 2016


    Date: Sunday, January 31, 2016 @ 15:11:08
  Author: danstender-guest
Revision: 12752

deb/rules: dropped nodocs option in dh_installdocs override

Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/rules

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2016-01-31 15:06:00 UTC (rev 12751)
+++ packages/prospector/trunk/debian/changelog	2016-01-31 15:11:08 UTC (rev 12752)
@@ -5,13 +5,15 @@
     + add sphinx-argparse to build-deps.
     + added vulture, python-pyroma and frosted to Recommends.
     + updated description (Vulture and Pyroma available now).
+  * deb/rules:
+    + dropped nodocs option in dh_installdocs override (obsolete).
   * deb/prospector.txt: added info on how to run with the additional tools.
   * Dropped:
     + docs-no-sphinx-argparse.patch (sphinx-argparse available now).
     + docs-correct-some-flaws.patch (applied upstream).
   * Updated remaining patches.
 
- -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 16:05:12 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sun, 31 Jan 2016 16:09:11 +0100
 
 prospector (0.10.1+git20150706.a00e191-1) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/rules
===================================================================
--- packages/prospector/trunk/debian/rules	2016-01-31 15:06:00 UTC (rev 12751)
+++ packages/prospector/trunk/debian/rules	2016-01-31 15:11:08 UTC (rev 12752)
@@ -19,11 +19,9 @@
 	python setup.py install --root=debian/prospector --install-layout=deb --install-lib=/usr/share/prospector --install-scripts=/usr/share/prospector
 
 override_dh_installdocs:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	pandoc -f markdown_github -t plain -o .pybuild/README README.md
 	dh_installdocs .pybuild/README
 	PYTHONPATH=. sphinx-build -N -bhtml docs/ debian/prospector/usr/share/doc/prospector/html/
-endif
 
 override_dh_installchangelogs:
 	pandoc -f markdown_github -t plain -o .pybuild/CHANGELOG CHANGELOG.md




More information about the Python-apps-commits mailing list