Debian README.source
authorroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 21 Aug 2014 15:46:48 +0000 (15:46 +0000)
committerroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 21 Aug 2014 15:46:48 +0000 (15:46 +0000)
This provides a debian/README.source file for people building packages.

Author: daniel@pocock.pro

R=jia.shao.peng@gmail.com
BUG=

Review URL: https://codereview.appspot.com/128450043

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@684 ee073f10-1060-11df-b6a4-87a95322a99c

debian/README.source [new file with mode: 0644]

diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..57cbd37
--- /dev/null
@@ -0,0 +1,21 @@
+NMUs are welcome
+
+
+Use something like the script below to update from Git
+
+
+#!/bin/bash
+
+VERSION=6.3~svn680
+
+echo "*.jar export-ignore" > .gitattributes
+
+git archive --worktree-attributes \
+    --format tar \
+    --prefix libphonenumber/ \
+    -o ../libphonenumber_${VERSION}.orig.tar \
+    master
+
+cd ..
+
+bzip2 libphonenumber_${VERSION}.orig.tar