Hi,

I have just done an NMU of ido to fix the long standing RC bug#741836.
Please find the diff of the NMU attached.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net
diff -Nru ido-0.3.4/debian/changelog ido-0.3.4/debian/changelog
--- ido-0.3.4/debian/changelog	2012-05-05 18:25:47.000000000 +0200
+++ ido-0.3.4/debian/changelog	2014-10-01 22:27:02.000000000 +0200
@@ -1,3 +1,11 @@
+ido (0.3.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Makefile.am: add -Wno-error=deprecated-declarations to be able to
+    use the same source code for both GTK 2 and 3.
+
+ -- Aurelien Jarno <aure...@debian.org>  Wed, 01 Oct 2014 22:27:00 +0200
+
 ido (0.3.4-1) unstable; urgency=low
 
   * Merge newest upstream from Ubuntu.
diff -Nru ido-0.3.4/debian/patches/debian-changes ido-0.3.4/debian/patches/debian-changes
--- ido-0.3.4/debian/patches/debian-changes	2012-05-05 18:28:13.000000000 +0200
+++ ido-0.3.4/debian/patches/debian-changes	2014-10-01 22:27:05.000000000 +0200
@@ -43,3 +43,14 @@
        ]
  )
  
+--- ido-0.3.4.orig/src/Makefile.am
++++ ido-0.3.4/src/Makefile.am
+@@ -55,7 +55,7 @@ AM_CPPFLAGS =				\
+ 	$(GCC_FLAGS)			\
+ 	$(GTK_CFLAGS)			\
+ 	$(MAINTAINER_CFLAGS)    \
+-	-Wall -Werror -Wextra -Wno-unused-parameter
++	-Werror -Wall -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations
+ 
+ libido_0_1_la_SOURCES =			\
+ 	idotypebuiltins.c		\

Reply via email to