[Pkg-mono-svn-commits] [mono] 33/38: Delete .chm files from orig source

Jo Shields directhex at moszumanska.debian.org
Wed Nov 18 18:22:45 UTC 2015


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

directhex pushed a commit to branch master-experimental
in repository mono.

commit 11f70be78fcf6e483686d4e73e66195292a2d160
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Wed Nov 18 17:02:57 2015 +0000

    Delete .chm files from orig source
---
 debian/rules | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0249a0d..d526580 100755
--- a/debian/rules
+++ b/debian/rules
@@ -351,8 +351,8 @@ get-orig-source:
 		echo "$(TARBALL_DIR) is in the way, bailing out!"; \
 		exit 1; \
 	fi
-	if [ -d $(TARBALL_DIR)+dfsg ]; then \
-		echo "$(TARBALL_DIR)+dfsg is in the way, bailing out!"; \
+	if [ -d $(TARBALL_DIR)+dfsg2 ]; then \
+		echo "$(TARBALL_DIR)+dfsg2 is in the way, bailing out!"; \
 		exit 1; \
 	fi
 	tar -xzf $(DEB_SOURCE_NAME)_$(UPVERSION).orig.tar.gz
@@ -360,10 +360,11 @@ get-orig-source:
 	rm -rf $(TARBALL_DIR)/external/Lucene.Net/lib/
 	find $(TARBALL_DIR) -name "*.dll" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
 	find $(TARBALL_DIR) -name "*.exe" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
+	find $(TARBALL_DIR) -name "*.chm" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
 	find $(TARBALL_DIR)/external/ -name ".git" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
-	mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg
-	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
-	rm -r $(TARBALL_DIR)+dfsg
+	mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg2
+	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg2.orig.tar.gz $(TARBALL_DIR)+dfsg2
+	rm -r $(TARBALL_DIR)+dfsg2
 
 .PHONY: autoreconf \
         configure \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list