[Debian-l10n-commits] poedit branch master updated. debian/1.8.7-1-2-gbb2ead6

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Feb 22 12:13:36 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "poedit".

The branch, master has been updated
       via  bb2ead61b7759dc3038ee062eee27c9cce4f53f9 (commit)
      from  462199e6ec7c5dfc1eee6e348f7168aab4c15689 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/poedit.git;a=commitdiff;h=bb2ead61b7759dc3038ee062eee27c9cce4f53f9

commit bb2ead61b7759dc3038ee062eee27c9cce4f53f9
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Feb 22 13:12:24 2016 +0100

    Make cpprest enabled again

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                 |  7 +++++++
 debian/patches/fix-cpprest-detection-build.patch | 25 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 3 files changed, 33 insertions(+)
 create mode 100644 debian/patches/fix-cpprest-detection-build.patch

diff --git a/debian/changelog b/debian/changelog
index 9fd471a..92c8d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+poedit (1.8.7-2) unstable; urgency=medium
+
+  * Enable cpprest (crowdin) again (Closes: #815209)
+    - thanks Janusz for the bug report!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 22 Feb 2016 13:11:35 +0100
+
 poedit (1.8.7-1) unstable; urgency=medium
 
   * Imported Upstream version 1.8.7
diff --git a/debian/patches/fix-cpprest-detection-build.patch b/debian/patches/fix-cpprest-detection-build.patch
new file mode 100644
index 0000000..f3e0f0d
--- /dev/null
+++ b/debian/patches/fix-cpprest-detection-build.patch
@@ -0,0 +1,25 @@
+Description: fix cpprest detection and build
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+Bug-Debian: https://bugs.debian.org/815209
+
+--- poedit-1.8.7.orig/configure.ac
++++ poedit-1.8.7/configure.ac
+@@ -73,7 +73,7 @@ AS_IF([test "x$with_cpprest" != "xno"],
+               [
+                   AC_MSG_CHECKING([for libcpprest >= 2.5])
+                   old_LIBS="$LIBS"
+-                  LIBS="-lcpprest $LIBS"
++                  LIBS="-lcpprest -lboost_system -lssl -lcrypto $LIBS"
+                   AC_LINK_IFELSE([AC_LANG_PROGRAM(
+                       [
+                           #include <cpprest/version.h>
+@@ -96,7 +96,7 @@ AS_IF([test "x$with_cpprest" != "xno"],
+ AS_IF([test "x$have_cpprest" = "xyes"],
+       [
+           AC_DEFINE([HAVE_HTTP_CLIENT])
+-          CPPREST_LIBS="-lcpprest"
++          CPPREST_LIBS="-lcpprest -lboost_system -lssl -lcrypto"
+           AC_SUBST(CPPREST_LIBS)
+           PKG_CHECK_MODULES([LIBSECRET], [libsecret-1], [
+               CXXFLAGS="$CXXFLAGS $LIBSECRET_CFLAGS"
diff --git a/debian/patches/series b/debian/patches/series
index 4a09b37..e642788 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-desktop.patch
 mv-poedit-dump-legacy.patch
+fix-cpprest-detection-build.patch
-----------------------------------------------------------------------


hooks/post-receive
-- 
poedit



More information about the Debian-l10n-commits mailing list