New packages: libnutclient0 and libnutclient-dev

This commit is contained in:
Arnaud Quette 2014-10-20 20:06:06 +02:00
parent d504d61101
commit 165791ea2a
7 changed files with 316 additions and 0 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
nut (2.7.2-2) UNRELEASED; urgency=low
* debian/control: add new packages libnutclient0 and libnutclient-dev
* debian/rules: adapted for the new packages
* debian/libnutclient0.install, debian/libnutclient0.symbols,
debian/libnutclient-dev.install, debian/libnutclient-dev.manpages:
created for the new packages
-- Arnaud Quette <aquette@debian.org> Mon, 20 Oct 2014 20:41:47 +0200
nut (2.7.2-1) unstable; urgency=low nut (2.7.2-1) unstable; urgency=low
* New upstream release * New upstream release

28
debian/control vendored
View file

@ -195,6 +195,34 @@ Description: network UPS tools - development files
. .
This package provides the development files. This package provides the development files.
Package: libnutclient0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: network UPS tools - new client library
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
power distribution unit (PDU) hardware. Clients access the hardware
through the server, and are notified whenever the power status
changes.
.
This package provides the new shared client library.
Package: libnutclient-dev
Section: libdevel
Architecture: any
Depends: libnutclient0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: network UPS tools - development files
Network UPS Tools (NUT) is a client/server monitoring system that
allows computers to share uninterruptible power supply (UPS) and
power distribution unit (PDU) hardware. Clients access the hardware
through the server, and are notified whenever the power status
changes.
.
This package provides the development files for the new client library.
Package: python-nut Package: python-nut
Section: python Section: python
Architecture: all Architecture: all

4
debian/libnutclient-dev.install vendored Normal file
View file

@ -0,0 +1,4 @@
usr/lib/*/libnutclient.so
usr/lib/*/libnutclient.a
usr/lib/*/pkgconfig/libnutclient.pc
usr/include/nutclient.h

34
debian/libnutclient-dev.manpages vendored Normal file
View file

@ -0,0 +1,34 @@
debian/tmp/usr/share/man/man3/libnutclient.3
debian/tmp/usr/share/man/man3/libnutclient_commands.3
debian/tmp/usr/share/man/man3/libnutclient_devices.3
debian/tmp/usr/share/man/man3/libnutclient_general.3
debian/tmp/usr/share/man/man3/libnutclient_misc.3
debian/tmp/usr/share/man/man3/libnutclient_tcp.3
debian/tmp/usr/share/man/man3/libnutclient_variables.3
debian/tmp/usr/share/man/man3/nutclient_authenticate.3
debian/tmp/usr/share/man/man3/nutclient_destroy.3
debian/tmp/usr/share/man/man3/nutclient_device_forced_shutdown.3
debian/tmp/usr/share/man/man3/nutclient_device_login.3
debian/tmp/usr/share/man/man3/nutclient_device_master.3
debian/tmp/usr/share/man/man3/nutclient_execute_device_command.3
debian/tmp/usr/share/man/man3/nutclient_get_device_command_description.3
debian/tmp/usr/share/man/man3/nutclient_get_device_commands.3
debian/tmp/usr/share/man/man3/nutclient_get_device_description.3
debian/tmp/usr/share/man/man3/nutclient_get_device_num_logins.3
debian/tmp/usr/share/man/man3/nutclient_get_device_rw_variables.3
debian/tmp/usr/share/man/man3/nutclient_get_devices.3
debian/tmp/usr/share/man/man3/nutclient_get_device_variable_description.3
debian/tmp/usr/share/man/man3/nutclient_get_device_variables.3
debian/tmp/usr/share/man/man3/nutclient_get_device_variable_values.3
debian/tmp/usr/share/man/man3/nutclient_has_device.3
debian/tmp/usr/share/man/man3/nutclient_has_device_command.3
debian/tmp/usr/share/man/man3/nutclient_has_device_variable.3
debian/tmp/usr/share/man/man3/nutclient_logout.3
debian/tmp/usr/share/man/man3/nutclient_set_device_variable_value.3
debian/tmp/usr/share/man/man3/nutclient_set_device_variable_values.3
debian/tmp/usr/share/man/man3/nutclient_tcp_create_client.3
debian/tmp/usr/share/man/man3/nutclient_tcp_disconnect.3
debian/tmp/usr/share/man/man3/nutclient_tcp_get_timeout.3
debian/tmp/usr/share/man/man3/nutclient_tcp_is_connected.3
debian/tmp/usr/share/man/man3/nutclient_tcp_reconnect.3
debian/tmp/usr/share/man/man3/nutclient_tcp_set_timeout.3

1
debian/libnutclient0.install vendored Normal file
View file

@ -0,0 +1 @@
lib/*/libnutclient.so.*

