On Sun, 2019-02-03 at 18:22 +0100, Vincent Bernat wrote:
> The .so should go in the -dev package, while the .so.0 and .so.0.8.0
> should go to the non -dev package. Currently, the opposite is true.

Hi Vincent,

So many things I must be missing something very obvious. Does this look
good to you ? If not, can you please submit a patch.

commit 6bb608054d8f5af4f70d512a63edd1c1ce811dd4 (HEAD -> master)
Author: Ritesh Raj Sarraf <r...@debian.org>
Date:   Mon Feb 4 11:46:44 2019 +0530

    Fix .so and its symlink in their respective pacakges
    
    Thanks: Vincent Bernat

diff --git a/debian/libbpfcc-dev.install b/debian/libbpfcc-dev.install
index 626fd75..529cf38 100644
--- a/debian/libbpfcc-dev.install
+++ b/debian/libbpfcc-dev.install
@@ -1,3 +1,3 @@
 usr/include/bcc/*
-usr/lib/*/libbcc.so.*
 usr/lib/*/pkgconfig/libbcc.pc
+usr/lib/*/libbcc.so
diff --git a/debian/libbpfcc.install b/debian/libbpfcc.install
index 76feb4d..0eac52e 100644
--- a/debian/libbpfcc.install
+++ b/debian/libbpfcc.install
@@ -1 +1 @@
-usr/lib/*/libbcc.so
+usr/lib/*/libbcc.so.*



-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to