[Pkg-mono-svn-commits] [mono] 02/19: dfsg2 -> dfsg for orig tarball

Jo Shields directhex at moszumanska.debian.org
Thu Dec 15 11:51:20 UTC 2016


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

directhex pushed a commit to annotated tag debian/4.6.2.7+dfsg-1
in repository mono.

commit 64c42eacf8baa955e4ed6c224d84d8d63d87f596
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Thu Dec 15 09:56:52 2016 +0000

    dfsg2 -> dfsg for orig tarball
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index bf9b819..fb56c86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -394,8 +394,8 @@ get-orig-source:
 		echo "$(TARBALL_DIR) is in the way, bailing out!"; \
 		exit 1; \
 	fi
-	if [ -d $(TARBALL_DIR)+dfsg2 ]; then \
-		echo "$(TARBALL_DIR)+dfsg2 is in the way, bailing out!"; \
+	if [ -d $(TARBALL_DIR)+dfsg ]; then \
+		echo "$(TARBALL_DIR)+dfsg is in the way, bailing out!"; \
 		exit 1; \
 	fi
 	tar -xzf $(DEB_SOURCE_NAME)_$(UPVERSION).orig.tar.gz
@@ -405,9 +405,9 @@ get-orig-source:
 	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)+dfsg2
-	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg2.orig.tar.gz $(TARBALL_DIR)+dfsg2
-	rm -r $(TARBALL_DIR)+dfsg2
+	mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg
+	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
+	rm -r $(TARBALL_DIR)+dfsg
 
 .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