From: František Dvořák Date: Mon, 20 Jul 2015 21:32:18 +0000 (+0200) Subject: How to generate orig file. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8ccbab9a7b85486f37753a9313316a5bd53be499;p=debian-protobuf.git How to generate orig file. --- diff --git a/HOWTO-orig.sh b/HOWTO-orig.sh new file mode 100755 index 0000000..a5bbe69 --- /dev/null +++ b/HOWTO-orig.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +git clone https://github.com/google/protobuf protobuf-2.5.0 && cd protobuf-2.5.0 +git checkout v2.5.0 +curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx +mv gtest-1.5.0 gtest +dh_make --createorig +cd ..