debian/changelog | 7 +++++++ debian/xserver-xorg.postrm.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 2a49aa0180eeb2eb1eac3d523b6a7f48fa89f760 Author: Cyril Brulebois <k...@debian.org> Date: Tue Jan 18 21:08:42 2011 +0100 Fix version number, 1:7.5+9 went to experimental already. diff --git a/debian/changelog b/debian/changelog index abbe539..eac7177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xorg (1:7.5+9) UNRELEASED; urgency=low +xorg (1:7.5+8+squeeze1) UNRELEASED; urgency=low * Remove long obsolete XF86Config-4 on purge (Closes: #610450). Thanks, Bernhard R. Link! commit faa0d1fa3abec6ef9a416654834b11616de6fe50 Author: Cyril Brulebois <k...@debian.org> Date: Tue Jan 18 21:03:23 2011 +0100 Remove long obsolete XF86Config-4 on purge (Closes: #610450). Thanks, Bernhard R. Link! diff --git a/debian/changelog b/debian/changelog index 43610ac..abbe539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xorg (1:7.5+9) UNRELEASED; urgency=low + + * Remove long obsolete XF86Config-4 on purge (Closes: #610450). Thanks, + Bernhard R. Link! + + -- Cyril Brulebois <k...@debian.org> Tue, 18 Jan 2011 20:35:52 +0100 + xorg (1:7.5+8) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/xserver-xorg.postrm.in b/debian/xserver-xorg.postrm.in index 4fd7aca..652629b 100644 --- a/debian/xserver-xorg.postrm.in +++ b/debian/xserver-xorg.postrm.in @@ -31,7 +31,7 @@ if [ "$1" = "purge" ]; then rm -f "$SERVER_SYMLINK" rm -f "$XORGCONFIG_CHECKSUM" "$XORGCONFIG_ROSTER" rm -f "$SERVER_SYMLINK_CHECKSUM" "$SERVER_SYMLINK_ROSTER" - rm -f "$XORGCONFIG" + rm -f "$XORGCONFIG" "$XF86CONFIG" for DIR in "$CONFIG_DIR" "$CONFIG_AUX_DIR"; do rmdir "$DIR" 2> /dev/null || true -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pfhsj-00030r...@alioth.debian.org