From 3ef4021dbda10b4cc3863c0e916b07c12ab1fa57 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 15 May 2013 12:40:59 -0500 Subject: [PATCH] add -Es to the lsb_release python shebang, as discussed in . --- debian/changelog | 7 +++++++ lsb_release | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aaeac81..69c70f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lsb (4.1+Debian11) UNRELEASED; urgency=low + + * add -Es to the lsb_release python shebang, as discussed in + . + + -- Steve Langasek Wed, 15 May 2013 04:53:22 -0500 + lsb (4.1+Debian10) unstable; urgency=low [ Steve Langasek ] diff --git a/lsb_release b/lsb_release index abb201f..5e3fc5c 100755 --- a/lsb_release +++ b/lsb_release @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python -Es # lsb_release command for Debian # (C) 2005-10 Chris Lawrence -- 2.30.2