Rename libupsclient1 to libupsclient3 following the soname bump, rename libupsclient1-dev to libupsclient-dev, the package is not co-installable anyway

This commit is contained in:
Laurent Bigonville 2013-11-24 17:07:08 +01:00
parent 8e8886fd95
commit a62d95150d
10 changed files with 48 additions and 35 deletions

2
debian/rules vendored
View file

@ -66,7 +66,7 @@ common-install-arch::
mv $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libupsclient.a \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libupsclient.a
rm -f $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so
ln -s /lib/$(DEB_HOST_MULTIARCH)/libupsclient.so.1 \
ln -s /lib/$(DEB_HOST_MULTIARCH)/libupsclient.so.3 \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libupsclient.so
# Install systemd files only on systems where it's supported