~ubuntu-branches/ubuntu/trusty/gnome-python-extras/trusty

« back to all changes in this revision

Viewing changes to debian/patches/06_gda_libpython.patch

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Laurent Bigonville, Michael Biebl
  • Date: 2011-10-10 01:45:28 UTC
  • mfrom: (1.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20111010014528-h5nyqhes543ezy1i
Tags: 2.25.3-11
[ Laurent Bigonville ]
* debian/rules: Drop .la files

[ Michael Biebl ]
* Drop python-gdl package. There are no reverse dependencies left and gdl
  provides a gir package now.
* Drop python-gda package. There are no reverse dependencies left and gda
  provides a gir package now.
* Remove obsolete patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gnome-python-extras-2.25.3/gda/Makefile.am
2
 
===================================================================
3
 
--- gnome-python-extras-2.25.3.orig/gda/Makefile.am     2010-09-27 09:21:09.079973023 +0200
4
 
+++ gnome-python-extras-2.25.3/gda/Makefile.am  2010-09-27 09:22:06.295974778 +0200
5
 
@@ -34,7 +34,7 @@ gda_la_CFLAGS = $(GDA_CFLAGS)
6
 
 gda_la_LDFLAGS = $(common_ldflags)
7
 
 # gda_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initgda
8
 
 
9
 
-gda_la_LIBADD = $(GDA_LIBS) $(PYTHON_LDFLAGS)
10
 
+gda_la_LIBADD = $(GDA_LIBS)
11
 
 gda_la_SOURCES = gdamodule.c pygdavalue_conversions.c pygdavalue_conversions.h gdaglue.h
12
 
 
13
 
 argtypesdir = $(datadir)/pygtk/2.0/argtypes