[cpp-sp] 07/09: Fix watch file for new upstream tarball naming

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:41:04 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.0.dfsg1-3
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5ff6c2f805bc340e633585cbf3ec592334732fe9

commit 5ff6c2f805bc340e633585cbf3ec592334732fe9
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Aug 19 18:33:59 2008 -0700

    Fix watch file for new upstream tarball naming
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 85e66d4..f380a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
   * Add logcheck rules to ignore some of the routine messages from the
     Apache module.  This only covers startup and teardown; more will
     need to be added.
+  * Fix watch file for new upstream tarball naming.
 
  -- Ferenc Wagner <wferi at niif.hu>  Sat, 02 Aug 2008 21:47:08 +0200
 
diff --git a/debian/watch b/debian/watch
index 642834c..cd40f10 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/(2[\d.]+)/ \
-    shibboleth-sp-([\d.]+)\.tar\.gz
+    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