[cpp-log4shib] 18/26: Rename library package to match SONAME, add -doc suggests
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:13:24 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.4-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=df8886f606f19fadb19f616817484c6defea3a5b
commit df8886f606f19fadb19f616817484c6defea3a5b
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 20:18:43 2012 -0700
Rename library package to match SONAME, add -doc suggests
* Suggest liblog4shib-doc from liblog4shib-dev
---
debian/changelog | 1 +
debian/control | 5 +++--
debian/liblog4shib0.dirs | 1 -
debian/{liblog4shib0.install => liblog4shib1.install} | 0
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ea4523..7e3a1ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ log4shib (1.0.4-1) UNRELEASED; urgency=low
* Work around issues with -lpthread and libtool and with picking up
dpkg-buildflags options in pkgconfig using code copied from
opensaml2.
+ * Suggest liblog4shib-doc from liblog4shib-dev
* Remove any copy of jQuery installed by Doxygen and use the version
packaged for Debian.
* Regenerate the build system with dh_autoreconf during build.
diff --git a/debian/control b/debian/control
index ab61000..ef01680 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/log4shib.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/log4shib.git
-Package: liblog4shib0
+Package: liblog4shib1
Architecture: any
Multi-Arch: same
Section: libs
@@ -30,7 +30,8 @@ Description: log4j-style configurable logging library for C++ (runtime)
Package: liblog4shib-dev
Architecture: any
-Depends: ${misc:Depends}, liblog4shib0 (= ${binary:Version})
+Depends: ${misc:Depends}, liblog4shib1 (= ${binary:Version})
+Suggests: liblog4shib-doc
Description: log4j-style configurable logging library for C++ (development)
log4shib provides a library of C++ classes for flexible logging to
files, syslog, and other destinations. It is modeled after the log4j
diff --git a/debian/liblog4shib0.dirs b/debian/liblog4shib0.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/liblog4shib0.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/liblog4shib0.install b/debian/liblog4shib1.install
similarity index 100%
rename from debian/liblog4shib0.install
rename to debian/liblog4shib1.install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list