Hi, please find the attached patch of the NMU I've just uploaded.
Regards, Tobias
diff -Nru gnome-python-2.28.1+dfsg/debian/changelog gnome-python-2.28.1+dfsg/debian/changelog --- gnome-python-2.28.1+dfsg/debian/changelog 2014-10-11 13:01:31.000000000 +0200 +++ gnome-python-2.28.1+dfsg/debian/changelog 2016-11-27 17:41:40.000000000 +0100 @@ -1,3 +1,12 @@ +gnome-python (2.28.1+dfsg-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with dpkg-buildpackage -A. + Thanks to Santiago Vila <sanv...@unex.es> (Closes: #831950) + * Remove GNOME_COMMON_INIT. (Closes: #830002) + + -- Dr. Tobias Quathamer <to...@debian.org> Sun, 27 Nov 2016 17:41:40 +0100 + gnome-python (2.28.1+dfsg-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru gnome-python-2.28.1+dfsg/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch gnome-python-2.28.1+dfsg/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch --- gnome-python-2.28.1+dfsg/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch 1970-01-01 01:00:00.000000000 +0100 +++ gnome-python-2.28.1+dfsg/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch 2016-11-27 17:37:48.000000000 +0100 @@ -0,0 +1,22 @@ +From: "Dr. Tobias Quathamer" <to...@debian.org> +Date: Sun, 27 Nov 2016 17:37:05 +0100 +Subject: Remove GNOME_COMMON_INIT + +See https://bugzilla.gnome.org/show_bug.cgi?id=735416#c9 +--- + configure.ac | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index c643741..85e10b6 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -54,8 +54,6 @@ AC_DEFUN([AC_ARG_BINDING], + fi]) + ]) + +-GNOME_COMMON_INIT +- + dnl put the ACLOCAL flags in the makefile + ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" + diff -Nru gnome-python-2.28.1+dfsg/debian/patches/series gnome-python-2.28.1+dfsg/debian/patches/series --- gnome-python-2.28.1+dfsg/debian/patches/series 2012-02-06 05:12:18.000000000 +0100 +++ gnome-python-2.28.1+dfsg/debian/patches/series 2016-11-27 17:37:48.000000000 +0100 @@ -1 +1 @@ - +0001-Remove-GNOME_COMMON_INIT.patch diff -Nru gnome-python-2.28.1+dfsg/debian/rules gnome-python-2.28.1+dfsg/debian/rules --- gnome-python-2.28.1+dfsg/debian/rules 2014-10-11 12:57:49.000000000 +0200 +++ gnome-python-2.28.1+dfsg/debian/rules 2016-11-27 17:32:06.000000000 +0100 @@ -32,6 +32,10 @@ $(MAKE) -C build-$* touch $@ +build-arch: build + +build-indep: build + build: $(PYVERS:%=build-%/build-stamp) install-clean: @@ -100,4 +104,4 @@ # NB: install-% should be .PHONY to avoid checking for real files, but # implicit/pattern rules may only build real files; if you declare these # .PHONY, no command will be run -.PHONY: build install-clean install clean binary-indep binary-arch binary +.PHONY: build build-arch build-indep install-clean install clean binary-indep binary-arch binary
signature.asc
Description: OpenPGP digital signature