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 28f423cc94975c1cd34175610986e0a9628c5c2f Author: Pablo Lorenzzoni <[email protected]> Date: Tue Jan 28 18:03:26 2014 -0200 Remove webserver directory --- debian/copyright | 1 + debian/get-orig-source | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/copyright b/debian/copyright index 5165d27..59e0f98 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,6 +16,7 @@ Files-Excluded: clibs* *.log mak* + webserver* Files: * Copyright: Copyright © 1995, University of California, Davis diff --git a/debian/get-orig-source b/debian/get-orig-source index 4c4043d..467b8bc 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -55,6 +55,9 @@ find ${FOLDER} -type f -not -name "*configure" -exec chmod a-x {} \; # rm ${FOLDER}/data/dbase/conquest.db3 +# webserver dir +rm -rf ${FOLDER}/webserver + # make distclean (cd ${FOLDER}/jasper-1.900.1-6ct && make distclean) (cd ${FOLDER}/jpeg-6c && make distclean) -- 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
