[cpp-log4shib] 09/11: Rename library package to match new SO version (2)

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:15:09 UTC 2021


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

scantor pushed a commit to annotated tag debian/2.0.0-1
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=90cefb7238c6491a65939aa141a4549ac3223844

commit 90cefb7238c6491a65939aa141a4549ac3223844
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Jul 29 22:42:24 2018 +0200

    Rename library package to match new SO version (2)
---
 debian/control                | 8 ++------
 debian/liblog4shib1v5.install | 1 -
 debian/liblog4shib2.install   | 1 +
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index d72cef7..a7492dc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ X-Common-Description: log4shib provides a library of C++ classes for flexible
  primarily intended for use by the Shibboleth web authentication
  system.
 
-Package: liblog4shib1v5
+Package: liblog4shib2
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
@@ -31,10 +31,6 @@ Pre-Depends:
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Conflicts:
- liblog4shib1,
-Replaces:
- liblog4shib1,
 Description: log4j-style configurable logging library for C++ (runtime)
  ${S:X-Common-Description}
  .
@@ -46,7 +42,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- liblog4shib1v5 (= ${binary:Version}),
+ liblog4shib2 (= ${binary:Version}),
  ${misc:Depends},
 Suggests:
  liblog4shib-doc,
diff --git a/debian/liblog4shib1v5.install b/debian/liblog4shib1v5.install
deleted file mode 100644
index 3ddde58..0000000
--- a/debian/liblog4shib1v5.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/liblog4shib2.install b/debian/liblog4shib2.install
new file mode 100644
index 0000000..0a93279
--- /dev/null
+++ b/debian/liblog4shib2.install
@@ -0,0 +1 @@
+usr/lib/*/liblog4shib.so.*

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


More information about the commits mailing list