Source: python-xlib
Version: 0.20-2
Severity: minor
Tags: patch
X-Debbugs-CC:andre...@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 <jbi...@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

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to