[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: ignore build dependencies for building source package

Antonio Terceiro terceiro at moszumanska.debian.org
Sun May 28 15:36:37 UTC 2017


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

terceiro pushed a commit to branch master
in repository pkg-ruby-extras.

commit 7ff06c6452de062dfafe807b712b70778db0f756
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun May 28 12:36:08 2017 -0300

    build-and-upload: ignore build dependencies for building source package
---
 build-and-upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-and-upload b/build-and-upload
index a57f549..c7a20e7 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -341,7 +341,7 @@ fi
 
 if [ $SOURCE = yes ]; then
   # Don't try to sign here, as we'll call debsign on our own. Fixes sponsor uploads.
-  $gbp_buildpackage -S -us -uc "$@"
+  $gbp_buildpackage --no-check-builddeps -S -us -uc "$@"
   changes=${changes%%_${arch}.changes}_source.changes
 fi
 

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



More information about the Pkg-ruby-extras-commits mailing list