[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: require whitespace before package name in Build-Depends

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jul 1 23:25:01 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 ffa0e69cddb09253c9eec40bcc96a16aaf8e0d11
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jul 1 20:24:33 2017 -0300

    build-and-upload: require whitespace before package name in Build-Depends
---
 build-and-upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-and-upload b/build-and-upload
index f09011f..44b2ff6 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -158,7 +158,7 @@ test_reverse_dependencies() {
 
 test_reverse_build_dependencies() {
   # turn list of binaries into a pattern for grep-dctrl
-  local pattern='\('
+  local pattern='\s\('
   local binary
   local patsep=''
   for binary in $(dh_listpackages); do

-- 
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