[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, upstream, updated. upstream/3.4-1-g1889091

Eric Cooper ecc at cmu.edu
Fri Oct 24 22:04:33 UTC 2008


The following commit has been merged in the upstream branch:
commit 1889091f258e4017f89f90a892b4fb19f5f16ffd
Author: Eric Cooper <ecc at cmu.edu>
Date:   Fri Oct 24 17:57:40 2008 -0400

    correct name of tarball for "make release"

diff --git a/Makefile b/Makefile
index d28186d..34e1a77 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ release: upstream-branch extra-clean
 	version=$$(sed -n 's/^.*number = "\(.*\)".*$$/\1/p' version.ml); \
 	echo Tagging upstream/$$version; \
 	git tag -f -m "upstream version $$version" upstream/$$version; \
-	package=approx-$$version; \
-	tarball=../$$package.orig.tar.gz; \
+	tarball=../approx_$$version.orig.tar.gz; \
 	echo Creating $$tarball; \
+	package=approx-$$version; \
 	tar czf $$tarball --transform "s:^\./:$$package/:" --exclude=.git .

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list