diff mbox series

[1/1] UBUNTU: [Packaging] SRCPKGNAME-tools-PKGVER-ABINUM: add binutils to Depends

Message ID 1548429687-17539-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show
Series perf report can't annotate | expand

Commit Message

Paolo Pisati Jan. 25, 2019, 3:21 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1675949

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 debian.master/control.stub.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Bader Jan. 30, 2019, 2:23 p.m. UTC | #1
On 25.01.19 16:21, Paolo Pisati wrote:
> BugLink: https://bugs.launchpad.net/bugs/1675949
> 
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
> ---

This is simple enough to not put in too much pushback but generally it would be
better if this would be submitted in one round for all series where this should
go (and formally should start with devel). Otherwise its just too likely this
gets forgotten.

-Stefan

>  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 2821ca85668c..5049f4c56a5a 100644
> --- a/debian.master/control.stub.in
> +++ b/debian.master/control.stub.in
> @@ -127,7 +127,7 @@ Build-Profiles: <!stage1>
>  Architecture: i386 amd64 armhf arm64 ppc64el s390x
>  Section: devel
>  Priority: optional
> -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common
> +Depends: ${misc:Depends}, ${shlibs:Depends}, binutils, linux-tools-common
>  Description: Linux kernel version specific tools for version PKGVER-ABINUM
>   This package provides the architecture dependant parts for kernel
>   version locked tools (such as perf and x86_energy_perf_policy) for
>
diff mbox series

Patch

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index 2821ca85668c..5049f4c56a5a 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -127,7 +127,7 @@  Build-Profiles: <!stage1>
 Architecture: i386 amd64 armhf arm64 ppc64el s390x
 Section: devel
 Priority: optional
-Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common
+Depends: ${misc:Depends}, ${shlibs:Depends}, binutils, linux-tools-common
 Description: Linux kernel version specific tools for version PKGVER-ABINUM
  This package provides the architecture dependant parts for kernel
  version locked tools (such as perf and x86_energy_perf_policy) for