~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/workaround_python_config_bug.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: anjuta-3.8.4/configure.ac
2
 
===================================================================
3
 
--- anjuta-3.8.4.orig/configure.ac      2013-07-31 23:52:49.662673230 +0200
4
 
+++ anjuta-3.8.4/configure.ac   2013-07-31 23:52:49.658673180 +0200
5
 
@@ -320,7 +320,7 @@
 
1
---
 
2
 configure    |    2 +-
 
3
 configure.ac |    2 +-
 
4
 2 files changed, 2 insertions(+), 2 deletions(-)
 
5
 
 
6
--- a/configure.ac
 
7
+++ b/configure.ac
 
8
@@ -351,7 +351,7 @@ AM_PATH_PYTHON([],
6
9
 
7
10
 if test x$have_python = xyes; then
8
11
        if test -x $PYTHON-config; then
11
14
                PYTHON_LIBS=`$PYTHON-config --libs`
12
15
                AC_SUBST(PYTHON_CFLAGS)
13
16
                AC_SUBST(PYTHON_LIBS)
14
 
Index: anjuta-3.8.4/configure
15
 
===================================================================
16
 
--- anjuta-3.8.4.orig/configure 2013-07-31 23:52:49.662673230 +0200
17
 
+++ anjuta-3.8.4/configure      2013-07-31 23:52:49.662673230 +0200
18
 
@@ -18040,7 +18040,7 @@
 
17
--- a/configure
 
18
+++ b/configure
 
19
@@ -18383,7 +18383,7 @@ $as_echo "$am_cv_python_pyexecdir" >&6;
19
20
 
20
21
 if test x$have_python = xyes; then
21
22
        if test -x $PYTHON-config; then