[Crosstoolchain-logs] [device-tree-compiler] 07/08: Import Debian patch 1.4.0+dfsg-1

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 16:07:52 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 5237ca72e983408300acf792fd6a04cb54ce0b8c
Merge: 125dcb1 846d3d0
Author: Riku Voipio <riku.voipio at linaro.org>
Date:   Fri Jan 3 16:22:27 2014 +0200

    Import Debian patch 1.4.0+dfsg-1

 .gitignore                                       |   7 +-
 Documentation/dts-format.txt                     |  34 +-
 Documentation/manual.txt                         |  18 +-
 Makefile                                         |  26 +-
 Makefile.ftdump                                  |  12 -
 Makefile.utils                                   |  24 ++
 checks.c                                         | 203 ++++++++----
 convert-dtsv0-lexer.l                            |  24 +-
 data.c                                           | 124 ++-----
 debian/changelog                                 |   6 +
 debian/control                                   |   3 +-
 debian/patches/series                            |  44 +--
 dtc-lexer.l                                      |  65 +++-
 dtc-parser.y                                     | 255 ++++++++++++--
 dtc.c                                            | 146 +++++----
 dtc.h                                            |  32 +-
 ftdump.c => fdtdump.c                            | 175 +++++-----
 fdtget.c                                         | 360 ++++++++++++++++++++
 fdtput.c                                         | 401 +++++++++++++++++++++++
 flattree.c                                       |   5 +-
 libfdt/Makefile.libfdt                           |   4 +-
 libfdt/fdt.c                                     |  30 +-
 libfdt/fdt.h                                     |  93 ++++--
 libfdt/{fdt_wip.c => fdt_empty_tree.c}           |  72 ++--
 libfdt/fdt_ro.c                                  |   7 +-
 libfdt/fdt_rw.c                                  |  31 +-
 libfdt/fdt_sw.c                                  |   4 +-
 libfdt/fdt_wip.c                                 |   2 +-
 libfdt/libfdt.h                                  | 315 +++++++++++++++++-
 libfdt/libfdt_env.h                              | 106 +++++-
 libfdt/version.lds                               |   6 +
 livetree.c                                       | 126 ++++++-
 srcpos.c                                         | 108 +++++-
 srcpos.h                                         |  32 ++
 tests/.gitignore                                 |  12 +-
 tests/Makefile.tests                             |  21 +-
 tests/add_subnode_with_nops.c                    |   1 -
 tests/appendprop.dts                             |   8 +
 tests/{add_subnode_with_nops.c => appendprop1.c} |  37 +--
 tests/{get_alias.c => appendprop2.c}             |  42 ++-
 tests/asm_tree_dump.c                            |   1 -
 tests/boot-cpuid.c                               |   1 -
 tests/{root_node.c => char_literal.c}            |  26 +-
 tests/char_literal.dts                           |   5 +
 tests/del_node.c                                 |   1 -
 tests/del_property.c                             |   1 -
 tests/delete_reinstate_multilabel.dts            |  37 +++
 tests/delete_reinstate_multilabel_ref.dts        |   9 +
 tests/dependencies.cmp                           |   1 +
 tests/dependencies.dts                           |   6 +
 tests/deps_inc1.dtsi                             |   1 +
 tests/deps_inc2.dtsi                             |   1 +
 tests/dtb_reverse.c                              |   1 -
 tests/dtbs_equal_ordered.c                       |   1 -
 tests/dtbs_equal_unordered.c                     |   1 -
 tests/dtc-checkfails.sh                          |  31 +-
 tests/dtc-fails.sh                               |  30 ++
 tests/dumptrees.c                                |   2 -
 tests/extra-terminating-null.c                   |   1 -
 tests/fdtget-runtest.sh                          |  24 ++
 tests/fdtput-runtest.sh                          |  39 +++
 tests/find_property.c                            |   1 -
 tests/get_alias.c                                |   1 -
 tests/get_mem_rsv.c                              |   1 -
 tests/get_name.c                                 |   1 -
 tests/get_path.c                                 |   1 -
 tests/get_phandle.c                              |   1 -
 tests/getprop.c                                  |   1 -
 tests/incbin.c                                   |   1 -
 tests/include1.dts                               |   1 +
 tests/include5a.dts                              |   1 +
 tests/integer-expressions.c                      | 116 +++++++
 tests/label_repeated.dts                         |  15 +
 tests/line_directives.dts                        |  21 ++
 tests/lorem.txt                                  |  35 ++
 tests/mangle-layout.c                            |   1 -
 tests/move_and_save.c                            |   1 -
 tests/node_check_compatible.c                    |   1 -
 tests/node_offset_by_compatible.c                |   1 -
 tests/node_offset_by_phandle.c                   |   1 -
 tests/node_offset_by_prop_value.c                |   1 -
 tests/nop_node.c                                 |   1 -
 tests/nop_property.c                             |   1 -
 tests/nopulate.c                                 |   1 -
 tests/notfound.c                                 |   9 +-
 tests/open_pack.c                                |   1 -
 tests/parent_offset.c                            |   1 -
 tests/path-references.c                          |   1 -
 tests/path_offset.c                              |   5 +-
 tests/path_offset_aliases.c                      |   1 -
 tests/phandle_format.c                           |   1 -
 tests/{getprop.c => propname_escapes.c}          |   7 +-
 tests/propname_escapes.dts                       |   6 +
 tests/references.c                               |   1 -
 tests/root_node.c                                |   1 -
 tests/run_tests.sh                               | 218 +++++++++++-
 tests/rw_tree1.c                                 |  16 +-
 tests/search_dir/search_test.dtsi                |   4 +
 tests/search_dir/search_test2.dtsi               |   3 +
 tests/search_dir_b/search_paths_subdir.dts       |   6 +
 tests/search_dir_b/search_test_b.dtsi            |   4 +
 tests/search_dir_b/search_test_b2.dtsi           |   5 +
 tests/search_dir_b/search_test_c.dtsi            |   2 +
 tests/search_paths.dts                           |   6 +
 tests/search_paths_b.dts                         |   6 +
 tests/set_name.c                                 |   1 -
 tests/setprop.c                                  |  19 +-
 tests/setprop_inplace.c                          |  19 +-
 tests/sized_cells.c                              |  83 +++++
 tests/sized_cells.dts                            |  11 +
 tests/string_escapes.c                           |   1 -
 tests/subnode_iterate.c                          |  94 ++++++
 tests/subnode_iterate.dts                        |  44 +++
 tests/subnode_offset.c                           |   7 +-
 tests/supernode_atdepth_offset.c                 |   1 -
 tests/sw_tree1.c                                 |   4 +-
 tests/test_tree1.dts                             |  36 +-
 tests/{test_tree1.dts => test_tree1_body.dtsi}   |   3 +-
 tests/test_tree1_delete.dts                      |  68 ++++
 tests/test_tree1_dts0.dts                        |  37 ---
 tests/test_tree1_merge.dts                       |   1 +
 tests/test_tree1_merge_labelled.dts              |   1 +
 tests/test_tree1_merge_path.dts                  |   1 +
 tests/testdata.h                                 |   8 +
 tests/tests.h                                    |  23 +-
 tests/tests.sh                                   |  29 ++
 tests/testutils.c                                |  59 +---
 tests/trees.S                                    |   6 +
 tests/truncated_property.c                       |   1 -
 tests/utilfdt_test.c                             | 127 +++++++
 tests/value-labels.c                             |   1 -
 treesource.c                                     |   2 +
 util.c                                           | 389 ++++++++++++++++++++++
 util.h                                           | 196 ++++++++++-
 134 files changed, 4202 insertions(+), 821 deletions(-)

