From 8ccbab9a7b85486f37753a9313316a5bd53be499 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 20 Jul 2015 23:32:18 +0200 Subject: [PATCH] How to generate orig file. --- HOWTO-orig.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 HOWTO-orig.sh 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 .. -- 1.8.2.3