tags 1106311 patch
thanks

I propose the attached patch so that this does not happen again.

Thanks.
--- a/debian/git.links
+++ b/debian/git.links
@@ -1,6 +1,5 @@
 usr/share/bash-completion/completions/git 
usr/share/bash-completion/completions/gitk
 usr/share/gitweb/gitweb.cgi usr/share/gitweb/index.cgi
 usr/share/git-core/contrib/hooks usr/share/doc/git/contrib/hooks
-# These licenses are checked for equivalent contents in 
override_dh_installdocs.
 usr/share/common-licenses/Apache-2.0 
usr/share/doc/git/contrib/persistent-https/LICENSE
 usr/share/common-licenses/GPL-2 usr/share/doc/git/contrib/subtree/COPYING
--- a/debian/rules
+++ b/debian/rules
@@ -148,8 +148,8 @@ override_dh_install-indep:
 override_dh_installdocs-arch:
        dh_installdocs --arch -X.gitignore
        # These licenses are replaced with symlinks in git.links.
-       diff -q '$(GIT)'/usr/share/doc/git/contrib/persistent-https/LICENSE 
/usr/share/common-licenses/Apache-2.0
-       diff -bq '$(GIT)'/usr/share/doc/git/contrib/subtree/COPYING 
/usr/share/common-licenses/GPL-2
+       # diff -q '$(GIT)'/usr/share/doc/git/contrib/persistent-https/LICENSE 
/usr/share/common-licenses/Apache-2.0
+       # diff -bq '$(GIT)'/usr/share/doc/git/contrib/subtree/COPYING 
/usr/share/common-licenses/GPL-2
        rm -rf '$(GIT)'/usr/share/doc/git/contrib/completion
        rm -rf '$(GIT)'/usr/share/doc/git/contrib/emacs
        rm -rf '$(GIT)'/usr/share/doc/git/contrib/hooks

Reply via email to