Commit f0734161 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: include required packages in the "important" packages package set

parent c6f29664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ update_pkg_set_specific() {
			;;
		important)
			# the important package set
			chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X -FPriority important > $TMPFILE
			chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X \( -FPriority important --or -FPriority required \) > $TMPFILE
			convert_from_deb822_into_source_packages_only
			;;
		build-essential)