diff -Nru flashrom-1.2/debian/changelog flashrom-1.2/debian/changelog --- flashrom-1.2/debian/changelog 2020-03-05 02:06:53.000000000 +0000 +++ flashrom-1.2/debian/changelog 2020-03-05 13:50:28.000000000 +0000 @@ -1,3 +1,17 @@ +flashrom (1.2-5) unstable; urgency=medium + + [ Mario Limonciello ] + * debian/control: + - Explicitly depend on libflashrom1 in libflashrom-dev + - Drop ninja-build dependency (meson depends on it) + - Drop dh-exec dependency (not needed) + + [ Pino Toscano ] + * debian/control: + - Remove extra libusb-dev dep (Closes: #951798) + + -- Mario Limonciello Thu, 05 Mar 2020 07:50:28 -0600 + flashrom (1.2-4) unstable; urgency=medium * debian/rules: diff -Nru flashrom-1.2/debian/control flashrom-1.2/debian/control --- flashrom-1.2/debian/control 2020-03-05 00:55:41.000000000 +0000 +++ flashrom-1.2/debian/control 2020-03-05 13:48:08.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian EFI Uploaders: Jeremiah C. Foster , Mario Limonciello , Gürkan Myczko -Build-Depends: debhelper (>= 11), pkg-config, libpci-dev, libusb-dev [!kfreebsd-any], libusb-1.0-0-dev [!hurd-i386], libftdi1-dev [!hurd-i386], ninja-build, meson, dh-exec +Build-Depends: debhelper (>= 11), pkg-config, libpci-dev, libusb-1.0-0-dev [!hurd-i386], libftdi1-dev [!hurd-i386], meson Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/myczko-guest/flashrom Vcs-Git: https://salsa.debian.org/myczko-guest/flashrom.git @@ -75,7 +75,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libflashrom1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: BIOS/ROM/flash chips - development files flashrom is a tool for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM @@ -98,6 +98,7 @@ Package: libflashrom1 Section: libs Architecture: any +Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Identify, read, write, erase, and verify BIOS/ROM/flash chips - library