From 6ce747a6b1136ce9b3f1b0bf98a07937bf7a3cd3 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 14 Jun 2020 16:27:07 +0200 Subject: [PATCH] d/not-installed: list files installed but not packaged --- debian/changelog | 9 +++++++++ debian/not-installed | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 debian/not-installed diff --git a/debian/changelog b/debian/changelog index 3c3e963..ebe2c3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,15 @@ pcsc-lite (1.9.0-1) UNRELEASED; urgency=medium * d/control: Use uild-Depends: debhelper-compat (= 13) pcsc-lite source: package-uses-old-debhelper-compat-version 12 * pcscd: also install README.polkit + * d/not-installed: list files installed but not packaged + dh_missing: warning: usr/share/doc/pcsc-lite/README.DAEMON exists in + debian/tmp but is not installed to anywhere + dh_missing: warning: usr/lib/x86_64-linux-gnu/libpcsclite.la exists + in debian/tmp but is not installed to anywhere + dh_missing: warning: usr/lib/x86_64-linux-gnu/libpcscspy.so exists + in debian/tmp but is not installed to anywhere + dh_missing: warning: usr/lib/x86_64-linux-gnu/libpcscspy.la exists in + debian/tmp but is not installed to anywhere -- Ludovic Rousseau Sun, 14 Jun 2020 15:55:45 +0200 diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..006a048 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,4 @@ +usr/share/doc/pcsc-lite/README.DAEMON +usr/lib/*/libpcsclite.la +usr/lib/*/libpcscspy.so +usr/lib/*/libpcscspy.la