This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hyphy.
commit 7771a973d5c65df24fd16ee19aece2712dbc13c3 Author: Andreas Tille <[email protected]> Date: Thu Jul 9 17:25:44 2015 +0200 There is no need to remove junk any more --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index c7e007d..784b67c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # DH_VERBOSE := 1 %: - dh $@ --buildsystem=cmake + dh $@ --buildsystem=cmake --with python2,python3 override_dh_auto_configure: dh_auto_configure -- -DINSTALL_PREFIX=/usr @@ -24,10 +24,6 @@ override_dh_install: done ; \ done dh_install - # remove some junk that should not even be in the source tarball - find debian -name .DS_Store -delete - find debian -name .xvpics -exec rm '{}' ';' - find debian -name .gtkrc.swp -delete get-orig-source: uscan --verbose --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
