[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-nonbin) branch, master, updated. debian/all-2012.20121125-1-10-g7e21ebf



The following commit has been merged in the master branch:
commit 5a11775f6fe429cd11125c643b39c0d6dc30c455
Author: Norbert Preining <preining@debian.org>
Date:   Wed Dec 5 11:56:26 2012 +0900

    Makefile: create also debdiff with all doc stuff removed, for easier checks

diff --git a/Makefile b/Makefile
index cac8b18..3088849 100644
--- a/Makefile
+++ b/Makefile
@@ -97,8 +97,15 @@ debdiff:
 		oldfile=`ls $(OLDPKG)/$${bn}_*.deb | tail -1` ; \
 		debdiff $$oldfile $$i > $$bn.debdiff ; \
 	done || true
+	cd pool && \
+	for i in *.debdiff ; do \
+		grep -v share/doc $$i | \
+		grep -v texlive/texmf/doc | \
+		grep -v texlive/texmf-dist/doc > $i.nodoc; \
+	done || true
 	mkdir -p log
-	mv pool/*.debdiff log
+	mv pool/*.debdiff pool/*.nodoc log
+
 
 packages:
 	bash scripts/build-infra -p . -nosign pool

-- 
Debian packaging of texlive-nonbin)


Reply to: