diff --git a/tools/build-system/launchpad/sflphone-gnome-video/debian/manpages b/tools/build-system/launchpad/sflphone-gnome-video/debian/manpages index 5d66b0b975f505335463691123acb5c8ef723d36..91e6d06b26c6f68a8ced9a9b28e117b41526b1b0 100644 --- a/tools/build-system/launchpad/sflphone-gnome-video/debian/manpages +++ b/tools/build-system/launchpad/sflphone-gnome-video/debian/manpages @@ -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 diff --git a/tools/build-system/launchpad/sflphone-gnome-video/debian/postinst b/tools/build-system/launchpad/sflphone-gnome-video/debian/postinst index c6487711af2653fa7038368414386ff0da3c8b4a..ebee7fa2bb049bf0e6f826e28569d05cb51d451a 100644 --- a/tools/build-system/launchpad/sflphone-gnome-video/debian/postinst +++ b/tools/build-system/launchpad/sflphone-gnome-video/debian/postinst @@ -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 diff --git a/tools/build-system/launchpad/sflphone-gnome-video/debian/rules b/tools/build-system/launchpad/sflphone-gnome-video/debian/rules index d0bf85196aac8c566dcd62122a9be976c22d3613..bdb37e4f600badb411a6ae4745f38c25ea415d6e 100755 --- a/tools/build-system/launchpad/sflphone-gnome-video/debian/rules +++ b/tools/build-system/launchpad/sflphone-gnome-video/debian/rules @@ -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: diff --git a/tools/build-system/launchpad/sflphone-gnome/debian/manpages b/tools/build-system/launchpad/sflphone-gnome/debian/manpages index a3e1202ac7620869ce09a9347845f3b1ccba1de1..27631d29ed1d9d3949db19e5d8c6340413ea90f8 100644 --- a/tools/build-system/launchpad/sflphone-gnome/debian/manpages +++ b/tools/build-system/launchpad/sflphone-gnome/debian/manpages @@ -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 diff --git a/tools/build-system/launchpad/sflphone-gnome/debian/postinst b/tools/build-system/launchpad/sflphone-gnome/debian/postinst index 8635fb04760316d7d7e0abfa42f706676142ac7a..ebee7fa2bb049bf0e6f826e28569d05cb51d451a 100644 --- a/tools/build-system/launchpad/sflphone-gnome/debian/postinst +++ b/tools/build-system/launchpad/sflphone-gnome/debian/postinst @@ -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