rev 19543 - kde-extras/icecream/trunk/debian

Pino Toscano pino at alioth.debian.org
Thu May 23 21:20:31 UTC 2013


Author: pino
Date: 2013-05-23 21:20:30 +0000 (Thu, 23 May 2013)
New Revision: 19543

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/rules
Log:
generate the Debian-provided man pages at build time

... instead of at configure time


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2013-05-23 21:14:25 UTC (rev 19542)
+++ kde-extras/icecream/trunk/debian/changelog	2013-05-23 21:20:30 UTC (rev 19543)
@@ -16,6 +16,8 @@
   * Remove the Debian-provided man pages of icecc, iceccd, and icecc-scheduler;
     make use of their version shipped upstream.
   * Export V=1 to make the build verbose.
+  * Generate the Debian-provided man pages at build time, instead of at
+    configure time.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 23 May 2013 20:48:57 +0200
 

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2013-05-23 21:14:25 UTC (rev 19542)
+++ kde-extras/icecream/trunk/debian/rules	2013-05-23 21:20:30 UTC (rev 19543)
@@ -9,6 +9,9 @@
 override_dh_auto_configure:
 	autoreconf --verbose --force --install
 	dh_auto_configure -- --libexecdir='$${prefix}/lib'
+
+override_dh_auto_build:
+	dh_auto_build
 	for i in debian/man/*.xml; do \
 		/usr/bin/docbook2x-man $$i; \
 	done




More information about the pkg-kde-commits mailing list