From: Chris Lawrence Date: Fri, 28 Apr 2006 21:33:15 +0000 (-0400) Subject: lsb 3.1-5 Debian release. X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~245 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb3c409449c95cc6c410eb16f3910b03395dadfd;p=lsb.git lsb 3.1-5 Debian release. --- 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#