diff -Nru quickfix-1.13.3+dfsg/debian/changelog quickfix-1.13.3+dfsg/debian/changelog --- quickfix-1.13.3+dfsg/debian/changelog 2012-01-03 17:27:06.000000000 +0000 +++ quickfix-1.13.3+dfsg/debian/changelog 2012-01-04 01:42:38.000000000 +0000 @@ -1,8 +1,8 @@ -quickfix (1.13.3+dfsg-3ubuntu1) precise; urgency=low +quickfix (1.13.3+dfsg-4) unstable; urgency=low - * Drop build dependency on python2.6. + * Change Build-Depends to use default Python version (Closes: #653798) - -- Matthias Klose Tue, 03 Jan 2012 18:26:30 +0100 + -- Roberto C. Sanchez Tue, 03 Jan 2012 20:39:48 -0500 quickfix (1.13.3+dfsg-3) unstable; urgency=low diff -Nru quickfix-1.13.3+dfsg/debian/rules quickfix-1.13.3+dfsg/debian/rules --- quickfix-1.13.3+dfsg/debian/rules 2012-01-03 17:27:58.000000000 +0000 +++ quickfix-1.13.3+dfsg/debian/rules 2012-01-04 03:20:46.000000000 +0000 @@ -41,6 +41,7 @@ # CFLAGS += -O2 #endif +PYINCLUDES=$(shell python-config --includes |cut -f1 -d' ' |sed 's/-I\(.*\)/\1/') config.status: configure configure: configure-stamp @@ -54,7 +55,7 @@ cp -f /usr/share/misc/config.guess config.guess endif libtoolize - ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="-Wl,-z,defs $(shell python-config --ldflags)" --with-ruby --with-mysql=/usr --enable-new-allocator --with-python=/usr/include/python2.7 --with-postgresql=/usr --with-boost=/usr/include/boost + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="-Wl,-z,defs $(shell python-config --ldflags)" --with-ruby --with-mysql=/usr --enable-new-allocator --with-python=$(PYINCLUDES) --with-postgresql=/usr --with-boost=/usr/include/boost touch configure-stamp