diff -Nru device-tree-compiler-1.4.2/debian/changelog device-tree-compiler-1.4.2-1.4.2/debian/changelog --- device-tree-compiler-1.4.2/debian/changelog 2018-04-12 20:46:30.000000000 +0000 +++ device-tree-compiler-1.4.2-1.4.2/debian/changelog 2018-04-12 15:48:23.000000000 +0000 @@ -1,3 +1,10 @@ +device-tree-compiler-1.4.2 (1.4.2-1+rpi1) jessie-staging; urgency=medium + + * Renamed backport because jessie's device-tree-compiler can't decompile + current raspberry pi dtbs. + + -- Peter Michael Green Thu, 12 Apr 2018 15:47:14 +0000 + device-tree-compiler (1.4.2-1) unstable; urgency=medium * New upstream release, closes: #839031 diff -Nru device-tree-compiler-1.4.2/debian/control device-tree-compiler-1.4.2-1.4.2/debian/control --- device-tree-compiler-1.4.2/debian/control 2018-04-12 20:46:30.000000000 +0000 +++ device-tree-compiler-1.4.2-1.4.2/debian/control 2018-04-12 15:43:23.000000000 +0000 @@ -1,4 +1,4 @@ -Source: device-tree-compiler +Source: device-tree-compiler-1.4.2 Section: devel Priority: extra Maintainer: Héctor Orón Martínez @@ -9,9 +9,10 @@ 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 +Package: device-tree-compiler-1.4.2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: device-tree-compiler Multi-Arch: foreign Description: Device Tree Compiler for Flat Device Trees Device Tree Compiler, dtc, takes as input a device-tree in @@ -21,20 +22,3 @@ 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: ${misc:Pre-Depends} -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 -Nru device-tree-compiler-1.4.2/debian/device-tree-compiler-1.4.2.install device-tree-compiler-1.4.2-1.4.2/debian/device-tree-compiler-1.4.2.install --- device-tree-compiler-1.4.2/debian/device-tree-compiler-1.4.2.install 1970-01-01 00:00:00.000000000 +0000 +++ device-tree-compiler-1.4.2-1.4.2/debian/device-tree-compiler-1.4.2.install 2018-04-12 15:40:42.000000000 +0000 @@ -0,0 +1 @@ +usr/bin/* diff -Nru device-tree-compiler-1.4.2/debian/device-tree-compiler.install device-tree-compiler-1.4.2-1.4.2/debian/device-tree-compiler.install --- device-tree-compiler-1.4.2/debian/device-tree-compiler.install 2018-04-12 20:46:30.000000000 +0000 +++ device-tree-compiler-1.4.2-1.4.2/debian/device-tree-compiler.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/bin/*