r51777 - in /attic/gnome-python/debian: changelog patches/0001-Remove-GNOME_COMMON_INIT.patch patches/series rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Nov 28 12:25:00 UTC 2016


Author: pochu
Date: Mon Nov 28 12:24:58 2016
New Revision: 51777

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51777
Log:
* Non-maintainer upload.
* Fix FTBFS with dpkg-buildpackage -A.
  Thanks to Santiago Vila <sanvila at unex.es> (Closes: #831950)
* Remove GNOME_COMMON_INIT. (Closes: #830002)

Added:
    attic/gnome-python/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch
Modified:
    attic/gnome-python/debian/changelog
    attic/gnome-python/debian/patches/series
    attic/gnome-python/debian/rules

Modified: attic/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/changelog?rev=51777&op=diff
==============================================================================
--- attic/gnome-python/debian/changelog	[utf-8] (original)
+++ attic/gnome-python/debian/changelog	[utf-8] Mon Nov 28 12:24:58 2016
@@ -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 <sanvila at unex.es> (Closes: #831950)
+  * Remove GNOME_COMMON_INIT. (Closes: #830002)
+
+ -- Dr. Tobias Quathamer <toddy at debian.org>  Sun, 27 Nov 2016 17:41:40 +0100
+
 gnome-python (2.28.1+dfsg-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Added: attic/gnome-python/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch?rev=51777&op=file
==============================================================================
--- attic/gnome-python/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch	(added)
+++ attic/gnome-python/debian/patches/0001-Remove-GNOME_COMMON_INIT.patch	[utf-8] Mon Nov 28 12:24:58 2016
@@ -0,0 +1,22 @@
+From: "Dr. Tobias Quathamer" <toddy at 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"
+ 

Modified: attic/gnome-python/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/patches/series?rev=51777&op=diff
==============================================================================
--- attic/gnome-python/debian/patches/series	[utf-8] (original)
+++ attic/gnome-python/debian/patches/series	[utf-8] Mon Nov 28 12:24:58 2016
@@ -1 +1 @@
-
+0001-Remove-GNOME_COMMON_INIT.patch

Modified: attic/gnome-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/rules?rev=51777&op=diff
==============================================================================
--- attic/gnome-python/debian/rules	[utf-8] (original)
+++ attic/gnome-python/debian/rules	[utf-8] Mon Nov 28 12:24:58 2016
@@ -31,6 +31,10 @@
 	dh_testdir
 	$(MAKE) -C build-$*
 	touch $@
+
+build-arch: build
+
+build-indep: build
 
 build: $(PYVERS:%=build-%/build-stamp)
 
@@ -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




More information about the pkg-gnome-commits mailing list