diff options
author | Samuel Mimram <smimram@debian.org> | 2007-05-22 20:43:47 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2007-05-22 20:43:47 +0000 |
commit | e9eb79992df68745804ca0fefa6594def00a8081 (patch) | |
tree | d81a099efa9dc2ce65e8879e654f70f7a9429790 | |
parent | 41f185d26e5405ed3839bca0e0fd9e0e1ed9833b (diff) |
Correctly clean.debian/8.1+dfsg-5
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index deb2f52f..6d0a148b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +coq (8.1+dfsg-5) unstable; urgency=low + + * Correctly clean, closes: #424162. + + -- Samuel Mimram <smimram@debian.org> Tue, 22 May 2007 21:53:16 +0200 + coq (8.1+dfsg-4) unstable; urgency=low * Correctly set Coq_config.best when rebuilding in byte mode. diff --git a/debian/rules b/debian/rules index f22d2c48..412c5f9a 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,7 @@ clean: unpatch rm -f config/coq_config.ml config/Makefile test-suite/check.log rm -f dev/ocamldebug-v7 rm -f ide/undo.mli glob.dump + rm -f test-suite/modules/*.vo dh_clean |