Control: tags -1 + patch

On Sun, 27 Aug 2017 16:07:32 +0200 Michael Biebl <bi...@debian.org> wrote:
> Control: forcemerge 872206 872175
> 
> On Mon, 14 Aug 2017 22:57:55 +0200 Michael Biebl <bi...@debian.org> wrote:
> > Package: restic
> > Version: 0.7.1-1
> > Severity: normal
> > 
> > It looks like the html documentation in /usr/share/doc/restic is missing
> > some proper formatting.
> > 
> > Looking at https://restic.readthedocs.io/en/stable/, it seems there are
> > some CSS stylesheets missing or they are not properly applied.
> > The "ΒΆ" characters are probably also not supposed to be there.
> 
> 
> Installing sphinx-rtd-theme-common fixed those formatting issues, so it
> looks like a duplicate of 872206.
> Merging the bug reports accordingly.

The package uses the dh_sphinxdoc helper. After reading the dh_sphinxdoc
man page, the fix is probably as simple as the attached patch.
I confirmed that with it applied the following dependencies are added:
$ grep sphinx debian/restic.substvars
sphinxdoc:Built-Using=sphinx (= 1.5.6-2)
sphinxdoc:Depends=libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common

Thanks for considering.

Regards,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
From 3e903ae31bae56c32ba734f10993491623770cfd Mon Sep 17 00:00:00 2001
From: Michael Biebl <bi...@debian.org>
Date: Thu, 14 Sep 2017 03:14:15 +0200
Subject: [PATCH] Add proper dependencies for documentation generated by
 sphinxdoc

Closes: #872206
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a073b0b..5cd172f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,8 @@ XS-Go-Import-Path: github.com/restic/restic
 
 Package: restic
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Built-Using: ${misc:Built-Using}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+Built-Using: ${misc:Built-Using}, ${sphinxdoc:Built-Using}
 Description: backup program with multiple revisions, encryption and more
  restic is a program that does backups right and was designed with the following
  principles in mind:
-- 
2.14.1

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to