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

Pino Toscano pino at moszumanska.debian.org
Sat Sep 30 06:46:25 UTC 2017


Author: pino
Date: 2017-09-30 06:46:24 +0000 (Sat, 30 Sep 2017)
New Revision: 20844

Removed:
   kde-extras/icecream/trunk/debian/icecc.manpages
   kde-extras/icecream/trunk/debian/man/
Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/rules
Log:
drop local icecc-create-env manpage

upstream ships one now


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2017-09-30 06:43:03 UTC (rev 20843)
+++ kde-extras/icecream/trunk/debian/changelog	2017-09-30 06:46:24 UTC (rev 20844)
@@ -10,6 +10,8 @@
   * Explicitly use the autoreconf dh addon, since the files generated by
     autotools are no more shipped.
   * Do not run the test suite, since it is not easy to do so for now.
+  * Drop our local man page of icecc-create-env (and the associated build
+    machinery), since upstream ships it now.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 30 Sep 2017 08:05:56 +0200
 

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2017-09-30 06:43:03 UTC (rev 20843)
+++ kde-extras/icecream/trunk/debian/rules	2017-09-30 06:46:24 UTC (rev 20844)
@@ -8,20 +8,9 @@
 %:
 	dh $@ --parallel --with autotools_dev,autoreconf
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf debian/out
-
 override_dh_auto_configure:
 	dh_auto_configure -- --libexecdir='$${prefix}/lib'
 
-override_dh_auto_build:
-	dh_auto_build
-	mkdir -p debian/out
-	cd debian/out && for i in ../man/*.xml; do \
-		/usr/bin/docbook2x-man $$i; \
-	done
-
 override_dh_auto_install:
 	dh_auto_install
 	# remove libtool file




More information about the pkg-kde-commits mailing list