[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-3-2-gbdaafda

Russ Allbery rra at debian.org
Sat Jan 28 05:01:13 UTC 2012


The following commit has been merged in the master branch:
commit bdaafda3c7c667699b66dca0c457361745e267cc
Author: Russ Allbery <rra at debian.org>
Date:   Fri Jan 27 20:56:35 2012 -0800

    Use the pkg-kde-tools symbol handling framework

diff --git a/debian/changelog b/debian/changelog
index 0c45bb4..0f5fa36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xml-security-c (1.6.1-4) unstable; urgency=low
 
   * Update symbols files for all non-i386 architectures currently built by
     the buildds except mipsel (which will hopefully be the same as mips).
+  * Build-Depend on pkg-kde-tools and use its symbolhelper plugin so that
+    the package can use the output of pkgkde-symbolshelper.
 
  -- Russ Allbery <rra at debian.org>  Fri, 27 Jan 2012 20:29:57 -0800
 
diff --git a/debian/control b/debian/control
index 56671d2..bdabf8b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra at debian.org>
 Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
- libssl-dev (>= 1.0), libxerces-c-dev, pkg-config
+ libssl-dev (>= 1.0), libxerces-c-dev, pkg-config, pkg-kde-tools
 Standards-Version: 3.9.2
 Homepage: http://santuario.apache.org/cindex.html
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
diff --git a/debian/rules b/debian/rules
index 0eda401..b39ba79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autotools_dev,pkgkde_symbolshelper

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list