[Crosstoolchain-logs] [device-tree-compiler] 01/08: Import Debian patch 1.3.0-3

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 16:07:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch debian/master
in repository device-tree-compiler.

commit ccfcb548464af56d404a4d2e96ee1c0e9ae1aee1
Author: Hector Oron <zumbi at debian.org>
Date:   Sat Apr 27 07:47:09 2013 +0000

    Import Debian patch 1.3.0-3
---
 debian/changelog                                   |  7 +++++
 .../patches/local-add-missing-header-706137.patch  | 32 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/source/format                               |  2 +-
 4 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2d58e8d..f2bf28b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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 <zumbi at debian.org>  Sat, 27 Apr 2013 07:47:09 +0000
+
 device-tree-compiler (1.3.0-2) unstable; urgency=low
 
   * Add libfdt package (Closes: #477565)
diff --git a/debian/patches/local-add-missing-header-706137.patch b/debian/patches/local-add-missing-header-706137.patch
new file mode 100644
index 0000000..215cafd
--- /dev/null
+++ b/debian/patches/local-add-missing-header-706137.patch
@@ -0,0 +1,32 @@
+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 <zumbi at debian.org>
+Bug-Debian: http://bugs.debian.org/706137
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- 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 --git a/debian/patches/series b/debian/patches/series
index 696af76..a959ec4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list