This is an automated email from the git hooks/post-receive script. spectra pushed a commit to branch master in repository conquest-dicom-server.
commit f9ba0d8f5cda9552e973997abe9611e2afa2a82c Author: Pablo Lorenzzoni <[email protected]> Date: Sun Jan 26 10:06:01 2014 -0200 More pleasing lintian... --- debian/get-orig-source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/get-orig-source b/debian/get-orig-source index f93ef01..c13d961 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -50,8 +50,8 @@ rm ${FOLDER}/jpeg-6c/jpeg-6c-changesmvh2.zip # vc80.pdb ? find ${FOLDER} -name vc80.pdb -delete -# remove executable bit from lua examples -chmod a-x ${FOLDER}/lua/* +# remove executable bit from files (except configure script) +find ${FOLDER} -type f -not -name "*configure" -exec chmod a-x {} \; # rm ${FOLDER}/data/dbase/conquest.db3 -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/conquest-dicom-server.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
