From a6ea5a688236ad95c14886914cbfdd91c22d1fa7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 8 Jan 2013 22:32:14 -0600 Subject: [PATCH] * debian/postrm: - fix lintian error --- debian/changelog | 2 ++ debian/postrm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index e15cd3e1..8a5e7d87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ byobu (5.23) unreleased; urgency=low + except use tabs instead of spaces, and allow lines longer than 80 characters - this should get byobu's python code working better with python3 + * debian/postrm: + - fix lintian error [ Dustin Kirkland and Philip Muškovac ] * usr/lib/byobu/battery: LP: #1090831 diff --git a/debian/postrm b/debian/postrm index 6498fc21..d3d997a4 100644 --- a/debian/postrm +++ b/debian/postrm @@ -9,4 +9,6 @@ rm -f /etc/profile.d/Z98-$PKG.sh # Clean-up obsolete config file rm -f /etc/byobu/statusrc || true +#DEBHELPER# + # vi: syntax=sh ts=4 noexpandtab