File: add-so-version-to-private-libraries

package info (click to toggle)
samba 2%3A4.22.6%2Bdfsg-0%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,296 kB
  • sloc: ansic: 1,956,172; python: 269,906; sh: 71,712; xml: 50,333; perl: 36,085; makefile: 6,086; yacc: 4,493; exp: 1,582; cpp: 1,224; lex: 989; awk: 589; java: 119; csh: 58; pascal: 54; sed: 45; asm: 30
file content (22 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Jeroen Dekkers <jeroen@dekkers.ch>
Subject: Add so version number to private libraries for dpkg-shlibdeps

We also want dpkg-shlibdeps to generate correct dependency information
for the private libraries in our binary packages, but dpkg-shlibdeps
only works when the library has a version number.

Origin: vendor
Forwarded: not-needed
---
 buildtools/wafsamba/wafsamba.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 185ef3b73a2..291239fcaa7 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -307,3 +307,3 @@ def SAMBA_LIBRARY(bld, libname, source,
         bundled_name = PRIVATE_NAME(bld, libname.replace('_', '-'))
-        vnum = None
+        vnum = '0'