debian: install man pages

Man pages were installed only in RPM package...
This commit is contained in:
Marek Marczykowski-Górecki 2017-06-20 23:34:04 +02:00
parent 2b9d49f960
commit cfbd50a936
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
4 changed files with 6 additions and 4 deletions

View File

@ -167,8 +167,10 @@ install-rh: install-systemd install-systemd-dropins install-sysvinit
$(DESTDIR)$(PYTHON3_SITELIB)/dnf-plugins/qubes-hooks.py $(DESTDIR)$(PYTHON3_SITELIB)/dnf-plugins/qubes-hooks.py
install -D -m 0644 misc/dnf-qubes-hooks.conf $(DESTDIR)/etc/dnf/plugins/qubes-hooks.conf install -D -m 0644 misc/dnf-qubes-hooks.conf $(DESTDIR)/etc/dnf/plugins/qubes-hooks.conf
install-doc:
$(MAKE) -C doc install
install-common: install-common: install-doc
$(MAKE) -C autostart-dropins install $(MAKE) -C autostart-dropins install
install -m 0644 -D misc/fstab $(DESTDIR)/etc/fstab install -m 0644 -D misc/fstab $(DESTDIR)/etc/fstab

3
debian/control vendored
View File

@ -16,7 +16,8 @@ Build-Depends:
dh-python, dh-python,
lsb-release, lsb-release,
xserver-xorg-dev, xserver-xorg-dev,
config-package-dev config-package-dev,
pandoc,
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: https://www.qubes-os.org Homepage: https://www.qubes-os.org
Vcs-Git: https://github.com/QubesOS/qubes-core-agent-linux Vcs-Git: https://github.com/QubesOS/qubes-core-agent-linux

View File

@ -121,5 +121,6 @@ usr/lib/systemd/user/pulseaudio.service.d/30_qubes.conf
usr/lib/systemd/user/pulseaudio.socket.d/30_qubes.conf usr/lib/systemd/user/pulseaudio.socket.d/30_qubes.conf
usr/share/glib-2.0/schemas/* usr/share/glib-2.0/schemas/*
usr/share/kde4/services/*.desktop usr/share/kde4/services/*.desktop
usr/share/man/man1/qvm-*
usr/share/qubes/mime-override/globs usr/share/qubes/mime-override/globs
usr/share/qubes/qubes-master-key.asc usr/share/qubes/qubes-master-key.asc

View File

@ -298,8 +298,6 @@ usermod -p '' root
(cd qrexec; make install DESTDIR=$RPM_BUILD_ROOT) (cd qrexec; make install DESTDIR=$RPM_BUILD_ROOT)
make install-vm DESTDIR=$RPM_BUILD_ROOT make install-vm DESTDIR=$RPM_BUILD_ROOT
make -C doc install DESTDIR=$RPM_BUILD_ROOT
%if %{fedora} >= 22 %if %{fedora} >= 22
rm -f $RPM_BUILD_ROOT/etc/yum/post-actions/qubes-trigger-sync-appmenus.action rm -f $RPM_BUILD_ROOT/etc/yum/post-actions/qubes-trigger-sync-appmenus.action
%endif %endif