From 6c7ddfa7a38973500942fb88411346e3f82db41c Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Wed, 11 Jan 2017 07:12:13 -0700 Subject: [PATCH] UBUNTU: [Config] linux-source Provides should not be a macro Addresses a review comment from Adam Conrad: debian.master/control.stub.in: - when changing linux-source to SRCPKGNAME-source, you also changed the Provides, which doesn't make sense. That should change back. Signed-off-by: Tim Gardner --- debian.master/control.stub.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index a6c2c9f49048..4684bfc8ae00 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -52,7 +52,7 @@ Build-Profiles: Architecture: all Section: devel Priority: optional -Provides: SRCPKGNAME-source, SRCPKGNAME-source-3 +Provides: linux-source, linux-source-3 Depends: ${misc:Depends}, binutils, bzip2, coreutils Recommends: libc-dev, gcc, make Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev -- 2.39.5