Jaromil <jaro...@dyne.org> wrote:
> 
> this package fixes some previously open lintian issues and leave open
> just some less relevant issues (wishlist and one normal), but most
> importantly it compiles correctly with pbuilder and should finally
> close bug #614458
> 

It doesn't fix #606717 though. I have a fixed package ready that fixes
both #614458 and #606717. The debdiff (made against current sid's
version) is attached.

Did you contact your Debian sponsor for the upload? If you/he
don't/doesn't have time, I can upload my NMU to fix the failures and
finally have a fixed version ready to migrate to testing. Otherwise,
pleae try to have your package fixed soon.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606717

Regards,

-- 
Mehdi Dogguy
diff -u freej-0.10git20100110/debian/changelog freej-0.10git20100110/debian/changelog
--- freej-0.10git20100110/debian/changelog
+++ freej-0.10git20100110/debian/changelog
@@ -1,3 +1,11 @@
+freej (0.10git20100110-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to missing declaration of UINT64_C (Closes: #614458).
+  * Fix build failure with ld --no-add-needed (Closes: #606717).
+
+ -- Mehdi Dogguy <me...@debian.org>  Tue, 15 Mar 2011 17:30:00 +0100
+
 freej (0.10git20100110-1) unstable; urgency=low
 
   [ Filippo Giunchedi ]
@@ -307 +314,0 @@
-
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.am
+++ freej-0.10git20100110/src/Makefile.am
@@ -73,4 +73,4 @@
 
 bin_PROGRAMS = freej
 freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.in
+++ freej-0.10git20100110/src/Makefile.in
@@ -515,7 +515,7 @@
 libfreej_la_LIBADD = $(FREEJ_STATIC_LIBS)
 libfreej_la_LDFLAGS = $(FREEJ_LIBS) -version-info $(FREEJ_VERSION_INFO)
 freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
 all: all-recursive
 
 .SUFFIXES:
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/include/video_layer.h
+++ freej-0.10git20100110/src/include/video_layer.h
@@ -20,6 +20,9 @@
 #define __avcodec_h__
 
 #include <config.h>
+#include <inttypes.h>
+ 
+#define UINT64_C uint64_t
 
 extern "C" {
 #ifdef HAVE_LIBAVCODEC_AVCODEC_H

Reply via email to