[Debian-l10n-commits] [poedit] 03/03: Update to new release

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Jun 1 11:03:56 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository poedit.

commit c712b1b709de923945202a108e0f5337ad185c0c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jun 1 12:20:18 2016 +0200

    Update to new release
---
 debian/changelog                     | 10 ++++++++++
 debian/control                       |  5 +++--
 debian/copyright                     | 14 ++++++++++++--
 debian/patches/fix-arm-cpprest.patch | 25 -------------------------
 debian/patches/series                |  1 -
 5 files changed, 25 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bdb4ee7..8d3923f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+poedit (1.8.8-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump std-version to 3.9.8, no changes required.
+  * Update copyright to https
+  * Drop patch for pthread amd armhf
+  * Add libboost-thread to build-dependencies.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 01 Jun 2016 12:17:09 +0200
+
 poedit (1.8.7.1-2) unstable; urgency=medium
 
   * Remove sparc64 from cpprest architectures.
diff --git a/debian/control b/debian/control
index 56ea4c3..4908357 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: asciidoc,
                libboost-iostreams-dev,
                libboost-regex-dev,
                libboost-system-dev,
+               libboost-thread-dev,
                libcld2-dev [!mips !powerpc !s390x !hppa !m68k !powerpcspe !ppc64 !sparc64],
                libcpprest-dev (>= 2.5) [amd64 i386 arm64 armhf mipsel ppc64el alpha m68k mips64el sh4],
                libdb++-dev,
@@ -23,8 +24,8 @@ Build-Depends: asciidoc,
                libwxgtk3.0-dev,
                xsltproc,
                zip
-Standards-Version: 3.9.7
-Homepage: http://www.poedit.net/
+Standards-Version: 3.9.8
+Homepage: https://www.poedit.net/
 Vcs-Git: https://anonscm.debian.org/git/debian-l10n/poedit.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-l10n/poedit.git
 
diff --git a/debian/copyright b/debian/copyright
index fabcbcc..78be70d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Vaclav Slavik <v.slavik at volny.cz>
-Source: http://poedit.sourceforge.net/
+Source: https://poedit.sourceforge.net/
 
 Files: *
 Copyright:
@@ -16,15 +16,25 @@ Copyright:
            Jakub Steiner <jimmac at novell.com> (tango icons)
 License: MIT
 
-Files: admin/ax_cxx_check_flag.m4
+Files: admin/ax_cxx_check_flag.m4 admin/compile
 Copyright: 2008 Francesco Salvestrini <salvestrini at users.sourceforge.net>
+           1999-2013 Free Software Foundation, Inc. written by Tom Tromey <tromey at cygnus.com>
 License: GPL-2+
 
 Files: admin/ax_cxx_compile_stdcxx_11.m4
+       admin/ax_boost_base.m4
+       admin/ax_boost_iostreams.m4
+       admin/ax_boost_regex.m4
+       admin/ax_boost_system.m4
+       admin/ax_boost_thread.m4
 Copyright: 2008 Benjamin Kosnik <bkoz at redhat.com>
            2012 Zack Weinberg <zackw at panix.com>
            2013 Roy Stogner <roystgnr at ices.utexas.edu>
            2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov at google.com>
+           2008 Thomas Porschberg <thomas at randspringer.de>
+           2009 Peter Adolphs
+           2008 Michael Tindal
+           2008 Daniel Casimiro <dan.casimiro at gmail.com>
 License: GNU
  Copying and distribution of this file, with or without modification, are
  permitted in any medium without royalty provided the copyright notice
diff --git a/debian/patches/fix-arm-cpprest.patch b/debian/patches/fix-arm-cpprest.patch
deleted file mode 100644
index 09e7c94..0000000
--- a/debian/patches/fix-arm-cpprest.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-@@ -68,7 +68,7 @@ AS_IF([test "x$with_cpprest" != "xno"],
-       dnl it for this header too and it uses only the preprocessor in one
-       dnl of its two phases:
-       old_CPPFLAGS="$CPPFLAGS"
--      CPPFLAGS="$CPPFLAGS $CXXFLAGS"
-+      CPPFLAGS="$CPPFLAGS $CXXFLAGS -pthread"
-           AC_CHECK_HEADERS([cpprest/http_client.h],
-               [
-                   AC_MSG_CHECKING([for libcpprest >= 2.5])
-@@ -99,7 +99,7 @@ AS_IF([test "x$have_cpprest" = "xyes"],
-           CPPREST_LIBS="-lcpprest -lboost_system -lssl -lcrypto"
-           AC_SUBST(CPPREST_LIBS)
-           PKG_CHECK_MODULES([LIBSECRET], [libsecret-1], [
--              CXXFLAGS="$CXXFLAGS $LIBSECRET_CFLAGS"
-+              CXXFLAGS="$CXXFLAGS $LIBSECRET_CFLAGS -pthread"
-               AC_SUBST(LIBSECRET_LIBS)
-           ])
-       ],
diff --git a/debian/patches/series b/debian/patches/series
index 94e689f..4a09b37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 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