From 8f42f078e1852c48c92af69d131e47974c705f03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Tue, 26 Jun 2012 08:43:57 +0200
Subject: [PATCH] add a note about DEBPYTHON_* variables in debian/changelog

---
 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c81f133..b99714c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ python-defaults (2.7.3-1) unstable; urgency=low
        + "/usr/bin/python2" → "/usr/bin/python"
     - new --shebang option to replace all shebangs in bin dirs
       (example: --shebang /usr/bin/python2.6)
+  * dh_python2, pycompile: allow to override system's list of supported
+    Python versions via DEBPYTHON_SUPPORTED and default Python version via
+    DEBPYTHON_DEFAULT env. variables
 
   [ Scott Kitterman ]
   * Bump upstream version to match current unstable/wheezy python2.7 version
-- 
GitLab