This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ngopt.
commit 859b0d22b4d5f784ccf69bccab332e8875f25983 Author: Andreas Tille <[email protected]> Date: Thu Jan 28 10:08:51 2016 +0100 Make sure upstream tarball will be found in gbp default dir ../tarballs (this repository should only contain the packaging and no binary cruft) --- debian/rules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 2482fc9..89e20d0 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,9 @@ # DH_VERBOSE := 1 -# DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') - %: dh $@ -#override_dh_installdocs: -# dh_installdocs -# sed 's?^$DIR/bin/a5_pipeline.pl?a5_pipeline?' test.a5.sh > debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/test.a5.sh +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir ../tarballs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngopt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
