[Pkg-libvirt-commits] [libguestfs] 37/72: build: Fix 'maintainer-check-extra-dist' to only list relevant files.
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Sun Apr  5 15:19:50 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 57629354e57b133f00429b1319ea397103a141e4
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 2 13:53:12 2015 +0000
    build: Fix 'maintainer-check-extra-dist' to only list relevant files.
    
    (cherry picked from commit 064628632bbb7b2d263c0da42bde677e691a8b80)
---
 Makefile.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ed4702d..2b10916 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -550,8 +550,12 @@ maintainer-check-extra-dist:
 	zcat $(PACKAGE_NAME)-$(VERSION).tar.gz | tar tf - | sort | \
 	  sed 's,^$(PACKAGE_NAME)-$(VERSION)/,,' > tmp/tarfiles
 	git ls-files | sort > tmp/gitfiles
-	diff -ur tmp/tarfiles tmp/gitfiles | grep '^\+' | \
-	  grep -v src/api-support/[0-9]
+	diff -ur tmp/tarfiles tmp/gitfiles | \
+	  grep '^\+' | \
+	  grep -v '^\+src/api-support/[0-9]' | \
+	  grep -v '^\+intltool-.*\.in' | \
+	  grep -v '^\+.gitmodules' | \
+	  grep -v '^\+.gnulib' ||:
 	rm tmp/tarfiles tmp/gitfiles
 
 # Provide help on common Makefile targets.
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
    
    
More information about the Pkg-libvirt-commits
mailing list