From bb3c409449c95cc6c410eb16f3910b03395dadfd Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Fri, 28 Apr 2006 17:33:15 -0400 Subject: [PATCH] lsb 3.1-5 Debian release. --- debian/changelog | 8 ++++++++ debian/dirs | 1 - debian/lsb-release.postinst | 2 ++ debian/lsb-release.postrm | 2 ++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c00d98..cb0c456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lsb (3.1-5) unstable; urgency=high + + * Remove /usr/X11R6/bin from lsb-core, since I'm pretty sure it's not + strictly necessary for LSB compliance and it breaks x.org 7.0. + (Closes: #365264) + + -- Chris Lawrence Fri, 28 Apr 2006 17:33:15 -0400 + lsb (3.1-4) unstable; urgency=high * Bump priority since (a) these changes are trivial and (b) 3.1-3 was diff --git a/debian/dirs b/debian/dirs index df1721d..d3d8c10 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,4 +1,3 @@ usr/lib/lsb var/lib/lsb -usr/X11R6/bin etc/profile.d diff --git a/debian/lsb-release.postinst b/debian/lsb-release.postinst index 018e092..0c29c56 100644 --- a/debian/lsb-release.postinst +++ b/debian/lsb-release.postinst @@ -12,3 +12,5 @@ case "$1" in fi ;; esac + +#DEBHELPER# diff --git a/debian/lsb-release.postrm b/debian/lsb-release.postrm index cdecde9..704c2db 100644 --- a/debian/lsb-release.postrm +++ b/debian/lsb-release.postrm @@ -10,3 +10,5 @@ case "$1" in fi ;; esac + +#DEBHELPER# -- 2.30.2