[libreoffice-online] 01/04: move cleans to override_dh_auto_clean

Rene Engelhard rene at moszumanska.debian.org
Tue Nov 28 23:12:44 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice-online.

commit fba411cb8f0ab9a131f55d4132cd341fdb14c86f
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Nov 28 22:36:26 2017 +0100

    move cleans to override_dh_auto_clean
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4c51ea8..1a02441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ export BUILDING_FROM_RPMBUILD=yes
 %:
 	dh $@ --with=autoreconf
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f $(CURDIR)/debian/loolwsd.service
+	rm -f $(CURDIR)/debian/loolwsd.default
+	
 override_dh_auto_configure:
 	./configure $(CONFFLAGS)
 
@@ -35,4 +40,3 @@ override_dh_installinit:
 	dh_installsystemd
 	dh_systemd_enable
 	dh_systemd_start
-	rm -f $(CURDIR)/debian/loolwsd.service

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



More information about the Pkg-openoffice-commits mailing list