diff --git a/debian/changelog b/debian/changelog index 1ec39c2..817a9df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --git a/debian/control b/debian/control index ef9dabd..0936d6d 100644 --- a/debian/control +++ b/debian/control @@ -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