build-system: restore correct manpage and executable names

Refs #51005

Change-Id: I7bf364d8b087a85ab0ab8bae298058c67f09eb16
This commit is contained in:
Tristan Matthews
2014-07-14 13:59:15 -04:00
parent bedbab9594
commit e47cc3b217
5 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
debian/sflphone-gnome-video/usr/share/man/man1/sflphone-gnome-video.1
debian/sflphone-gnome-video/usr/share/man/man1/sflphone-client-gnome.1
debian/sflphone-gnome-video/usr/share/man/man1/sflphone.1

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone--gnome 100 \
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-gnome 100 \
--slave /usr/share/man/man1/sflphone.1.gz sflphone.1.gz \
/usr/share/man/man1/sflphone-gnome.1.gz
/usr/share/man/man1/sflphone-client-gnome.1.gz
exit 0

View File

@ -14,7 +14,7 @@ package=sflphone-gnome-video
CXX = g++-4.0
CFLAGS = -Wall -g
DEB_INSTALL_MANPAGES_sflphone_gnome_video = sflphone.1 sflphone-gnome-video.1
DEB_INSTALL_MANPAGES_sflphone_gnome_video = sflphone.1 sflphone-client-gnome.1
configure: configure-stamp
configure-stamp:

View File

@ -1,2 +1,2 @@
debian/sflphone-gnome/usr/share/man/man1/sflphone-gnome.1
debian/sflphone-gnome/usr/share/man/man1/sflphone-client-gnome.1
debian/sflphone-gnome/usr/share/man/man1/sflphone.1

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-gnome 100 \
update-alternatives --install /usr/bin/sflphone sflphone /usr/bin/sflphone-client-gnome 100 \
--slave /usr/share/man/man1/sflphone.1.gz sflphone.1.gz \
/usr/share/man/man1/sflphone-gnome.1.gz
/usr/share/man/man1/sflphone-client-gnome.1.gz
exit 0