[Python-apps-commits] r14397 - in packages/kupfer/trunk/debian (changelog rules)

hle at users.alioth.debian.org hle at users.alioth.debian.org
Sun Sep 24 18:37:58 UTC 2017


    Date: Sunday, September 24, 2017 @ 18:37:57
  Author: hle
Revision: 14397

Build and install documentation in dh_installdocs instead of dh_auto_install

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

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2017-09-24 18:30:09 UTC (rev 14396)
+++ packages/kupfer/trunk/debian/changelog	2017-09-24 18:37:57 UTC (rev 14397)
@@ -5,6 +5,9 @@
     - Bump Standards-Version to 4.1.0.
     - Add missing dh-python Build-Dependency.
   * Remove useless README.rst line from debian/docs.
+  * debian/rules:
+    - Build and install documentation in dh_installdocs instead of
+      dh_auto_install.
 
  -- Hugo Lefeuvre <hle at debian.org>  Sun, 24 Sep 2017 18:26:06 +0200
 

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2017-09-24 18:30:09 UTC (rev 14396)
+++ packages/kupfer/trunk/debian/rules	2017-09-24 18:37:57 UTC (rev 14397)
@@ -20,6 +20,9 @@
 	rm -f $(CURDIR)/debian/kupfer/usr/share/kupfer/kupfer/kupfer
 	rm -f $(CURDIR)/debian/kupfer/usr/share/gnome/help/kupfer/*/license.page
 	rm -f $(CURDIR)/debian/kupfer/usr/share/kupfer/art/COPYING
+
+override_dh_installdocs:
+	dh_installdocs
 	make -C Documentation
 	rst2man Documentation/Manpage.rst build/kupfer.1
 




More information about the Python-apps-commits mailing list