[cpp-sp] 12/47: Add initial changes for 2.1.dfsg1-1

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


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

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

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

commit 97e481c08f6a81bf0cb7582f85436a88006e456e
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sat Aug 23 17:00:52 2008 -0700

    Add initial changes for 2.1.dfsg1-1
    
    Rename libshibsp1 to libshibsp2 following the upstream SONAME change.
    Update the copyright file for the new upstream source location and the
    removal of mkinstalldirs.
---
 debian/changelog                                  | 11 +++++++++++
 debian/control                                    |  4 ++--
 debian/copyright                                  | 11 +++--------
 debian/{libshibsp1.install => libshibsp2.install} |  0
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a2a740..e0653ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+shibboleth-sp2 (2.1.dfsg1-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+    - New memory cache storage backend.
+    - Schema validation is now optional.
+    - Many bug fixes.
+  * Bump SONAME of libshibsp following upstream's versioning.
+  * Fix the name of the tarball created by get-orig-source.
+
+ -- Russ Allbery <rra at debian.org>  Sat, 23 Aug 2008 17:00:22 -0700
+
 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
 
   [ Ferenc Wagner ]
diff --git a/debian/control b/debian/control
index bcdf78c..be35b29 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Description: Federated web single sign-on system (Apache module)
  (web servers providing resources protected by Shibboleth) and the
  supporting shibd daemon.
 
-Package: libshibsp1
+Package: libshibsp2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, opensaml2-schemas, shibboleth-sp2-schemas,
@@ -48,7 +48,7 @@ Description: Federated web single sign-on system (runtime)
 Package: libshibsp-dev
 Section: libdevel
 Architecture: any
-Depends: libshibsp1 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
+Depends: libshibsp2 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
  libxmltooling-dev
 Suggests: libshib2-doc (= ${source:Version})
 Description: Federated web single sign-on system (development)
diff --git a/debian/copyright b/debian/copyright
index e5cbdda..3e4f575 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,17 +3,17 @@ Upstream-Author: Internet2
 Packaged-By: Ferenc Wágner <wferi at niif.hu>
 Packaged-Date: Mon, 28 Apr 2008 14:55:31 +0200
 Original-Source-Location:
- http://shibboleth.internet2.edu/downloads/shibboleth/cpp/2.0/
+ http://shibboleth.internet2.edu/downloads/shibboleth/cpp/2.1/
 
 The original upstream source was repackaged to remove the WS-Trust.xsd
 schema, which was not distributed under a DFSG-free license.
 
 Files: *
-Copyright: 2001-2007 Internet2
+Copyright: 2001-2008 Internet2
 License: Apache-2.0
 
 Files: */Makefile.in
-Copyright: 2001-2007 Internet2
+Copyright: 2001-2008 Internet2
  2004 Oren Ben-Kiki
  1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
@@ -119,11 +119,6 @@ Files: ./install-sh
 Copyright: (C) 1994 X Consortium
 License: Expat
 
-Files: ./mkinstalldirs
-Copyright: 1993 Noah Friedman <friedman at prep.ai.mit.edu>
-License: other
- Public domain.
-
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
diff --git a/debian/libshibsp1.install b/debian/libshibsp2.install
similarity index 100%
rename from debian/libshibsp1.install
rename to debian/libshibsp2.install

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list