From bad4096612b23444e43e8e45b6d09deb82b62a65 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 3 Aug 2021 22:11:03 +0200 Subject: [PATCH] d/control: Build-Depends: autoconf-archive --- debian/changelog | 1 + debian/control | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 66290db..c4ed0b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pcsc-lite (1.9.2-1) UNRELEASED; urgency=medium * new upstream release * d/patches/01_python3: remove since applied upstream + * d/control: Build-Depends: autoconf-archive -- Ludovic Rousseau Tue, 03 Aug 2021 22:05:34 +0200 diff --git a/debian/control b/debian/control index 3c45612..0607347 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,14 @@ Source: pcsc-lite Section: misc Priority: optional Maintainer: Ludovic Rousseau -Build-Depends: debhelper-compat (= 13), flex, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], pkg-config, dpkg-dev (>= 1.16.1~), libsystemd-dev +Build-Depends: autoconf-archive, + debhelper-compat (= 13), + dpkg-dev (>= 1.16.1~), + flex, + libsystemd-dev, + libudev-dev [linux-any], + libusb2-dev [kfreebsd-any], + pkg-config Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/debian/pcsc-lite.git