[cpp-sp] 09/20: Update debian/{watch, rules} for the new distribution location
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:45:11 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.4.3+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d79500ebb571cc813c4d925f27df2a5ef9a3e9db
commit d79500ebb571cc813c4d925f27df2a5ef9a3e9db
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Jul 25 16:06:13 2011 -0700
Update debian/{watch,rules} for the new distribution location
---
debian/changelog | 2 ++
debian/rules | 2 +-
debian/watch | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e7f30b9..d8eb6e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
shibboleth-sp2 (2.4.2+dfsg-3) UNRELEASED; urgency=low
* Include <cstddef> instead of <stddef.h>, following upstream.
+ * Update debian/watch and debian/rules for the new upstream distribution
+ location.
-- Russ Allbery <rra at debian.org> Mon, 16 May 2011 16:27:27 -0700
diff --git a/debian/rules b/debian/rules
index 44dc1ee..d5d1160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ endif
DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
| cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
-URL = http://shibboleth.internet2.edu/downloads/shibboleth/cppsp
+URL = http://www.shibboleth.net/downloads/service-provider/
# Download the upstream source and do the repackaging that we have to do for
# DFSG reasons. Depends on wget.
diff --git a/debian/watch b/debian/watch
index 532bdc2..7465804 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
opts=dversionmangle=s/\+dfsg\d*$// \
- http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/ \
+ http://www.shibboleth.net/downloads/service-provider/latest/ \
shibboleth-sp-([\d.]+)\.tar\.gz
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list