From c283e5d4e1c8e61dafc2b7bc1a7676b9149d0bbe Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Thu, 21 Aug 2014 15:46:48 +0000 Subject: [PATCH] Debian README.source 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 --- debian/README.source | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 000000000..57cbd3779 --- /dev/null +++ b/debian/README.source @@ -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