File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
usr/include
2
2
usr/lib/libre.a
3
+ usr/lib/libre.so
3
4
usr/share/re
Original file line number Diff line number Diff line change 1
- /usr/lib/libre.so
1
+ /usr/lib/libre.so.*
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ build-stamp: configure-stamp
28
28
# Add here commands to compile the package.
29
29
$(MAKE) RELEASE=1 \
30
30
EXTRA_CFLAGS=$(EXTRA_CFLAGS) \
31
- EXTRA_LFLAGS=$(EXTRA_LFLAGS)
31
+ EXTRA_LFLAGS=$(EXTRA_LFLAGS) \
32
+ LIB_SUFFIX=.so.0
32
33
33
34
touch $@
34
35
@@ -50,7 +51,10 @@ install: build
50
51
51
52
# Add here commands to install the package into debian/tmp
52
53
mkdir $(CURDIR)/debian/tmp
53
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
54
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
55
+ LIB_SUFFIX=.so.0
56
+
57
+ cd $(CURDIR)/debian/tmp/usr/lib && ln -s -f libre.so.0 libre.so
54
58
55
59
dh_movefiles
56
60
You can’t perform that action at this time.
0 commit comments