[DRE-commits] [gitlab] 01/01: not ignoring public

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Apr 4 09:24:46 UTC 2016


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

praveen pushed a commit to branch master-8.5
in repository gitlab.

commit 3222f65db1e822371c0035ab5d45d96a35325f61
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Apr 4 14:51:16 2016 +0530

    not ignoring public
---
 debian/upstream-file-count-check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream-file-count-check.sh b/debian/upstream-file-count-check.sh
index 81ea32b..db2fad9 100644
--- a/debian/upstream-file-count-check.sh
+++ b/debian/upstream-file-count-check.sh
@@ -1,6 +1,6 @@
 ucount=$(ls -1 | wc -l)
 dcount=$(cat debian/install |cut -d' ' -f1|grep -v debian |wc -l)
-ignored=8
+ignored=7
 if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
   echo "Found new files added by upstream and not added to debian/install"
   echo "Add them to debian/install or adjust 'ignored=${ignored}'"

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



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