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

Pino Toscano pino at moszumanska.debian.org
Sat Sep 30 06:42:04 UTC 2017


Author: pino
Date: 2017-09-30 06:42:04 +0000 (Sat, 30 Sep 2017)
New Revision: 20842

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/rules
Log:
use autoreconf dh addon


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2017-09-30 06:40:25 UTC (rev 20841)
+++ kde-extras/icecream/trunk/debian/changelog	2017-09-30 06:42:04 UTC (rev 20842)
@@ -7,6 +7,8 @@
   * Add required build dependencies: liblzo2-dev, and libcap-ng-dev (on Linux
     only); add them also as dependencies of libicecc-dev, since the static
     library will use them.
+  * Explicitly use the autoreconf dh addon, since the files generated by
+    autotools are no more shipped.
 
  -- 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:40:25 UTC (rev 20841)
+++ kde-extras/icecream/trunk/debian/rules	2017-09-30 06:42:04 UTC (rev 20842)
@@ -6,7 +6,7 @@
 export V=1
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autotools_dev,autoreconf
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the pkg-kde-commits mailing list