Dear maintainer,

I've uploaded an NMU for libprelude (versioned as 1.0.0-11.7). The diff
is attached to this message.

I apologize for uploading directly, but since this is one of the last
blockers for the perl 5.22 transition, I thought it is warrented in
this case.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rolling Stones: Driftaway
diff -Nru libprelude-1.0.0/debian/changelog libprelude-1.0.0/debian/changelog
--- libprelude-1.0.0/debian/changelog	2015-07-25 13:21:14.000000000 +0200
+++ libprelude-1.0.0/debian/changelog	2015-12-20 23:03:06.000000000 +0100
@@ -1,3 +1,12 @@
+libprelude (1.0.0-11.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS everywhere": add patch swig-perl-lua-comments.patch
+    to change comment signs in swig code.
+    (Closes: #808395)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 20 Dec 2015 23:02:55 +0100
+
 libprelude (1.0.0-11.6) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libprelude-1.0.0/debian/patches/series libprelude-1.0.0/debian/patches/series
--- libprelude-1.0.0/debian/patches/series	2015-07-25 13:18:08.000000000 +0200
+++ libprelude-1.0.0/debian/patches/series	2015-12-19 15:26:56.000000000 +0100
@@ -9,3 +9,4 @@
 016_ppc64el-isnan-tests-fix-for-little-endian-PowerPC.patch
 gcc5.diff
 020_Update-to-latest-GnuTLS-API.patch
+swig-perl-lua-comments.patch
diff -Nru libprelude-1.0.0/debian/patches/swig-perl-lua-comments.patch libprelude-1.0.0/debian/patches/swig-perl-lua-comments.patch
--- libprelude-1.0.0/debian/patches/swig-perl-lua-comments.patch	1970-01-01 01:00:00.000000000 +0100
+++ libprelude-1.0.0/debian/patches/swig-perl-lua-comments.patch	2015-12-20 21:44:04.000000000 +0100
@@ -0,0 +1,44 @@
+Description: change comments after swig changes
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/808395
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-12-20
+
+--- a/bindings/lua/libpreludecpp-lua.i
++++ b/bindings/lua/libpreludecpp-lua.i
+@@ -1,9 +1,9 @@
+-# Exception map
++/* Exception map */
+ %typemap(throws) Prelude::PreludeError %{
+         SWIG_exception(SWIG_RuntimeError, $1.what());
+ %};
+ 
+-# Lua overloading fixes
++/* Lua overloading fixes */
+ %ignore IDMEFCriteria(std::string const &);
+ %ignore IDMEFValue(int8_t);
+ %ignore IDMEFValue(uint8_t);
+@@ -36,7 +36,7 @@
+ %ignore Set(char const *, float);
+ %ignore Set(char const *, std::string);
+ 
+-# Conversion not allowed
++/* Conversion not allowed */
+ %ignore *::operator =;
+ 
+ %ignore *::operator int() const;
+--- a/bindings/perl/libpreludecpp-perl.i
++++ b/bindings/perl/libpreludecpp-perl.i
+@@ -1,10 +1,10 @@
+-# Exception map
++/* Exception map */
+ %typemap(throws) Prelude::PreludeError %{
+         SWIG_exception(SWIG_RuntimeError, $1.what());
+ %};
+ 
+ 
+-# Conversion not allowed
++/* Conversion not allowed */
+ %ignore *::operator =;
+ %ignore *::operator int() const;
+ %ignore *::operator long() const;

Attachment: signature.asc
Description: Digital Signature

Reply via email to