r3013 - in /experimental/evolution-data-server/debian: changelog patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 2 12:15:17 UTC 2016


Author: biebl
Date: Fri Sep  2 12:15:17 2016
New Revision: 3013

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3013
Log:
Fix @PERL@ substitution in csv2vcard, which was moved from evolution to
evolution-data-server.

Added:
    experimental/evolution-data-server/debian/patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch
Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/patches/series

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3013&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Fri Sep  2 12:15:17 2016
@@ -1,5 +1,6 @@
 evolution-data-server (3.21.91-1) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * Team upload
   * New upstream release
   * Rename libcamel-1.2-57 -> libcamel-1.2-59
@@ -8,6 +9,10 @@
   * Build-depend on libwebkit2 gtk-4.0-dev instead of libwebkitgtk-3.0-dev
   * Bump dh compat to 10
   * Minor update to autopkgtest
+
+  [ Michael Biebl ]
+  * Fix @PERL@ substitution in csv2vcard, which was moved from evolution to
+    evolution-data-server.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sat, 20 Aug 2016 10:12:21 -0400
 

Added: experimental/evolution-data-server/debian/patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch?rev=3013&op=file
==============================================================================
--- experimental/evolution-data-server/debian/patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch	(added)
+++ experimental/evolution-data-server/debian/patches/02-csv2vcard-Ensure-PERL-is-properly-substit.patch	Fri Sep  2 12:15:17 2016
@@ -0,0 +1,26 @@
+From 9b276d8c8e857951ecbc958ed8c458dba866f3e7 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Fri, 2 Sep 2016 13:47:13 +0200
+Subject: [PATCH] Bug 770746 - [csv2vcard] Ensure @PERL@ is properly
+ substituted
+
+---
+ configure.ac | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index f6bf0c1..56c60c3 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -282,6 +282,8 @@ AM_PROG_CC_C_O
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
++AC_PATH_PROG([PERL], [perl])
++AC_SUBST(PERL)
+ 
+ dnl For gen-western-table.py
+ AM_PATH_PYTHON
+-- 
+2.9.3
+

Modified: experimental/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/series?rev=3013&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/patches/series	(original)
+++ experimental/evolution-data-server/debian/patches/series	Fri Sep  2 12:15:17 2016
@@ -1 +1,2 @@
 01-noinst-libedbus-private.patch
+02-csv2vcard-Ensure-PERL-is-properly-substit.patch




More information about the pkg-evolution-commits mailing list