This is an automated email from the git hooks/post-receive script. sweetshark-guest pushed a commit to branch ubuntu-trusty-4.2 in repository libreoffice.
commit 6a3a474aa4b7ddae39a2c4a775e28eeefcca7284 Author: Bjoern Michaelsen <[email protected]> Date: Sat Dec 21 03:07:57 2013 +0100 simplify pre- build-indep cleanup --- debian-l10n/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian-l10n/rules b/debian-l10n/rules index 69c8807..db725f2 100644 --- a/debian-l10n/rules +++ b/debian-l10n/rules @@ -153,10 +153,7 @@ endif ifeq (he,$(findstring he,$(LANGPACKISOS))) perl -pi -e 's#<prop oor:name="CTLSequenceChecking"><value>true</value></prop>#<prop oor:name="CTLSequenceChecking"><value>false</value></prop>#' $(PKGDIR)-l10n-he/$(OODIR)/share/registry/ctl_he.xcd endif - for pkg in $(ARCH_INDEP_PACKAGES) ; do \ - rm -f debian/$$pkg.*.debhelper;\ - rm -rf debian/$$pkg/DEBIAN;\ - done + rm -rf $(foreach pkg,$(ARCH_INDEP_PACKAGES),debian/$(pkg).*.debhelper debian/$(pkg)/DEBIAN ) dh_installdocs -i -A for p in $(ARCH_INDEP_PACKAGES); do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

