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

Pino Toscano pino at moszumanska.debian.org
Wed Oct 4 05:51:39 UTC 2017


Author: pino
Date: 2017-10-04 05:51:39 +0000 (Wed, 04 Oct 2017)
New Revision: 20882

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/control
   kde-extras/icecream/trunk/debian/icecc.install
   kde-extras/icecream/trunk/debian/rules
Log:
enable wrapper symlinks for clang (#742607)

- pass --enable-clang-wrappers to configure
- install also the new files
- suggest clang (but only on amd64 and i386, since it is not available
  on every architecture) in icecc


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2017-10-04 05:41:07 UTC (rev 20881)
+++ kde-extras/icecream/trunk/debian/changelog	2017-10-04 05:51:39 UTC (rev 20882)
@@ -1,5 +1,11 @@
 icecc (1.1-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Enable the wrapper symlinks for clang: (Closes: #742607)
+    - pass --enable-clang-wrappers to configure
+    - install also the new files
+    - suggest clang (but only on amd64 and i386, since it is not available on
+      every architecture) in icecc
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 04 Oct 2017 07:40:52 +0200
 

Modified: kde-extras/icecream/trunk/debian/control
===================================================================
--- kde-extras/icecream/trunk/debian/control	2017-10-04 05:41:07 UTC (rev 20881)
+++ kde-extras/icecream/trunk/debian/control	2017-10-04 05:51:39 UTC (rev 20882)
@@ -20,7 +20,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base, file,
  g++ | c++-compiler | c-compiler
 Recommends: logrotate
-Suggests: icecc-monitor
+Suggests: icecc-monitor, clang [amd64 i386]
 Description: distributed compiler (client and server)
  icecc (also known as Icecream) is a distributed compile system. It allows
  parallel compiling by distributing the compile jobs to several nodes of

Modified: kde-extras/icecream/trunk/debian/icecc.install
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.install	2017-10-04 05:41:07 UTC (rev 20881)
+++ kde-extras/icecream/trunk/debian/icecc.install	2017-10-04 05:51:39 UTC (rev 20882)
@@ -1,3 +1,4 @@
+
 debian/icecc.conf etc/icecc/
 usr/bin/icecc
 usr/bin/icecc-create-env
@@ -4,6 +5,8 @@
 usr/bin/icerun
 usr/lib/icecc/bin/c++
 usr/lib/icecc/bin/cc
+usr/lib/icecc/bin/clang
+usr/lib/icecc/bin/clang++
 usr/lib/icecc/bin/g++
 usr/lib/icecc/bin/gcc
 usr/lib/icecc/compilerwrapper

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2017-10-04 05:41:07 UTC (rev 20881)
+++ kde-extras/icecream/trunk/debian/rules	2017-10-04 05:51:39 UTC (rev 20882)
@@ -9,7 +9,7 @@
 	dh $@ --parallel --with autotools_dev,autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --libexecdir='$${prefix}/lib'
+	dh_auto_configure -- --libexecdir='$${prefix}/lib' --enable-clang-wrappers
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list