On Mon, Aug 17, 2015 at 09:04:36PM +0200, Julien Cristau wrote:
> Dear maintainer,
> 
> I've prepared a NMU for log4cplus, to deal with the libstdc++ transition,
> and will shortly upload it to the 1-day delayed queue.  Please find the
> debdiff below.

So I've just uploaded 1.1.2 to experimental and plan on asking for a
transition slot. That would make this redundant, right?
 
> Cheers,
> Julien
> 
> From abe047c9096df4dcfcff888a5abdda8ffba994c5 Mon Sep 17 00:00:00 2001
> From: Julien Cristau <jcris...@debian.org>
> Date: Sun, 16 Aug 2015 17:45:42 +0200
> Subject: [PATCH] Rename library packages for g++5 ABI transition (closes:
>  791190).
> 
> ---
>  debian/changelog                    |  7 +++++++
>  debian/control                      | 12 +++++++-----
>  debian/liblog4cplus-1.0-4.install   |  1 -
>  debian/liblog4cplus-1.0-4v5.install |  1 +
>  4 files changed, 15 insertions(+), 6 deletions(-)
>  delete mode 100644 debian/liblog4cplus-1.0-4.install
>  create mode 100644 debian/liblog4cplus-1.0-4v5.install
> 
> diff --git a/debian/changelog b/debian/changelog
> index 586d070..46b1b89 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,10 @@
> +log4cplus (1.0.4-1.3) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Rename library packages for g++5 ABI transition (closes: 791190).
> +
> + -- Julien Cristau <jcris...@debian.org>  Sun, 16 Aug 2015 17:45:42 +0200
> +
>  log4cplus (1.0.4-1.2) unstable; urgency=medium
>  
>    * Non-maintainer upload.
> diff --git a/debian/control b/debian/control
> index b218fc4..b064b4f 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -12,9 +12,11 @@ Homepage: http://log4cplus.sourceforge.net
>  Vcs-Browser: http://git.debian.org/?p=collab-maint/log4cplus.git;a=summary
>  Vcs-Git: git://git.debian.org/collab-maint/log4cplus.git
>  
> -Package: liblog4cplus-1.0-4
> +Package: liblog4cplus-1.0-4v5
>  Architecture: any
>  Depends: ${shlibs:Depends}, ${misc:Depends}
> +Conflicts: liblog4cplus-1.0-4
> +Replaces: liblog4cplus-1.0-4
>  Description: C++ logging API modeled after the Java log4j API - shared 
> library
>   log4cplus is a simple to use C++ logging API providing thread-safe,
>   flexible, and arbitrarily granular control over log management and
> @@ -23,9 +25,9 @@ Description: C++ logging API modeled after the Java log4j 
> API - shared library
>  Package: liblog4cplus-dev
>  Architecture: any
>  Section: libdevel
> -Depends: liblog4cplus-1.0-4 (= ${binary:Version}), ${misc:Depends}
> -Breaks: liblog4cplus-1.0-4 (<< 1.0.4-1.1~)
> -Replaces: liblog4cplus-1.0-4 (<< 1.0.4-1.1~)
> +Depends: liblog4cplus-1.0-4v5 (= ${binary:Version}), ${misc:Depends}
> +Breaks: liblog4cplus-1.0-4v5 (<< 1.0.4-1.1~)
> +Replaces: liblog4cplus-1.0-4v5 (<< 1.0.4-1.1~)
>  Description: C++ logging API modeled after the Java log4j API - development 
> library
>   log4cplus is a simple to use C++ logging API providing thread-safe,
>   flexible, and arbitrarily granular control over log management and
> @@ -38,7 +40,7 @@ Package: liblog4cplus-dbg
>  Section: debug
>  Priority: extra
>  Architecture: any
> -Depends: ${misc:Depends}, liblog4cplus-1.0-4 (= ${binary:Version})
> +Depends: ${misc:Depends}, liblog4cplus-1.0-4v5 (= ${binary:Version})
>  Description: C++ logging API modeled after the Java log4j API - debug library
>   log4cplus is a simple to use C++ logging API providing thread-safe,
>   flexible, and arbitrarily granular control over log management and
> diff --git a/debian/liblog4cplus-1.0-4.install 
> b/debian/liblog4cplus-1.0-4.install
> deleted file mode 100644
> index fc08b1c..0000000
> --- a/debian/liblog4cplus-1.0-4.install
> +++ /dev/null
> @@ -1 +0,0 @@
> -usr/lib/liblog4cplus-1.0.so.*
> diff --git a/debian/liblog4cplus-1.0-4v5.install 
> b/debian/liblog4cplus-1.0-4v5.install
> new file mode 100644
> index 0000000..fc08b1c
> --- /dev/null
> +++ b/debian/liblog4cplus-1.0-4v5.install
> @@ -0,0 +1 @@
> +usr/lib/liblog4cplus-1.0.so.*
> -- 
> 2.5.0
> 

Attachment: signature.asc
Description: Digital signature

Reply via email to