[Debian-l10n-commits] [poedit] annotated tag debian/1.8.7.1-1 updated (376666f -> ed8a8f4)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Feb 23 16:52:05 UTC 2016


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

locutusofborg-guest pushed a change to annotated tag debian/1.8.7.1-1
in repository poedit.

*** WARNING: tag debian/1.8.7.1-1 was modified! ***

      from  376666f   (tag)
        to  ed8a8f4   (tag)
   tagging  0364120849d1e1af47f00c1facbcf81dca991129 (commit)
  replaces  debian/1.8.7-2
 tagged by  Gianfranco Costamagna
        on  Tue Feb 23 17:51:45 2016 +0100

- Log -----------------------------------------------------------------
poedit Debian release 1.8.7.1-1

Gianfranco Costamagna (6):
      Revert back to >=2.5
      Enable cpprest on some more architectures
      Imported Upstream version 1.8.7.1
      Merge tag 'upstream/1.8.7.1'
      New upstream release, patch drop
      Add another little patch to enable cpprest on arm

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

      from  72113b8   New upstream release, patch drop
      adds  0364120   Add another little patch to enable cpprest on arm

No new revisions were added by this update.

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

diff --git a/debian/changelog b/debian/changelog
index f18abd0..db204b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ poedit (1.8.7.1-1) unstable; urgency=medium
 
   * New upstream hotfix release (closes: #815547)
   * Remove fix-cpp-rest-detection-build.patch: upstream.
+    - add pthread to the build, fixing arm* link failures.
   * Add sh4 to cpprest ready architectures.
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 23 Feb 2016 13:33:49 +0100
diff --git a/debian/patches/fix-arm-cpprest.patch b/debian/patches/fix-arm-cpprest.patch
new file mode 100644
index 0000000..8002577
--- /dev/null
+++ b/debian/patches/fix-arm-cpprest.patch
@@ -0,0 +1,25 @@
+Description: Fix missing pthread on arm linker, and enable cpprest build
+ https://github.com/vslavik/poedit/pull/244
+
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- poedit-1.8.7.1.orig/configure.ac
++++ poedit-1.8.7.1/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 -lboost_system -lssl -lcrypto $LIBS"
++                  LIBS="-lcpprest -lboost_system -lssl -lcrypto -lpthread $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 -lboost_system -lssl -lcrypto"
++          CPPREST_LIBS="-lcpprest -lboost_system -lssl -lcrypto -lpthread"
+           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..94e689f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-desktop.patch
 mv-poedit-dump-legacy.patch
+fix-arm-cpprest.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-l10n/poedit.git



More information about the Debian-l10n-commits mailing list