234
debian/libnutclient0.symbols vendored Normal file
View file

@ -0,0 +1,234 @@
libnutclient.so.0 libnutclient0 #MINVER#
_ZN3nut11IOExceptionD0Ev@Base 2.7.2
_ZN3nut11IOExceptionD1Ev@Base 2.7.2
_ZN3nut11IOExceptionD2Ev@Base 2.7.2
_ZN3nut12NutExceptionC1ERKSs@Base 2.7.2
_ZN3nut12NutExceptionC2ERKSs@Base 2.7.2
_ZN3nut12NutExceptionD0Ev@Base 2.7.2
_ZN3nut12NutExceptionD1Ev@Base 2.7.2
_ZN3nut12NutExceptionD2Ev@Base 2.7.2
_ZN3nut15SystemException3errEv@Base 2.7.2
_ZN3nut15SystemExceptionC1Ev@Base 2.7.2
_ZN3nut15SystemExceptionC2Ev@Base 2.7.2
_ZN3nut15SystemExceptionD0Ev@Base 2.7.2
_ZN3nut15SystemExceptionD1Ev@Base 2.7.2
_ZN3nut15SystemExceptionD2Ev@Base 2.7.2
_ZN3nut16TimeoutExceptionC1Ev@Base 2.7.2
_ZN3nut16TimeoutExceptionC2Ev@Base 2.7.2
_ZN3nut16TimeoutExceptionD0Ev@Base 2.7.2
_ZN3nut16TimeoutExceptionD1Ev@Base 2.7.2
_ZN3nut16TimeoutExceptionD2Ev@Base 2.7.2
_ZN3nut20UnknownHostExceptionC1Ev@Base 2.7.2
_ZN3nut20UnknownHostExceptionC2Ev@Base 2.7.2
_ZN3nut20UnknownHostExceptionD0Ev@Base 2.7.2
_ZN3nut20UnknownHostExceptionD1Ev@Base 2.7.2
_ZN3nut20UnknownHostExceptionD2Ev@Base 2.7.2
_ZN3nut21NotConnectedExceptionC1Ev@Base 2.7.2
_ZN3nut21NotConnectedExceptionC2Ev@Base 2.7.2
_ZN3nut21NotConnectedExceptionD0Ev@Base 2.7.2
_ZN3nut21NotConnectedExceptionD1Ev@Base 2.7.2
_ZN3nut21NotConnectedExceptionD2Ev@Base 2.7.2
_ZN3nut6Client10getDevicesEv@Base 2.7.2
_ZN3nut6Client16hasDeviceCommandERKSsS2_@Base 2.7.2
_ZN3nut6Client17hasDeviceVariableERKSsS2_@Base 2.7.2
_ZN3nut6Client23getDeviceVariableValuesERKSs@Base 2.7.2
_ZN3nut6Client9getDeviceERKSs@Base 2.7.2
_ZN3nut6Client9hasDeviceERKSs@Base 2.7.2
_ZN3nut6ClientC1Ev@Base 2.7.2
_ZN3nut6ClientC2Ev@Base 2.7.2
_ZN3nut6ClientD1Ev@Base 2.7.2
_ZN3nut6ClientD2Ev@Base 2.7.2
_ZN3nut6Device10getCommandERKSs@Base 2.7.2
_ZN3nut6Device11getCommandsEv@Base 2.7.2
_ZN3nut6Device11getVariableERKSs@Base 2.7.2
_ZN3nut6Device11setVariableERKSsRKSt6vectorISsSaISsEE@Base 2.7.2
_ZN3nut6Device11setVariableERKSsS2_@Base 2.7.2
_ZN3nut6Device12getNumLoginsEv@Base 2.7.2
_ZN3nut6Device12getVariablesEv@Base 2.7.2
_ZN3nut6Device14executeCommandERKSs@Base 2.7.2
_ZN3nut6Device14forcedShutdownEv@Base 2.7.2
_ZN3nut6Device14getDescriptionEv@Base 2.7.2
_ZN3nut6Device14getRWVariablesEv@Base 2.7.2
_ZN3nut6Device15getCommandNamesEv@Base 2.7.2
_ZN3nut6Device16getVariableNamesEv@Base 2.7.2
_ZN3nut6Device16getVariableValueERKSs@Base 2.7.2
_ZN3nut6Device17getVariableValuesEv@Base 2.7.2
_ZN3nut6Device18getRWVariableNamesEv@Base 2.7.2
_ZN3nut6Device5loginEv@Base 2.7.2
_ZN3nut6Device6masterEv@Base 2.7.2
_ZN3nut6Device9getClientEv@Base 2.7.2
_ZN3nut6DeviceC1EPNS_6ClientERKSs@Base 2.7.2
_ZN3nut6DeviceC1ERKS0_@Base 2.7.2
_ZN3nut6DeviceC2EPNS_6ClientERKSs@Base 2.7.2
_ZN3nut6DeviceC2ERKS0_@Base 2.7.2
_ZN3nut6DeviceD1Ev@Base 2.7.2
_ZN3nut6DeviceD2Ev@Base 2.7.2
_ZN3nut7Command14getDescriptionEv@Base 2.7.2
_ZN3nut7Command7executeEv@Base 2.7.2
_ZN3nut7Command9getDeviceEv@Base 2.7.2
_ZN3nut7CommandC1EPNS_6DeviceERKSs@Base 2.7.2
_ZN3nut7CommandC1ERKS0_@Base 2.7.2
_ZN3nut7CommandC2EPNS_6DeviceERKSs@Base 2.7.2
_ZN3nut7CommandC2ERKS0_@Base 2.7.2
_ZN3nut7CommandD1Ev@Base 2.7.2
_ZN3nut7CommandD2Ev@Base 2.7.2
_ZN3nut8Variable14getDescriptionEv@Base 2.7.2
_ZN3nut8Variable8getValueEv@Base 2.7.2
_ZN3nut8Variable8setValueERKSs@Base 2.7.2
_ZN3nut8Variable9getDeviceEv@Base 2.7.2
_ZN3nut8Variable9setValuesERKSt6vectorISsSaISsEE@Base 2.7.2
_ZN3nut8VariableC1EPNS_6DeviceERKSs@Base 2.7.2
_ZN3nut8VariableC1ERKS0_@Base 2.7.2
_ZN3nut8VariableC2EPNS_6DeviceERKSs@Base 2.7.2
_ZN3nut8VariableC2ERKS0_@Base 2.7.2
_ZN3nut8VariableD1Ev@Base 2.7.2
_ZN3nut8VariableD2Ev@Base 2.7.2
_ZN3nut8internal6Socket10disconnectEv@Base 2.7.2
_ZN3nut8internal6Socket10setTimeoutEl@Base 2.7.2
_ZN3nut8internal6Socket4readEPvm@Base 2.7.2
_ZN3nut8internal6Socket4readEv@Base 2.7.2
_ZN3nut8internal6Socket5writeEPKvm@Base 2.7.2
_ZN3nut8internal6Socket5writeERKSs@Base 2.7.2
_ZN3nut8internal6Socket7connectERKSsi@Base 2.7.2
_ZN3nut8internal6SocketC1Ev@Base 2.7.2
_ZN3nut8internal6SocketC2Ev@Base 2.7.2
_ZN3nut9TcpClient10disconnectEv@Base 2.7.2
_ZN3nut9TcpClient10setTimeoutEl@Base 2.7.2
_ZN3nut9TcpClient11detectErrorERKSs@Base 2.7.2
_ZN3nut9TcpClient11deviceLoginERKSs@Base 2.7.2
_ZN3nut9TcpClient12authenticateERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient12deviceMasterERKSs@Base 2.7.2
_ZN3nut9TcpClient14getDeviceNamesEv@Base 2.7.2
_ZN3nut9TcpClient17setDeviceVariableERKSsS2_RKSt6vectorISsSaISsEE@Base 2.7.2
_ZN3nut9TcpClient17setDeviceVariableERKSsS2_S2_@Base 2.7.2
_ZN3nut9TcpClient18deviceGetNumLoginsERKSs@Base 2.7.2
_ZN3nut9TcpClient20deviceForcedShutdownERKSs@Base 2.7.2
_ZN3nut9TcpClient20executeDeviceCommandERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient20getDeviceDescriptionERKSs@Base 2.7.2
_ZN3nut9TcpClient21getDeviceCommandNamesERKSs@Base 2.7.2
_ZN3nut9TcpClient22getDeviceVariableNamesERKSs@Base 2.7.2
_ZN3nut9TcpClient22getDeviceVariableValueERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient23getDeviceVariableValuesERKSs@Base 2.7.2
_ZN3nut9TcpClient24getDeviceRWVariableNamesERKSs@Base 2.7.2
_ZN3nut9TcpClient27getDeviceCommandDescriptionERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient28getDeviceVariableDescriptionERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient3getERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient4listERKSsS2_@Base 2.7.2
_ZN3nut9TcpClient6escapeERKSs@Base 2.7.2
_ZN3nut9TcpClient6logoutEv@Base 2.7.2
_ZN3nut9TcpClient7connectERKSsi@Base 2.7.2
_ZN3nut9TcpClient7connectEv@Base 2.7.2
_ZN3nut9TcpClient7explodeERKSsm@Base 2.7.2
_ZN3nut9TcpClient9getDeviceERKSs@Base 2.7.2
_ZN3nut9TcpClient9sendQueryERKSs@Base 2.7.2
_ZN3nut9TcpClientC1ERKSsi@Base 2.7.2
_ZN3nut9TcpClientC1Ev@Base 2.7.2
_ZN3nut9TcpClientC2ERKSsi@Base 2.7.2
_ZN3nut9TcpClientC2Ev@Base 2.7.2
_ZN3nut9TcpClientD1Ev@Base 2.7.2
_ZN3nut9TcpClientD2Ev@Base 2.7.2
_ZNK3nut12NutException3strEv@Base 2.7.2
_ZNK3nut12NutException4whatEv@Base 2.7.2
_ZNK3nut6Device4isOkEv@Base 2.7.2
_ZNK3nut6Device7getNameEv@Base 2.7.2
_ZNK3nut6Device9getClientEv@Base 2.7.2
_ZNK3nut6DevicecvbEv@Base 2.7.2
_ZNK3nut6DeviceeqERKS0_@Base 2.7.2
_ZNK3nut6DeviceltERKS0_@Base 2.7.2
_ZNK3nut6DevicentEv@Base 2.7.2
_ZNK3nut7Command4isOkEv@Base 2.7.2
_ZNK3nut7Command7getNameEv@Base 2.7.2
_ZNK3nut7Command9getDeviceEv@Base 2.7.2
_ZNK3nut7CommandcvbEv@Base 2.7.2
_ZNK3nut7CommandeqERKS0_@Base 2.7.2
_ZNK3nut7CommandltERKS0_@Base 2.7.2
_ZNK3nut7CommandntEv@Base 2.7.2
_ZNK3nut8Variable4isOkEv@Base 2.7.2
_ZNK3nut8Variable7getNameEv@Base 2.7.2
_ZNK3nut8Variable9getDeviceEv@Base 2.7.2
_ZNK3nut8VariablecvbEv@Base 2.7.2
_ZNK3nut8VariableeqERKS0_@Base 2.7.2
_ZNK3nut8VariableltERKS0_@Base 2.7.2
_ZNK3nut8VariablentEv@Base 2.7.2
_ZNK3nut8internal6Socket11isConnectedEv@Base 2.7.2
_ZNK3nut9TcpClient10getTimeoutEv@Base 2.7.2
_ZNK3nut9TcpClient11isConnectedEv@Base 2.7.2
_ZNK3nut9TcpClient7getHostEv@Base 2.7.2
_ZNK3nut9TcpClient7getPortEv@Base 2.7.2
_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 2.7.2
_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_@Base 2.7.2
_ZNSt4pairIKSsSt6vectorISsSaISsEEED1Ev@Base 2.7.2
_ZNSt4pairIKSsSt6vectorISsSaISsEEED2Ev@Base 2.7.2
_ZNSt6vectorIS_ISsSaISsEESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_@Base 2.7.2
_ZNSt6vectorIS_ISsSaISsEESaIS1_EED1Ev@Base 2.7.2
_ZNSt6vectorIS_ISsSaISsEESaIS1_EED2Ev@Base 2.7.2
_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs@Base 2.7.2
_ZNSt6vectorISsSaISsEED1Ev@Base 2.7.2
_ZNSt6vectorISsSaISsEED2Ev@Base 2.7.2
_ZNSt6vectorISsSaISsEEaSERKS1_@Base 2.7.2
_ZNSt8_Rb_treeIN3nut6DeviceES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 2.7.2
_ZNSt8_Rb_treeIN3nut7CommandES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 2.7.2
_ZNSt8_Rb_treeIN3nut8VariableES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueERKS1_@Base 2.7.2
_ZNSt8_Rb_treeIN3nut8VariableES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E@Base 2.7.2
_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE16_M_insert_uniqueERKSs@Base 2.7.2
_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE4findERKSs@Base 2.7.2
_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE8_M_eraseEPSt13_Rb_tree_nodeISsE@Base 2.7.2
_ZNSt8_Rb_treeISsSt4pairIKSsSt6vectorISsSaISsEEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPSt18_Rb_tree_node_baseSD_RKS5_@Base 2.7.2
_ZNSt8_Rb_treeISsSt4pairIKSsSt6vectorISsSaISsEEESt10_Select1stIS5_ESt4lessISsESaIS5_EE24_M_get_insert_unique_posERS1_@Base 2.7.2
_ZNSt8_Rb_treeISsSt4pairIKSsSt6vectorISsSaISsEEESt10_Select1stIS5_ESt4lessISsESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_@Base 2.7.2
_ZNSt8_Rb_treeISsSt4pairIKSsSt6vectorISsSaISsEEESt10_Select1stIS5_ESt4lessISsESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 2.7.2
_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_@Base 2.7.2
_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_@Base 2.7.2
_ZTIN3nut11IOExceptionE@Base 2.7.2
_ZTIN3nut12NutExceptionE@Base 2.7.2
_ZTIN3nut15SystemExceptionE@Base 2.7.2
_ZTIN3nut16TimeoutExceptionE@Base 2.7.2
_ZTIN3nut20UnknownHostExceptionE@Base 2.7.2
_ZTIN3nut21NotConnectedExceptionE@Base 2.7.2
_ZTIN3nut6ClientE@Base 2.7.2
_ZTIN3nut9TcpClientE@Base 2.7.2
_ZTSN3nut11IOExceptionE@Base 2.7.2
_ZTSN3nut12NutExceptionE@Base 2.7.2
_ZTSN3nut15SystemExceptionE@Base 2.7.2
_ZTSN3nut16TimeoutExceptionE@Base 2.7.2
_ZTSN3nut20UnknownHostExceptionE@Base 2.7.2
_ZTSN3nut21NotConnectedExceptionE@Base 2.7.2
_ZTSN3nut6ClientE@Base 2.7.2
_ZTSN3nut9TcpClientE@Base 2.7.2
_ZTVN3nut11IOExceptionE@Base 2.7.2
_ZTVN3nut12NutExceptionE@Base 2.7.2
_ZTVN3nut15SystemExceptionE@Base 2.7.2
_ZTVN3nut16TimeoutExceptionE@Base 2.7.2
_ZTVN3nut20UnknownHostExceptionE@Base 2.7.2
_ZTVN3nut21NotConnectedExceptionE@Base 2.7.2
_ZTVN3nut6ClientE@Base 2.7.2
_ZTVN3nut9TcpClientE@Base 2.7.2
nutclient_authenticate@Base 2.7.2
nutclient_destroy@Base 2.7.2
nutclient_device_forced_shutdown@Base 2.7.2
nutclient_device_login@Base 2.7.2
nutclient_device_master@Base 2.7.2
nutclient_execute_device_command@Base 2.7.2
nutclient_get_device_command_description@Base 2.7.2
nutclient_get_device_commands@Base 2.7.2
nutclient_get_device_description@Base 2.7.2
nutclient_get_device_num_logins@Base 2.7.2
nutclient_get_device_rw_variables@Base 2.7.2
nutclient_get_device_variable_description@Base 2.7.2
nutclient_get_device_variable_values@Base 2.7.2
nutclient_get_device_variables@Base 2.7.2
nutclient_get_devices@Base 2.7.2
nutclient_has_device@Base 2.7.2
nutclient_has_device_command@Base 2.7.2
nutclient_has_device_variable@Base 2.7.2
nutclient_logout@Base 2.7.2
nutclient_set_device_variable_value@Base 2.7.2
nutclient_set_device_variable_values@Base 2.7.2
nutclient_tcp_create_client@Base 2.7.2
nutclient_tcp_disconnect@Base 2.7.2
nutclient_tcp_get_timeout@Base 2.7.2
nutclient_tcp_is_connected@Base 2.7.2
nutclient_tcp_reconnect@Base 2.7.2
nutclient_tcp_set_timeout@Base 2.7.2
strarr_alloc@Base 2.7.2
strarr_free@Base 2.7.2

5
debian/rules vendored
View file

@ -76,6 +76,11 @@ common-install-arch::
rm -f $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so rm -f $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so
ln -s /lib/$(DEB_HOST_MULTIARCH)/libupsclient.so.4 \ ln -s /lib/$(DEB_HOST_MULTIARCH)/libupsclient.so.4 \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so
mv $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libnutclient.a \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libnutclient.a
rm -f $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libnutclient.so
ln -s /lib/$(DEB_HOST_MULTIARCH)/libnutclient.so.0 \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libnutclient.so
# Install systemd files only on systems where it's supported # Install systemd files only on systems where it's supported
ifeq (linux,$(DEB_HOST_ARCH_OS)) ifeq (linux,$(DEB_HOST_ARCH_OS))