This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit a530e163e7098825d10414cf3cefb782a92a3cd0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 13 21:04:20 2015 +0100 general: reference changes in shipped Makefile. --- Makefile | 8 ++++---- debian/changelog | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c7e5b73..916716f 100755 --- a/Makefile +++ b/Makefile @@ -51,10 +51,10 @@ build_man: ${MAKE} -f Makefile.man2html build clean: clean_client clean_plugin clean_man clean_pluginprovider - find . -maxdepth 2 -name '*.o' -exec rm -vf {} + -type f - find . -maxdepth 2 -name 'moc_*.cpp' -exec rm -vf {} + -type f - find . -maxdepth 2 -name 'ui_*.h' -exec rm -vf {} + -type f - find . -maxdepth 2 -name 'qrc_*.cpp' -exec rm -vf {} + -type f + find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f + 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 rm -f x2goclient rm -f x2goclient.tag rm -f txt/changelog diff --git a/debian/changelog b/debian/changelog index 18ce527..1034975 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,6 +99,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Add x2goclientconfig.pri only containing a comment to override specific entries in x2goclient.pro in x2goclientconfig.pri. - Move resource files to src/res/ and reference in x2goclient.pro. + - Reference changes in shipped Makefile. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git