[cpp-log4shib] 08/20: Rename library packages for g++5 ABI transition (closes: 791193).

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:14:05 UTC 2021


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

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

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

commit c74236b2f4a5b2ca4ef78e42d6ba770ac7846163
Author: Julien Cristau <jcristau at debian.org>
AuthorDate: Sun Aug 16 17:46:01 2015 +0200

    Rename library packages for g++5 ABI transition (closes: 791193).
    
    Git-Dch: ignore
---
 debian/changelog                                        | 7 +++++++
 debian/control                                          | 8 ++++++--
 debian/{liblog4shib1.install => liblog4shib1v5.install} | 0
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8524406..2e71350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+log4shib (1.0.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename library packages for g++5 ABI transition (closes: 791193).
+
+ -- Julien Cristau <jcristau at debian.org>  Sun, 16 Aug 2015 17:46:01 +0200
+
 log4shib (1.0.8-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b68c2bc..6f3796c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
 Vcs-Git: git://anonscm.debian.org/pkg-shibboleth/log4shib.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-shibboleth/log4shib.git
 
-Package: liblog4shib1
+Package: liblog4shib1v5
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
@@ -25,6 +25,10 @@ Pre-Depends:
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
+Conflicts:
+ liblog4shib1,
+Replaces:
+ liblog4shib1,
 Description: log4j-style configurable logging library for C++ (runtime)
  log4shib provides a library of C++ classes for flexible logging to
  files, syslog, and other destinations.  It is modeled after the log4j
@@ -42,7 +46,7 @@ Package: liblog4shib-dev
 Section: libdevel
 Architecture: any
 Depends:
- liblog4shib1 (= ${binary:Version}),
+ liblog4shib1v5 (= ${binary:Version}),
  ${misc:Depends},
 Suggests:
  liblog4shib-doc,
diff --git a/debian/liblog4shib1.install b/debian/liblog4shib1v5.install
similarity index 100%
rename from debian/liblog4shib1.install
rename to debian/liblog4shib1v5.install

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


More information about the commits mailing list