Skip to content
Snippets Groups Projects
Commit e47cc3b2 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

build-system: restore correct manpage and executable names

Refs #51005

Change-Id: I7bf364d8b087a85ab0ab8bae298058c67f09eb16
parent bedbab95
No related branches found
No related tags found
No related merge requests found
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 debian/sflphone-gnome-video/usr/share/man/man1/sflphone.1
#!/bin/sh -e #!/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 \ --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 exit 0
...@@ -14,7 +14,7 @@ package=sflphone-gnome-video ...@@ -14,7 +14,7 @@ package=sflphone-gnome-video
CXX = g++-4.0 CXX = g++-4.0
CFLAGS = -Wall -g 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: configure-stamp
configure-stamp: configure-stamp:
......
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 debian/sflphone-gnome/usr/share/man/man1/sflphone.1
#!/bin/sh -e #!/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 \ --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 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment