This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 5d42d9e09d12c866a8b2ceabff94fa3fec2b4f79 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 3acf01e..8755cf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -125,6 +125,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git