Looks fine to me, go ahead with immediate upload.

Baruch

* Cyril Brulebois <[EMAIL PROTECTED]> [071009 13:51]:
> tag 444532 patch pending
> thanks
> 
> Lucas Nussbaum <[EMAIL PROTECTED]> (29/09/2007):
> > Justification: FTBFS on i386
> 
> Hi.
> 
> Please find attached for the NMU I prepared. Since it is similar to the
> previous one, will you give me a go for an immediate upload, or should I
> use DELAYED/n? Feel free to sponsor the upload[1] if you wish.
> 
>  1. http://kibi.dyndns.org:8083/~kibi/bsp2/mdk_1.2.3-1.1.dsc
> 
> (will be available until the upload happens, moved under the done/
> subdirectory afterwards)
> 
> Cheers,
> 
> -- 
> Cyril Brulebois

> diff -u mdk-1.2.3/debian/changelog mdk-1.2.3/debian/changelog
> --- mdk-1.2.3/debian/changelog
> +++ mdk-1.2.3/debian/changelog
> @@ -1,3 +1,12 @@
> +mdk (1.2.3-1.1) unstable; urgency=low
> +
> +  * Non-maintainer upload.
> +  * Remove ?€œ-DGTK_DISABLE_DEPRECATED?€ from configure{,.in} to avoid 
> FTBFS due
> +    to the transition to Gtk 2.12 (Closes: #444532).
> +  * No longer ignore ?€œmake distclean?€ errors, per lintian.
> +
> + -- Cyril Brulebois <[EMAIL PROTECTED]>  Tue, 09 Oct 2007 15:31:17 +0200
> +
>  mdk (1.2.3-1) unstable; urgency=low
>  
>    * New upstream version
> diff -u mdk-1.2.3/debian/rules mdk-1.2.3/debian/rules
> --- mdk-1.2.3/debian/rules
> +++ mdk-1.2.3/debian/rules
> @@ -28,7 +28,7 @@
>       rm -f build-stamp configure-stamp
>  
>       # Add here commands to clean up after the build process.
> -     -$(MAKE) distclean
> +     [ ! -f Makefile ] || $(MAKE) distclean
>  
>       dh_clean
>  
> only in patch2:
> unchanged:
> --- mdk-1.2.3.orig/configure.in
> +++ mdk-1.2.3/configure.in
> @@ -130,7 +130,7 @@
>  fi
>  
>  if test x$gui = xtrue; then
> -AM_CFLAGS="$AM_CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED"
> +AM_CFLAGS="$AM_CFLAGS -DGDK_DISABLE_DEPRECATED"
>  fi
>  
>  dnl use the provided getopt if gnu getopt is not available
> only in patch2:
> unchanged:
> --- mdk-1.2.3.orig/configure
> +++ mdk-1.2.3/configure
> @@ -13391,7 +13391,7 @@
>  fi
>  
>  if test x$gui = xtrue; then
> -AM_CFLAGS="$AM_CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED"
> +AM_CFLAGS="$AM_CFLAGS -DGDK_DISABLE_DEPRECATED"
>  fi
>  
>  




Cheers,
Baruch


Reply via email to