[Pkg-wmaker-commits] [wmfrog] 117/145: Don't include wmfrog binary in tarball.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 2ddee4e4d620b4b8bd428850bbacb545b018f1ee
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Aug 24 03:19:36 2014 -0500

    Don't include wmfrog binary in tarball.
    
    Its inclusion causes a "source-contains-prebuilt-binary" Lintian warning when
    building a Debian package.
---
 wmfrog/builtDist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmfrog/builtDist.sh b/wmfrog/builtDist.sh
index 202fb63..c78f305 100755
--- a/wmfrog/builtDist.sh
+++ b/wmfrog/builtDist.sh
@@ -7,5 +7,5 @@ cd ..
 cp Src/wmfrog dist
 cp Src/weather.pl dist
 
-rm Src/*.o 
+make -C Src clean
 tar czvf dist/wmfrog-${version}.tgz --exclude='*.svn' Src CHANGES COPYING HINTS INSTALL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list