~noskcaj/ubuntu/trusty/ekiga/ftbfs

« back to all changes in this revision

Viewing changes to debian/patches/configure.ac_languages_fix.patch

  • Committer: Package Import Robot
  • Author(s): Eugen Dedu, Eugen Dedu, Kilian Krause, Jordi Mallach
  • Date: 2012-10-16 14:47:35 UTC
  • mfrom: (5.1.6)
  • Revision ID: package-import@ubuntu.com-20121016144735-qb93utz05m94nfqp
Tags: 3.9.90-1
[ Eugen Dedu ]
* New upstream release (Closes: #679255, #520830, #670405, #551844,
  #617528, #684999, #538738, #530254, #378846, #582157, #545693,
  #689413, #545693)
* Enable support for experimental Jabber/XMPP protocol
* Remove libx264-dev, libavcodec-dev from Build-Deps as they are for
  OPAL library
* Remove fix-linux-gnueabihf-build.patch, unneeded anymore
* Remove unnecessary libsigc++ Build-Dep

[ Kilian Krause ]
* Bump debhelper compat to 9 to use multiarch for dh_auto_configure. Adjust
  build-depends on debhelper to >= 8.1.3
* debian/rules: make clean target somewhat more ignorant on missing
  build-deps
* Add libx264-dev, libavcodec-dev and libloudmouth1-dev to Build-Deps as
  OPAL has now support for H.263+ and H.264

[ Jordi Mallach ]
* Watch for .xz tarballs, and don't uupdate.
* Merge and acknowledge Héctor Orón's 3.2.7-4.1 NMU in unstable, thanks!
* Refresh fix-linux-gnueabihf-build.patch.
* Update Vcs-Svn URL.
* Drop debian/patches/configure.ac_languages_fix.patch, fixed upstream.
* Drop support for dh-autoreconf, as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Origin: upstream
2
 
Description: Upstream broke all languages except English in 2bfaf29
3
 
 Fix is ebd9de96878c224145c0b1d7bf21c7151c0563bf
4
 
 
5
 
From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
6
 
From: Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr>
7
 
Date: Tue, 19 Jul 2011 08:15:52 +0000
8
 
Subject: Fix generation of po translation files
9
 
 
10
 
Bug introduced by commit 2bfaf29.
11
 
---
12
 
diff --git a/configure.ac b/configure.ac
13
 
index 63d8685..eefae22 100644
14
 
--- a/configure.ac
15
 
+++ b/configure.ac
16
 
@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test "x$has_debug" = "xyes")
17
 
 dnl #########################################################################
18
 
 dnl  Support for internationalization
19
 
 dnl ########################################################################
20
 
-AC_DEFINE(GETTEXT_PACKAGE, "[AC_PACKAGE_NAME]",[fix])
21
 
+GETTEXT_PACKAGE=AC_PACKAGE_NAME
22
 
+AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
23
 
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[fix])
24
 
 AM_GLIB_GNU_GETTEXT
25
 
 
26
 
 
27
 
--
28
 
cgit v0.9