git://scientific.zcu.cz
/
debian-protobuf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d1d34
)
How to generate orig file.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 20 Jul 2015 21:32:18 +0000
(23:32 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 20 Jul 2015 21:32:18 +0000
(23:32 +0200)
HOWTO-orig.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/HOWTO-orig.sh
b/HOWTO-orig.sh
new file mode 100755
(executable)
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 ..