[Pkg-cli-apps-commits] [gnome-do-plugins] 04/05: Mark as Built-Using: banshee

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Thu Nov 12 02:24:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository gnome-do-plugins.

commit 8aff48b7c5be7fd94178ca45dcc5c740ca3dc5e6
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Thu Nov 12 13:15:31 2015 +1100

    Mark as Built-Using: banshee
    
    The buildsystem copies the non-GAC Banshee.CollectionIndexer.dll out of the banshee
    package on build, so we should document that.
---
 debian/control | 1 +
 debian/rules   | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/control b/debian/control
index cc69b75..c2f458a 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,7 @@ Suggests: banshee,
   iceweasel | firefox,
   pidgin,
   rhythmbox
+Built-Using: banshee (= ${banshee:Version})
 Description: Extra functionality for GNOME Do
  This package provides extra plugins for GNOME Do.  It includes plugins for
  interacting with GMail & Thunderbird contacts, Pidgin IM buddies,
diff --git a/debian/rules b/debian/rules
index ddb4017..8cbee88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,11 @@ override_dh_auto_configure:
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_gencontrol:
+	# Populate the relevant versions for Built-Using
+	echo "banshee:Version=$$(dpkg-query --show --showformat=$$\{Version\} banshee)" >> debian/gnome-do-plugins.substvars
+
+	dh_gencontrol
+
 %:
 	dh --with cli,autoreconf $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do-plugins.git



More information about the Pkg-cli-apps-commits mailing list