[SCM] signond packaging branch, master, updated. 215aebf47470b3f92135d8bd95e95adc2b7646a8

Diane Trout diane at moszumanska.debian.org
Mon Sep 7 23:36:24 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signond.git;a=commitdiff;h=20d892f

The following commit has been merged in the master branch:
commit 20d892f0e321b71b979d0ce68fa4470e39422204
Author: Diane Trout <diane at ghic.org>
Date:   Mon Sep 7 16:32:36 2015 -0700

    Add Built-Using tag for doxygen generated jquery.js
---
 debian/changelog | 6 +++++-
 debian/control   | 3 +++
 debian/rules     | 4 ++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d879814..5cf472b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 signond (8.57+20150423-1~) UNRELEASED; urgency=medium
 
+  [ Maximiliano Curia ]
   * Prepare Debian release. (8.57+20150423)
   * Update copyright information.
 
- -- Maximiliano Curia <maxy at debian.org>  Fri, 24 Apr 2015 14:37:25 +0200
+  [ Diane Trout ]
+  * Add Built-Using tag for doxygen generated jquery.js
+
+ -- Diane Trout <diane at debian.org>  Wed, 02 Sep 2015 22:35:26 -0700
 
 signon (8.57+15.04.20150204.1-0ubuntu1) vivid; urgency=medium
 
diff --git a/debian/control b/debian/control
index 383d0e1..d5bff4c 100644
--- a/debian/control
+++ b/debian/control
@@ -77,6 +77,7 @@ Description: Single Sign On framework - qt5 shared libraries
 Package: libsignon-qt-doc
 Section: doc
 Architecture: all
+Built-Using: doxygen (= ${signond:DoxygenVersion})
 Depends: ${misc:Depends}
 Description: Single Sign On framework - documentation for Qt API
  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
@@ -136,6 +137,7 @@ Description: Single Sign On framework - development files
 Package: signond-doc
 Section: doc
 Architecture: all
+Built-Using: doxygen (= ${signond:DoxygenVersion})
 Depends: ${misc:Depends}
 Description: Single Sign On framework - documentation for daemon
  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
@@ -159,6 +161,7 @@ Description: Single Sign On framework - plugins development files
 Package: libsignon-plugins-doc
 Section: doc
 Architecture: all
+Built-Using: doxygen (= ${signond:DoxygenVersion})
 Depends: ${misc:Depends}
 Description: Single Sign On framework - plugins documentation
  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
diff --git a/debian/rules b/debian/rules
index 05b23a5..c0ee296 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ export NO_DOCS := no
 export QMAKE_LIBDIR=/usr/lib
 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DOXYGEN_VERSION := $(shell dpkg --status doxygen | grep Version | cut -f 2 -d ' ')
 
 override_dh_auto_configure:
 	mkdir -p build/qt4 build/qt5
@@ -46,6 +47,9 @@ override_dh_install:
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/signon/libexampleplugin.so
 	dh_install --fail-missing
 
+override_dh_gencontrol:
+	dh_gencontrol -- -Vsignond:DoxygenVersion='$(DOXYGEN_VERSION)'
+
 %:
 	dh $@ -Bbuild/qt5 --parallel
 

-- 
signond packaging



More information about the pkg-kde-commits mailing list