This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository doris.
commit 96fa30fe037ec26d7f9a9ebf19fe744d4837a093 Author: Antonio Valentino <[email protected]> Date: Wed Sep 13 21:54:21 2017 +0000 Fix clean target --- debian/changelog | 1 + debian/rules | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ded9505..20fcf13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ doris (5.0.3~beta+dfsg-2) UNRELEASED; urgency=medium * debian/rules - do not install truncated nad unused Python module to fix package install issue (Closes: #874787) + - fix clean target * debian/control - (build-)depend in tcsh instead of csh - reformatted with cme diff --git a/debian/rules b/debian/rules index 45846c6..bde05b1 100755 --- a/debian/rules +++ b/debian/rules @@ -84,11 +84,12 @@ override_dh_auto_clean: dh_auto_clean $(MAKE) -C sar_tools cleaner #$(MAKE) -C envisat_tools cleaner - rm -f envisat_tools/*.o ENVISAT_TOOLS/envisat_dump_header \ - envisat_tools/envisat_dump_data ENVISAT_TOOLS/envisat_dump_HH \ + rm -f envisat_tools/*.o \ + envisat_tools/envisat_dump_header \ + envisat_tools/envisat_dump_data \ + envisat_tools/envisat_dump_HH \ envisat_tools/envisat_dump_VV - rm -f envisat_tools/envisat_dump_header - rm -f envisat_tools/envisat_dump_data + rm -rf doris.egg-info if [ -f doris_core/Makefile ]; then \ $(MAKE) -C doris_core cleaner;\ if [ -f doris_core/Makefile.bak ]; then \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/doris.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

