[pavucontrol] 01/01: Install real README file instead of a broken symlink

Felipe Sateler fsateler at moszumanska.debian.org
Wed May 17 18:26:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository pavucontrol.

commit 2a0ed0e8946083bd8d6d2ec2cc53f2e9345ee0a8
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed May 17 14:24:16 2017 -0400

    Install real README file instead of a broken symlink
    
    ./README is a symlink to the real file, and dh_installdocs was
    installing the symlink as-is. As a result, the package included just
    the link but pointing to a non-existing file.
    
    Closes: #862729
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index bf9a1cb..84bad77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DESTDIR = $(CURDIR)/debian/pavucontrol
 
+DEB_INSTALL_DOCS_ALL = -XREADME doc/README
+
 common-build-arch:: $(CURDIR)/debian/pavucontrol.1.txt
 	a2x -d manpage -f manpage $(CURDIR)/debian/pavucontrol.1.txt
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pavucontrol.git



More information about the pkg-pulseaudio-devel mailing list