[SCM] Debian packaging for OpenSAML 2.0 branch, master, updated. debian/2.4.3-2-2-gdf0deaf
Russ Allbery
rra at debian.org
Sat Jan 28 06:39:33 UTC 2012
The following commit has been merged in the master branch:
commit df0deaf9e3954ef9c5f9aeb305e436eee6f8d4a3
Author: Russ Allbery <rra at debian.org>
Date: Fri Jan 27 22:29:16 2012 -0800
Use the pkg-kde-tools build machinery
* Build-Depend on pkg-kde-tools and use its symbolhelper plugin so that
the package can use the output of pkgkde-symbolshelper.
diff --git a/debian/changelog b/debian/changelog
index 529ae28..27b92b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-opensaml2 (2.4.3-3) UNRELEASED; urgency=low
+opensaml2 (2.4.3-3) unstable; urgency=low
* Update symbols file from the failed build logs of the remaining
supported Debian architectures.
+ * 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 22:21:36 -0800
+ -- Russ Allbery <rra at debian.org> Fri, 27 Jan 2012 22:29:13 -0800
opensaml2 (2.4.3-2) unstable; urgency=low
@@ -19,7 +21,7 @@ opensaml2 (2.4.3-2) unstable; urgency=low
its existence, since some versions of Doxygen don't install it.
* Use the latest directory in debian/watch instead of the versioned
directories.
- * Update the upstream homepage.
+ * Update the upstream homepage.
* Update the upstream download location in debian/copyright.
* Minor format updates to debian/copyright for the new DEP-5.
diff --git a/debian/control b/debian/control
index 6b421e3..c38cbe1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wagner <wferi at niif.hu>
Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, graphviz,
liblog4cpp5-dev, libssl-dev, libxerces-c-dev (>= 3.0.1-2~),
- libxml-security-c-dev (>= 1.6), libxmltooling-dev (>= 1.4), pkg-config
+ libxml-security-c-dev (>= 1.6), libxmltooling-dev (>= 1.4), pkg-config,
+ pkg-kde-tools
Standards-Version: 3.9.2
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
diff --git a/debian/rules b/debian/rules
index bb8e0b6..6573131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,4 +39,4 @@ override_dh_installdocs:
fi
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,pkgkde_symbolshelper
--
Debian packaging for OpenSAML 2.0
More information about the Pkg-shibboleth-devel
mailing list