[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/01: add missing space and add missing mh_clean call



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 72a8654da8bcf0fa7c9d7abeb42fd555dd012942
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Feb 11 20:35:59 2014 +0100

    add missing space and add missing mh_clean call
---
 rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 5a6fa32..9dbdd7e 100755
--- a/rules
+++ b/rules
@@ -1400,7 +1400,7 @@ clean-debdir:
 	rm -rf debian/usr
 
 	find debian -name "*.links" ! -name "libreoffice-dev-doc.links" \
-		!-name "libreoffice-java-common.links" -exec rm {} \;
+		! -name "libreoffice-java-common.links" -exec rm {} \;
 	if [ -d "$(STAMP_DIR)" ]; then rm -rf "$(STAMP_DIR)"; fi
 	rm -f debian/*.bug-script
 	rm -f debian/scripts/aotcompile.py*
@@ -1416,6 +1416,7 @@ clean-debdir:
 	rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm debian/*.triggers
 	rm -f debian/pom*.xml
 
+	mh_clean
 	dh_clean
 
 clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: