[MERGED] libosmo-netif[master]: Debian: The -dev package doesn't depend on any shared libraries

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Oct 28 10:37:16 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Debian: The -dev package doesn't depend on any shared libraries
......................................................................


Debian: The -dev package doesn't depend on any shared libraries

This fixes:
dpkg-gencontrol: warning: Depends field of package libosmo-netif-dev: unknown substitution variable ${shlibs:Depends}

Change-Id: Ic57cbc8a1876e6e5449e7dd4a73f269444dd67da
---
M debian/control
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 9e0f26f..cabef7b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,8 +35,7 @@
 Package: libosmo-netif-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          libosmocore-dev,
          libosmocore,
          libosmonetif4 (= ${binary:Version})

-- 
To view, visit https://gerrit.osmocom.org/4497
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic57cbc8a1876e6e5449e7dd4a73f269444dd67da
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list