Debian release 2.6.2-1
This commit is contained in:
parent
e75060ac30
commit
e69a4460bb
6 changed files with 28 additions and 5 deletions
20
debian/patches/0003-libupsclient-version.patch
vendored
Normal file
20
debian/patches/0003-libupsclient-version.patch
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/clients/Makefile.am
|
||||
+++ b/clients/Makefile.am
|
||||
@@ -50,4 +50,4 @@
|
||||
if WITH_SSL
|
||||
libupsclient_la_LIBADD += $(LIBSSL_LIBS)
|
||||
endif
|
||||
-libupsclient_la_LDFLAGS = -version-info 1:0:0
|
||||
+libupsclient_la_LDFLAGS = -version-info 2:0:1
|
||||
diff -ru nut-2.6.2.orig/clients/Makefile.in nut-2.6.2/clients/Makefile.in
|
||||
--- a/clients/Makefile.in
|
||||
+++ b/clients/Makefile.in
|
||||
@@ -384,7 +384,7 @@
|
||||
# not LDADD.
|
||||
libupsclient_la_SOURCES = upsclient.c upsclient.h
|
||||
libupsclient_la_LIBADD = ../common/libparseconf.la $(am__append_4)
|
||||
-libupsclient_la_LDFLAGS = -version-info 1:0:0
|
||||
+libupsclient_la_LDFLAGS = -version-info 2:0:1
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1,3 @@
|
|||
0001-fix_spelling_and_typo.patch
|
||||
0002-nut-monitor-paths.patch
|
||||
0003-libupsclient-version.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue