From adcbfdf8edb446214cdfef5b5d1f6a8d0e363900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Wed, 29 Jun 2011 23:07:21 +0200 Subject: [PATCH] /usr/share/pyshared is not added to the package if empty (closes: 623909) --- debian/changelog | 1 + dh_python2.rst | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 68190a2..3075e9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ python-defaults (2.7.2-2) UNRELEASED; urgency=low shebangs, byte-compile the dir with default Python version (or the one requested via X-Python-Version) instead od failing. Add dependency for each (supported) interpreter detected in shebangs + - /usr/share/pyshared is not added to the package if empty (closes: 623909) -- Piotr Ożarowski <piotr@debian.org> Sun, 12 Jun 2011 13:28:48 +0200 diff --git a/dh_python2.rst b/dh_python2.rst index 4f5dc6b..8d347c8 100644 --- a/dh_python2.rst +++ b/dh_python2.rst @@ -29,8 +29,6 @@ QUICK GUIDE FOR MAINTAINERS depend on cdbs (>= 0.4.90-1~), or: * call dh_python2 in the binary-* target, * add ${python:Depends} to Depends, - * add ${python:Breaks} to Breaks if your package provides public Python module - or extension NOTES ----- -- GitLab