From c6f4433d80d63c666308f43909b1776ea6372042 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 12 Sep 2020 09:27:09 +0200 Subject: Sharpening generated apt preferences by using both origin and suite values for pinning. Signed-off-by: Daniel Baumann --- debian/progress-linux.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 1943240..37f83e3 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -117,7 +117,7 @@ Configure_apt_preferences () cat >> "/etc/apt/preferences.d/${PROJECT}.pref" << EOF Package: * -Pin: release n=${ARCHIVE} +Pin: release o=${PROJECT}, n=${ARCHIVE} Pin-Priority: ${PIN_PRIORITY} EOF } -- cgit v1.2.3