tags 740119 + pending
thanks

[ Benjamin, adding you to explicit CC as I don't know if you receive bugmail for
nemo ]

On 26/02/14 00:02, Emilio Pozuelo Monfort wrote:
> Source: nemo
> Version: 1.8.4-1
> Severity: serious
> 
> Your package FTBFS on sid since the gtk+3.0 update. That is because
> you're building with -DGTK_DISABLE_DEPRECATED (plus a few others).
> That is a bad idea to do in Debian (it is fine if upstream does it
> during development) because it can cause build failures like this when
> one of those libraries is updated.

I have just uploaded a package to DELAYED/2 with the attached debdiff because
this is going to be a blocker for the gnome-desktop transition in the coming
days. The package seems to works fine for me, but please let me know if you want
me to cancel or delay this further. If you want to upload it yourself, please go
ahead; my upload will then be automatically canceled.

Regards,
Emilio
diff -Nru nemo-1.8.4/debian/changelog nemo-1.8.4/debian/changelog
--- nemo-1.8.4/debian/changelog 2013-08-01 16:00:22.000000000 +0200
+++ nemo-1.8.4/debian/changelog 2014-03-06 00:14:08.000000000 +0100
@@ -1,3 +1,12 @@
+nemo (1.8.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/01-disable-deprecated.patch:
+    + Don't disable deprecated functions in rdeps, otherwise nemo FTBFS
+      because it uses some deprecated functions. Closes: #740119.
+
+ -- Emilio Pozuelo Monfort <po...@debian.org>  Thu, 06 Mar 2014 00:13:58 +0100
+
 nemo (1.8.4-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru nemo-1.8.4/debian/patches/01-disable-deprecated.patch 
nemo-1.8.4/debian/patches/01-disable-deprecated.patch
--- nemo-1.8.4/debian/patches/01-disable-deprecated.patch       1970-01-01 
01:00:00.000000000 +0100
+++ nemo-1.8.4/debian/patches/01-disable-deprecated.patch       2014-03-01 
21:54:13.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/configure.in
++++ b/configure.in
+@@ -296,7 +296,7 @@
+ AC_SUBST(NEMO_CFLAGS)
+ AC_SUBST(NEMO_LIBS)
+ 
+-DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
++DISABLE_DEPRECATED_CFLAGS= #"-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
+ AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
+ 
+ dnl Multimedia keys
diff -Nru nemo-1.8.4/debian/patches/series nemo-1.8.4/debian/patches/series
--- nemo-1.8.4/debian/patches/series    1970-01-01 01:00:00.000000000 +0100
+++ nemo-1.8.4/debian/patches/series    2014-03-01 21:53:13.000000000 +0100
@@ -0,0 +1 @@
+01-disable-deprecated.patch

Reply via email to