diff --git a/debian/changelog b/debian/changelog
index 68190a210cdc4c518d092087c8bdd526b48b4a7c..3075e9f3d322120b651588f5edf04f2d34e73459 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 4f5dc6b3a50e4739aa162e4fc49a65ecf22c8f25..8d347c8a50a8205b5e026e169ca929888879a91c 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
 -----