diff -Nru device-tree-compiler-1.3.0/debian/changelog device-tree-compiler-1.4.0/debian/changelog --- device-tree-compiler-1.3.0/debian/changelog 2013-08-12 12:55:15.000000000 +0000 +++ device-tree-compiler-1.4.0/debian/changelog 2013-08-12 12:55:15.000000000 +0000 @@ -1,3 +1,23 @@ +device-tree-compiler (1.4.0-0.1linaro1) precise; urgency=low + + * Non-maintainer upload. + * New upstream version, closes: #713991 + + -- Riku Voipio Mon, 12 Aug 2013 15:36:00 +0300 + +device-tree-compiler (1.3.0-4) unstable; urgency=low + + * Revert accidental source format change. + + -- Hector Oron Sat, 27 Apr 2013 09:59:06 +0000 + +device-tree-compiler (1.3.0-3) unstable; urgency=low + + * libfdt-dev: Missing header file prevents the library usage + Thanks Domenico Andreoli (Closes: #706137) + + -- Hector Oron Sat, 27 Apr 2013 07:47:09 +0000 + device-tree-compiler (1.3.0-2) unstable; urgency=low * Add libfdt package (Closes: #477565) diff -Nru device-tree-compiler-1.3.0/debian/patches/local-add-missing-header-706137.patch device-tree-compiler-1.4.0/debian/patches/local-add-missing-header-706137.patch --- device-tree-compiler-1.3.0/debian/patches/local-add-missing-header-706137.patch 1970-01-01 00:00:00.000000000 +0000 +++ device-tree-compiler-1.4.0/debian/patches/local-add-missing-header-706137.patch 2013-08-12 12:55:15.000000000 +0000 @@ -0,0 +1,19 @@ +Description: libfdt-dev: Missing header file prevents the library usage + device-tree-compiler (1.3.0-3) unstable; urgency=low + . + * libfdt-dev: Missing header file prevents the library usage + Thanks Domenico Andreoli (Closes: #706137) +Author: Hector Oron +Bug-Debian: http://bugs.debian.org/706137 + +--- device-tree-compiler-1.3.0.orig/libfdt/Makefile.libfdt ++++ device-tree-compiler-1.3.0/libfdt/Makefile.libfdt +@@ -4,7 +4,7 @@ + # be easily embeddable into other systems of Makefiles. + # + LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 +-LIBFDT_INCLUDES = fdt.h libfdt.h ++LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h + LIBFDT_VERSION = version.lds + LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c + LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) diff -Nru device-tree-compiler-1.3.0/debian/patches/series device-tree-compiler-1.4.0/debian/patches/series --- device-tree-compiler-1.3.0/debian/patches/series 2013-08-12 12:55:15.000000000 +0000 +++ device-tree-compiler-1.4.0/debian/patches/series 2013-08-12 12:55:15.000000000 +0000 @@ -20,3 +20,4 @@ 20_Add-fdtget-utility-to-read-property-values-from-a-de.patch 21_Add-fdtput-utility-to-write-property-values-to-a-dev.patch 22_Introduce-TESTS_BIN-in-Makefiles-to-identify-tested-.patch +local-add-missing-header-706137.patch