diff -Nru device-tree-compiler-1.6.1/debian/changelog device-tree-compiler-1.6.1/debian/changelog --- device-tree-compiler-1.6.1/debian/changelog 2022-06-22 00:35:38.000000000 +0100 +++ device-tree-compiler-1.6.1/debian/changelog 2022-10-07 22:02:30.000000000 +0100 @@ -1,3 +1,9 @@ +device-tree-compiler (1.6.1-2ubuntu1) kinetic; urgency=medium + + * d/rules: Fix FTBFS by adding pkg-info.mk (LP: #1992180) + + -- Dave Jones Fri, 07 Oct 2022 22:02:30 +0100 + device-tree-compiler (1.6.1-2) unstable; urgency=medium [ Bastian Germann ] diff -Nru device-tree-compiler-1.6.1/debian/control device-tree-compiler-1.6.1/debian/control --- device-tree-compiler-1.6.1/debian/control 2022-06-22 00:31:50.000000000 +0100 +++ device-tree-compiler-1.6.1/debian/control 2022-10-07 22:02:30.000000000 +0100 @@ -1,7 +1,8 @@ Source: device-tree-compiler Section: devel Priority: optional -Maintainer: Héctor Orón Martínez +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Héctor Orón Martínez Uploaders: Vagrant Cascadian Standards-Version: 4.6.0 Build-Depends: debhelper-compat (= 13), diff -Nru device-tree-compiler-1.6.1/debian/patches/.gitignore device-tree-compiler-1.6.1/debian/patches/.gitignore --- device-tree-compiler-1.6.1/debian/patches/.gitignore 2022-06-22 00:05:01.000000000 +0100 +++ device-tree-compiler-1.6.1/debian/patches/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -!*.patch diff -Nru device-tree-compiler-1.6.1/debian/rules device-tree-compiler-1.6.1/debian/rules --- device-tree-compiler-1.6.1/debian/rules 2022-06-22 00:25:37.000000000 +0100 +++ device-tree-compiler-1.6.1/debian/rules 2022-10-07 22:02:27.000000000 +0100 @@ -5,6 +5,7 @@ # respect SOURCE_DATE_EPOCH. export FORCE_SOURCE_DATE=1 +include /usr/share/dpkg/pkg-info.mk export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM) export DEB_BUILD_MAINT_OPTIONS=hardening=+all