[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%58.1-2-25-ga6bb7fb

Ondřej Surý ondrej at sury.org
Thu Oct 6 07:34:11 UTC 2011


The following commit has been merged in the debian-sid branch:
commit ba9fda6068cfadd42db0b152fdca7e8b67aaf77d
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Sep 13 13:13:25 2011 +0200

    Fix directory name for upstream archive checkout

diff --git a/debian/rules b/debian/rules
index 73db5c7..3243a91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,7 +133,7 @@ get-orig-source:
 	hg pull; \
 	hg update "$(REV)"; \
 	VERSION=$$(hg identify -t -r"$(REV)" | perl -e '<> =~ /$(REV)\.r([\d.]+)/; print "$$1"'); \
-	hg archive -tfiles -r"$(REV)" -X'.hg*' -X'doc/talks/go_talk-20091030.pdf' "$(CURDIR)/../$(PACKAGE)_$$VERSION/"; \
+	hg archive -tfiles -r"$(REV)" -X'.hg*' -X'doc/talks/go_talk-20091030.pdf' "$(CURDIR)/../$(PACKAGE)-$$VERSION/"; \
 	src/version.bash -save; \
 	cp VERSION "$(CURDIR)/../$(PACKAGE)-$$VERSION/"; \
 	cd ..; \

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list