[Python-modules-team] Bug#882820: python-xlib: Doesn't install README

Jeremy Bicha jbicha at debian.org
Mon Nov 27 01:03:35 UTC 2017


Source: python-xlib
Version: 0.20-2
Severity: minor
Tags: patch
X-Debbugs-CC:andrewsh at debian.org

I saw this in the build log:
 dh_installdocs: Cannot find (any matches for) "README" (tried in .)

Here's a trivial patch to fix this issue.

Thanks,
Jeremy Bicha


>From 8978664f68d74b43fb63851ad05a174242a11e88 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha at debian.org>
Date: Sun, 26 Nov 2017 19:44:09 -0500
Subject: [PATCH] python-xlib.docs: README is now README.rst

---
 debian/python-xlib.docs  | 2 +-
 debian/python3-xlib.docs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/python-xlib.docs b/debian/python-xlib.docs
index d2e46d8..839ed27 100644
--- a/debian/python-xlib.docs
+++ b/debian/python-xlib.docs
@@ -1,3 +1,3 @@
-README
+README.rst
 TODO
 doc/html
diff --git a/debian/python3-xlib.docs b/debian/python3-xlib.docs
index d2e46d8..839ed27 100644
--- a/debian/python3-xlib.docs
+++ b/debian/python3-xlib.docs
@@ -1,3 +1,3 @@
-README
+README.rst
 TODO
 doc/html



More information about the Python-modules-team mailing list