[Pkg-ocaml-maint-commits] [SCM] libaio-ocaml packaging branch, master, updated. 8171635097ecb5ce0fbc33ec2b5f8a5b3d969e43

Goswin von Brederlow goswin-v-b at web.de
Sat Mar 10 15:35:56 UTC 2012


The following commit has been merged in the master branch:
commit 8171635097ecb5ce0fbc33ec2b5f8a5b3d969e43
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date:   Sat Mar 10 16:31:34 2012 +0100

    Add upstream version to git-import-orig call.

diff --git a/debian/rules b/debian/rules
index 35c906f..9dc9e83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,9 @@ release:
 	  git archive --format=tar.gz --output=$(ORIG_NAME)		\
 		      --prefix=$(SOURCE)-$(UPSTREAM_VERSION)/		\
 		      --worktree-attributes HEAD;			\
-	  git-import-orig --no-merge --pristine-tar $(ORIG_NAME);	\
+	  git-import-orig --no-merge --pristine-tar 			\
+			  --upstream-version=$(UPSTREAM_VERSION)	\
+			  $(ORIG_NAME);					\
 	fi
 	@echo "Tagging release debian/$(VERSION)"
 	@git tag "debian/$(VERSION)"

-- 
libaio-ocaml packaging



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