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