diff --cc debian/changelog
index 79e3cc8,0000000..6bc313f
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,102 -1,0 +1,108 @@@
++device-tree-compiler (1.4.0+dfsg-1) unstable; urgency=low
++
++  * REALLY update to upstream version 1.4.0, closes: #725745
++
++ -- Riku Voipio <riku.voipio at linaro.org>  Fri, 03 Jan 2014 16:22:27 +0200
++
 +device-tree-compiler (1.4.0-2) unstable; urgency=low
 +
 +  * Convert to multiarch
 +
 + -- Riku Voipio <riku.voipio at linaro.org>  Fri, 23 Aug 2013 14:58:19 +0300
 +
 +device-tree-compiler (1.4.0-1) unstable; urgency=low
 +
 +  * Added myself to maintainers
 +  * New upstream version, closes: #713991
 +
 + -- Riku Voipio <riku.voipio at linaro.org>  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 <zumbi at pergolesi.debian.org>  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 <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)
 +    - Thanks Dmitry Eremin-Solenikov and Aurelien Jarno for patch.
 +  * Backport upstream fixes as patches until 2012-1-21.
 +  * Reword package description to generalize architecture support.
 +    - Removes OpenFirmware and PowerPC references.
 +  * Update dtc manpage and include fdtget, fdtput, fdtdump, convert-dtsv0,
 +    dtdiff manpages.
 +  * d/rules: Add build-arch and build-indep targets.
 +  * d/README.source: refer to quilt patching system.
 +  * Remove Apps top-level section from doc-base.
 +
 + -- Hector Oron <zumbi at debian.org>  Sat, 28 Jan 2012 01:16:09 +0100
 +
 +device-tree-compiler (1.3.0-1) unstable; urgency=low
 +
 +  * New upstream release. (Closes: #572945)
 +  * New maintainer. (Closes: #649290)
 +  * New VCS repository.
 +  * Update homepage stanza (Closes: #497605)
 +  * Update standards version.
 +  * Compile with -fPIC. Fixes ftbfs on amd64.
 +  * Use dpkg 1.0 format.
 +  * Backport upstream fixes as patches until 2011-10-26.
 +
 + -- Hector Oron <zumbi at debian.org>  Tue, 22 Nov 2011 12:23:38 +0000
 +
 +device-tree-compiler (1.1.0.dfsg-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Fix lintian warning "copyright-without-copyright-notice".
 +    + Update debian/copyright.
 +
 + -- Aurélien GÉRÔME <ag at roxor.cx>  Sat, 16 Feb 2008 17:08:36 +0100
 +
 +device-tree-compiler (1.0.0.dfsg-1) unstable; urgency=low
 +
 +  * New upstream release. (Closes: #438479)
 +    + Fix missing /chosen node, as it has been removed from DTS.
 +      (Closes: #436234)
 +  * Remove ftdump from the upstream tarball.
 +    + This file has no license notice.
 +    + Fix conflict with the freetype2-demos package. (Closes: #434890)
 +    + David Gibson told me that he would not bother even installing
 +      ftdump. It was meant to be a debugging tool, dumping a blob
 +      back into text format, but it never got very far and he has
 +      been meaning to get rid of it.
 +  * Update tests/dumptrees.c in the upstream tarball with GIT commit
 +    08c0be206d5d6b035db11048d19be33216332f2b.
 +    + Fix missing copyright and license notices.
 +  * Update debian/copyright.
 +    + Mention dual GPLv2+/BSD licensing of libfdt.
 +    + Add Jon Loeliger as an upstream author.
 +  * Bump Standards-Version to 3.7.3.
 +  * Add the Homepage field and remove it from the long description.
 +  * Add the Vcs-Git/Vcs-Browser fields.
 +  * Add the XS-DM-Upload-Allowed field.
 +  * Rewrite short and long descriptions in debian/control.
 +  * Rewrite debian/rules to handle the noopt build option.
 +  * Write and add a manpage for dtc.
 +  * Add documentation under /usr/share/doc/device-tree-compiler/.
 +    + Add Build-Depends on texlive and texlive-latex-extra.
 +    + Add debian/doc-base.dtc-manual and debian/doc-base.dtc-paper.
 +    + Create a Makefile to build dtc-paper.tex.
 +      - Add quilt support to build system.
 +      - Add 01_build_doc.diff.
 +    + Update debian/rules to prepare documentation.
 +
 + -- Aurélien GÉRÔME <ag at roxor.cx>  Sat, 22 Dec 2007 04:02:24 +0100
 +
 +device-tree-compiler (0.1~git20070226-1) experimental; urgency=low
 +
 +  * Initial release. (Closes: #413290)
 +
 + -- Aurélien GÉRÔME <ag at roxor.cx>  Sat,  3 Mar 2007 23:13:14 +0100
diff --cc debian/control
index a52558c,0000000..db5632a
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,39 -1,0 +1,40 @@@
 +Source: device-tree-compiler
 +Section: devel
 +Priority: extra
 +Maintainer: Hector Oron <zumbi at debian.org>
 +Uploaders: Riku Voipio <riku.voipio at linaro.org>
- Standards-Version: 3.9.4
++Standards-Version: 3.9.5
 +Build-Depends: debhelper (>= 5), quilt, flex, bison, texlive, texlive-latex-extra
 +Homepage: http://git.jdl.com/gitweb/?p=dtc.git
 +Vcs-Git: git://anonscm.debian.org/crosstoolchain/device-tree-compiler.git
 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=crosstoolchain/device-tree-compiler.git
 +
 +Package: device-tree-compiler
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Multi-Arch: foreign
 +Description: Device Tree Compiler for Flat Device Trees
 + Device Tree Compiler, dtc, takes as input a device-tree in
 + a given format and outputs a device-tree in another format
 + for booting kernels on embedded systems.
 + .
 + Typically, the input format is "dts", a human readable source
 + format, and creates a "dtb", or binary format as output.
 +
 +Package: libfdt1
 +Architecture: any
 +Section: libs
 +Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: multiarch-support
 +Description: Flat Device Trees manipulation library
 + This is a library containing functions for manipulating Flat Device Trees.
 +
 +Package: libfdt-dev
 +Architecture: any
 +Section: libdevel
 +Depends: libfdt1 (= ${binary:Version}), ${misc:Depends}
 +Description: Flat Device Trees manipulation library - development files
 + This is a library containing functions for manipulating Flat Device Trees.
 + .
 + This package contains the files needed for development against libfdt.
diff --cc debian/patches/series
index a959ec4,0000000..aaeb1f5
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,23 -1,0 +1,23 @@@
 +01_build_doc.patch
- 02_remove-unused-check-variable.patch
- 03_Remove-unused-variable-in-flat_read_mem_reserve.patch
- 04_Split-out-is_printable_string-into-util.patch
- 05_Add-missing-tests-to-gitignore.patch
- 06_Refactor-character-literal-parsing-code.patch
- 07_Remove-gcc-4.6-set-but-not-used-warnings.patch
- 08_Support-character-literals-in-cell-lists.patch
- 09_Create-Makefile_utils-and-move-ftdump-into-it.patch
- 10_Add-fdt-read_write-utility-functions.patch
- 11_Make-testutils-use-utilfdt.patch
- 12_use-utilfdt-to-read-blob.patch
- 13_Add-fdt16_to_cpu-utility-function.patch
- 14_Add-data_append_integer-function.patch
- 15_Add-support-for-variable-sized-elements.patch
- 16_fdtdump-rename-from-ftdump.patch
- 17_libfdt-Add-support-for-appending-the-values-to-a-exi.patch
- 18_libfdt-Activate-testcase-for-appending-properties.patch
- 19_dtc-Implement-d-option-to-write-out-a-dependency-fil.patch
- 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
++#02_remove-unused-check-variable.patch
++#03_Remove-unused-variable-in-flat_read_mem_reserve.patch
++#04_Split-out-is_printable_string-into-util.patch
++#05_Add-missing-tests-to-gitignore.patch
++#06_Refactor-character-literal-parsing-code.patch
++#07_Remove-gcc-4.6-set-but-not-used-warnings.patch
++#08_Support-character-literals-in-cell-lists.patch
++#09_Create-Makefile_utils-and-move-ftdump-into-it.patch
++#10_Add-fdt-read_write-utility-functions.patch
++#11_Make-testutils-use-utilfdt.patch
++#12_use-utilfdt-to-read-blob.patch
++#13_Add-fdt16_to_cpu-utility-function.patch
++#14_Add-data_append_integer-function.patch
++#15_Add-support-for-variable-sized-elements.patch
++#16_fdtdump-rename-from-ftdump.patch
++#17_libfdt-Add-support-for-appending-the-values-to-a-exi.patch
++#18_libfdt-Activate-testcase-for-appending-properties.patch
++#19_dtc-Implement-d-option-to-write-out-a-dependency-fil.patch
++#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

-- 
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