rev 19586 - kde-extras/icemon/trunk/debian

Pino Toscano pino at alioth.debian.org
Sat May 25 13:21:17 UTC 2013


Author: pino
Date: 2013-05-25 13:21:16 +0000 (Sat, 25 May 2013)
New Revision: 19586

Modified:
   kde-extras/icemon/trunk/debian/changelog
   kde-extras/icemon/trunk/debian/control
   kde-extras/icemon/trunk/debian/rules
Log:
add Built-Using header

Since icemon links to the static libicecc, include a Built-Using header
with the source version of the libicecc-dev package used.


Modified: kde-extras/icemon/trunk/debian/changelog
===================================================================
--- kde-extras/icemon/trunk/debian/changelog	2013-05-25 12:35:18 UTC (rev 19585)
+++ kde-extras/icemon/trunk/debian/changelog	2013-05-25 13:21:16 UTC (rev 19586)
@@ -16,6 +16,8 @@
   * Add Vcs-* headers.
   * Link in as-needed mode.
   * Improve description, and fix a typo in it. (Closes: #687352)
+  * Since icemon links to the static libicecc, include a Built-Using header
+    with the source version of the libicecc-dev package used.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 25 May 2013 11:17:01 +0200
 

Modified: kde-extras/icemon/trunk/debian/control
===================================================================
--- kde-extras/icemon/trunk/debian/control	2013-05-25 12:35:18 UTC (rev 19585)
+++ kde-extras/icemon/trunk/debian/control	2013-05-25 13:21:16 UTC (rev 19586)
@@ -14,6 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: icecc
+Built-Using: ${icecc:Built-Using}
 Description: icecc monitor
  icecc-monitor is a monitoring application for icecc (a distributed compiler).
  It provides a view on the distributed compile network, which jobs run where

Modified: kde-extras/icemon/trunk/debian/rules
===================================================================
--- kde-extras/icemon/trunk/debian/rules	2013-05-25 12:35:18 UTC (rev 19585)
+++ kde-extras/icemon/trunk/debian/rules	2013-05-25 13:21:16 UTC (rev 19586)
@@ -5,6 +5,8 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
+ICECC_DEV_VERSION = $(shell dpkg-query -Wf '$${source:Package} (= $${source:Version})' libicecc-dev)
+
 %:
 	dh $@ --parallel --with kde
 
@@ -24,6 +26,9 @@
 override_dh_installman:
 	dh_installman icemon.1
 
+override_dh_gencontrol:
+	dh_gencontrol -- -Vicecc:Built-Using='$(ICECC_DEV_VERSION)'
+
 get-orig-source:
 	 @@dh_testdir
 	 @@[ -d ../tarballs/. ]




More information about the pkg-kde-commits mailing list