From 9f0faab757644723e7d75f490dc1c94f11c43c42 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 2 Jan 2003 04:54:25 +0000 Subject: [PATCH] Document changes and fix clean target --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7c58a786..a87c3f83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ openafs (1.2.8-2) unstable; urgency=low * Convert v5 principal names to v4 style names in rxkad 2b. Especially important for rcmd vs host + * Fix debian/rules clean to remove generated files, Closes: #174625 + * Fix AFS not to declare errno, Closes: #174059 -- diff --git a/debian/rules b/debian/rules index 84bd6dc6f..b92d64ff2 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,7 @@ clean: -$(MAKE) -ki distclean -rm -rf obj dest $(SYS_NAME) @sys Makefile debian/openafs-client.init -rm -rf config.status config.cache lib include + -rm -f src/venus/livesys src/tests/Makefile src/tests/OpenAFS/DirPath.pm dh_clean install: DH_OPTIONS= -- 2.39.5