Source: python-can Severity: minor Hi,
the README was renamed to README.rst in the new version, what is not reflected in the debian/*.docs files. The attached patch fixes this. Also, the salsa git is missing the upstream/2.1.0 tag. You can recreate it using git tag upstream/2.1.0 6b14ec3 Would be great if you could fix both things at least in the repo. (If you don't have time for it, I can apply for the group and push it as well, just tell me.) Thanks! Jochen -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf information
>From 22c80e4b7ba11b0a73ebc06d999911bb2d393cd3 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof <g...@jochen.sprickerhof.de> Date: Fri, 20 Apr 2018 17:18:56 +0200 Subject: [PATCH] Fix docs installation --- debian/python-can.docs | 2 +- debian/python3-can.docs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/python-can.docs b/debian/python-can.docs index e845566..a1320b1 100644 --- a/debian/python-can.docs +++ b/debian/python-can.docs @@ -1 +1 @@ -README +README.rst diff --git a/debian/python3-can.docs b/debian/python3-can.docs index e845566..a1320b1 100644 --- a/debian/python3-can.docs +++ b/debian/python3-can.docs @@ -1 +1 @@ -README +README.rst -- 2.17.0