This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit dd26e302266a227442eb3a1beb40d1b0febbedce Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 14 02:18:00 2018 +0100 Makefile: remove x2goclient_*.qm files in clean rule. --- Makefile | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4401ce0..a87b21f 100755 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ clean: clean_client clean_man find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f + find . -maxdepth 3 -name 'x2goclient_*.qm' -exec rm -vf {} + -type f rm -f x2goclient rm -f x2goclient.tag rm -f res/txt/changelog diff --git a/debian/changelog b/debian/changelog index ecf0742..0e53d09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium - misc: change http:// to https:// where appropriate, but in actual code and translation files for now. - Makefile: remove plugin references. + - Makefile: remove x2goclient_*.qm files in clean rule. * x2goclient.spec: - Remove plugin references. * debian/rules: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git