[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.5.1-3-17-g9102852
Russ Allbery
rra at debian.org
Mon Mar 7 04:36:11 UTC 2011
The following commit has been merged in the master branch:
commit afac868970753999c215d62958428676864a405c
Author: Russ Allbery <rra at debian.org>
Date: Sun Mar 6 18:09:13 2011 -0800
debian/watch fixes for upstream distribution and versioning
* debian/watch fixes for upstream distribution and versioning.
- Mangle a tilde into upstream rc version numbers.
- Update the upstream distribution URL.
- Avoid matching signature and checksum files.
diff --git a/debian/changelog b/debian/changelog
index b08b2c0..e8519fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xml-security-c (1.5.1-4) UNRELEASED; urgency=low
+
+ * debian/watch fixes for upstream distribution and versioning.
+ - Mangle a tilde into upstream rc version numbers.
+ - Update the upstream distribution URL.
+ - Avoid matching signature and checksum files.
+
+ -- Russ Allbery <rra at debian.org> Sun, 06 Mar 2011 18:06:45 -0800
+
xml-security-c (1.5.1-3) unstable; urgency=low
* Force source format 1.0 for now since it makes backporting easier.
diff --git a/debian/watch b/debian/watch
index 3ee45bd..0ee6aa2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-http://xml.apache.org/security/dist/c-library/xml-security-c-(.*)\.tar\.gz
+opts="uversionmangle=s/rc/~rc/" \
+ http://santuario.apache.org/dist/c-library/xml-security-c-(.*)\.tar\.gz$
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list