[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.7.0-1-11-gbbed522
Russ Allbery
rra at debian.org
Tue Jun 18 04:36:33 UTC 2013
The following commit has been merged in the master branch:
commit 017dc35514ca2195f0c167fa39c49b8924190704
Author: Russ Allbery <rra at debian.org>
Date: Mon Jun 17 21:04:26 2013 -0700
Rename the binaries to xsec-* instead of xmlsec-*
* Rename the binaries in the xml-security-c-utils package to start with
xsec-* instead of xmlsec-*. This reflects the common abbreviation
used by the package.
diff --git a/debian/changelog b/debian/changelog
index 2267b90..dc7d37a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ xml-security-c (1.7.1-1) UNRELEASED; urgency=high
potentially allowing arbitary code execution. (CVE-2013-2156)
- Reduce entity expansion limits when parsing.
- New --id option to the xenc-checksig utility.
+ * Rename the binaries in the xml-security-c-utils package to start with
+ xsec-* instead of xmlsec-*. This reflects the common abbreviation
+ used by the package.
-- Russ Allbery <rra at debian.org> Mon, 17 Jun 2013 20:37:26 -0700
diff --git a/debian/rules b/debian/rules
index 7751be1..eadba2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,7 @@ override_dh_auto_configure:
override_dh_auto_clean:
dh_auto_clean
-# Install man pages for the xml-security-c-utils binaries and rename them
-# all to start with xmlsec-*. Some of them otherwise have very generic
-# names.
+# Install man pages for the xml-security-c-utils binaries.
override_dh_install:
dh_install
mkdir -p '$(UTILS_MAN1DIR)'
@@ -33,10 +31,6 @@ override_dh_install:
--center 'Apache XML Security' --release '$(VERSION)' \
'$(UTILS_MAN1DIR)'/`basename "$$pod" .pod`.1 ; \
done
- set -e; for path in '$(UTILS_BINDIR)'/* ; do \
- mv '$(UTILS_BINDIR)'/`basename "$$path"` \
- '$(UTILS_BINDIR)'/xmlsec-`basename "$$path"` ; \
- done
override_dh_builddeb:
dh_builddeb -- -Zxz
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list