[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/22.0.1229.94_r161065-1-23-gd1a3e36

Giuseppe Iuculano iuculano at debian.org
Sat Feb 23 10:44:28 UTC 2013


The following commit has been merged in the master branch:
commit d1a3e36b1a6465f907f9a0db9d6089f2bbbb8680
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sat Feb 23 11:43:40 2013 +0100

    Ignore stamp files in missing checks

diff --git a/debian/rules b/debian/rules
index 8c456da..b64cc71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -606,7 +606,7 @@ compare:
 	# Find missing
 	@find $(PKG_DIRS) -type f -print | grep -v /DEBIAN/ | grep -vE '(/usr/lib/debug|/test-results/|/locales/|/inspector/)' | \
 	  grep $(LIB_DIR) | cut -d/ -f5- | sort > /tmp/pkg-$$$$.indebs ; \
-	find debian/tmp/$(LIB_DIR) -type f -print | cut -d/ -f5- | grep -vE '(\.log$$|/locales/|/inspector/)' | sort > /tmp/pkg-$$$$.inhammer ; \
+	find debian/tmp/$(LIB_DIR) -type f -print | cut -d/ -f5- | grep -vE '(\.log$$|/locales/|/inspector/|\.stamp$$)' | sort > /tmp/pkg-$$$$.inhammer ; \
 	diff -u /tmp/pkg-$$$$.inhammer /tmp/pkg-$$$$.indebs ; \
 	if [ $$? -eq 0 ] ; then \
 	  echo " => All fine" ; \

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list