[Python-apps-commits] r12845 - in packages/hovercraft/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Feb 29 18:03:18 UTC 2016


    Date: Monday, February 29, 2016 @ 18:03:18
  Author: danstender-guest
Revision: 12845

deb/rules: dropped check for nodocs in DEB_BUILD_OPTIONS

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

Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog	2016-02-29 17:57:20 UTC (rev 12844)
+++ packages/hovercraft/trunk/debian/changelog	2016-02-29 18:03:18 UTC (rev 12845)
@@ -9,8 +9,10 @@
   * deb/copyright:
     + dropped Files-Excluded (targets removed upstream).
     + updated email address and copyright span.
+  * deb/rules:
+    + dropped check for nodocs in DEB_BUILD_OPTIONS (obsolete).
 
- -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 18:55:54 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:01:21 +0100
 
 hovercraft (2.0+dfsg-1) unstable; urgency=low
 

Modified: packages/hovercraft/trunk/debian/rules
===================================================================
--- packages/hovercraft/trunk/debian/rules	2016-02-29 17:57:20 UTC (rev 12844)
+++ packages/hovercraft/trunk/debian/rules	2016-02-29 18:03:18 UTC (rev 12845)
@@ -24,10 +24,8 @@
 	find debian/hovercraft -name impress.js -exec ln -sfv /usr/share/javascript/impress/impress.js '{}' \;
 
 override_dh_installdocs:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. sphinx-build -N -bhtml docs debian/hovercraft/usr/share/doc/hovercraft/html
 	dh_installdocs
-endif
 
 override_dh_installman:
 	PYTHONPATH=. sphinx-build -N -bman -D today_fmt="$(DEBDATE)" docs .pybuild




More information about the Python-apps-commits mailing list